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:
Configuring Apache to Use PHP as a Loaded Module on Windows Systems
How to configure Apache server to run PHP engine as a loaded module on Windows systems?
✍: FYIcenter.com
1. Assuming that your Apache server is installed at C:\Program Files\Apache Software Foundation\Apache2.2
2. Assuming that your PHP engine is installed at C:\Program Files\php-5.2.0-Win32
3. Use "notepad" to open C:\Program Files\Apache Software Foundation \Apache2.2\conf\httpd.conf
4. Go to the LoadModule section and enter:
LoadModule php5_module "C:/Program Files/php-5.2.0-Win32/php5apache2.dll" PHPIniDir "C:/Program Files/php-5.2.0-Win32"
6. Go to mime_module section and define a mime type as:
<IfModule mime_module> ... AddType application/x-httpd-php .php </IfModule>
7. Try to restart the Apache server, you will get the following error:
httpd.exe: Syntax error on line 116 of C:/Program Files /Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/php-5.2.0-Win32 /php5apache2.dll into server: The specified module could not be found.
8. To resolve this error, read our Fixing php5apache2.dll Loading Error tutorial.
2016-07-10, 47693👍, 2💬
Popular Posts:
.MPG File Name Extension - MPEG Files mpg is the file name extension for files that stores audio and...
What is "CNG Key Isolation" in my Windows 7 service list? And how is "CNG Key Isolation" service rel...
What is pdf.ocx - ActiveX - Adobe Acrobat Control Version 6.0 for ActiveX? ActiveX pdf.ocx is instal...
How To Download and Install Media Player Classic? If you are looking for a simple open source DVD pl...
What is Windows XP Services Management Console? Windows XP Services Management Console is a system a...