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, ≈39🔥, 2💬
Popular Posts:
How to export Windows services to a text file? If you want to export services that are currently con...
What is Java Runtime Environment 1.4.2 - Download Program Files (DPF)? Java Runtime Environment 1.4....
What is msntb.dll - DLL file - Windows Live Toolbar for Internet Explorer? DLL msntb.dll is installe...
How to use sc.exe command to delete an existing service? If you want to delete a service created by ...
How to increase the remote login limit on Windows 10? By default, Windows 10 only allows 1 remote lo...