Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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, 35997👍, 2💬
Popular Posts:
Can I remove startup application "tfswctrl.exe - Sonic Drive Letter Access Component" to speedup my ...
Can I disable Windows service "Remote Procedure Call (RPC)" to speedup my computer? Windows service ...
In MS Access form design, can I select multiple fields and modify their properties simultaneously? Y...
What is the difference between a Web page and a filtered Web page? Word 2007 supports 2 Web page for...
How to remove jusched.exe from startup program list? jusched.exe is a background process from Sun to...