Collections:
Other Resources:
Verifying Apache Configuration for PHP Scripts
How to Verify Apache server configuration for PHP scripts support?
✍: FYIcenter.com
1. Assuming that your Apache server is installed at C:\Program Files\Apache Software Foundation\Apache2.2
2. Make sure that your Apache server is running.
3. Use "notepad" to enter this simple PHP script:
<html> <body> This is <?php echo "my first PHP script"; ?>. </body> </html>
4. Save this script as C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\my_first.php.
5. Run a Web browser and enter the this URL: http://localhost:8080/my_first.php.
You will see that Apache server runs the script with php-cgi.exe and returns the result in the browser window as:

2009-07-28, ≈38🔥, 2💬
Popular Posts:
Can I disable Windows service "Apache Tomcat" to speedup my computer? Third party service "Apache To...
What is "Windows Biometric Service" in my Windows XP service list? And how is "Windows Biometric Ser...
How to download Windows 7 Service Pack 1 (SP1)? Windows 7 Service Pack 1 (SP1) is an update for all ...
Where to find tutorials on managing Windows 7 scheduled tasks? Here is a collection of tutorials on ...
Can I remove startup application "Directcd.exe - Roxio DirectCD Application" to speedup my computer ...