Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message [Wed Mar 06 09:08:59 2013] [debug] mod_so.c(328): loaded file C:\\Program Files (x86)\

Status
Not open for further replies.

Frankenherder

IS-IT--Management
Jun 11, 2003
405
0
0
CA
Here is an error I am getting.
[Wed Mar 06 09:08:59 2013] [debug] mod_so.c(328): loaded file C:\\Program Files
(x86)\\PHP\\php5ts.dll
httpd.exe: Syntax error on line 138 of C:/Program Files (x86)/Apache Software Fo
undation/Apache2.2/conf/httpd.conf: </IfModule> without matching <IfModule> sect
ion

Any help would be appreciated.
Here is the area I need to fix.

LoadFile "C:\Program Files (x86)\PHP\php5ts.dll"
#LoadModule php5_module "C:\Program Files (x86)\PHP\php5apache2_2.dll"
<IfModule php5_module>
#PHPIniDir "C:\Program Files (x86)\PHP"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .msw
AddType application/x-httpd-php .inc
</IfModule>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .msw
AddType application/x-httpd-php .inc
</IfModule>

<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>

Any suggestions?
Thanks
Matt

 
Remove the first occurrence of </IfModule>. I assume that's the issue mentioned at line 138, which is the last </IfModule> statement without a matching <IfModule>.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top