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:
What is a slide master? A slide master is a set of slide layouts defined to help you create differen...
Where to find information about what services are running on Windows 8 and how to manage them? I wan...
What is Scheduler.exe - Process - HP Backup Scheduler? Process Scheduler.exe is the backup scheduler...
Have a windows 8 computer and need to download the Visual C++ Redistributable for visual studio 2012...
How to edit Mozilla FireFox configuration file? Mozilla FireFox has a configuration file that contro...