Author |
|
golef
Joined: 18 Jun 2009 Posts: 4 Location: Veron HIlls USA
|
Posted: Thu 18 Jun '09 18:21 Post subject: mod_proxy_http.so W32 Load Error |
|
|
I am attempting to get the mod_proxy_http.so mod to load and for some reason windows does not like it here is the config. Everything prior to the mod_proxy_html.so line works just fine.
Apache version 2.2.11 w32
My config
LoadFile "c:/modules/iconv.dll"
LoadFile "c:/modules/zlib.dll"
LoadFile "c:/modules/libxml2.dll"
LoadModule proxy_html_module modules/mod_proxy_html/mod_proxy_html.so
The Error
The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 130 of C:/apache2/conf/httpd.conf: Cannot load C:/apache2/modules/mod_proxy_html.so into server: The Apache service named is not a valid Win32 application. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 18 Jun '09 20:12 Post subject: |
|
|
Did you install the Microsoft Visual C++ 2008 Redistributable Package? |
|
Back to top |
|
golef
Joined: 18 Jun 2009 Posts: 4 Location: Veron HIlls USA
|
Posted: Thu 18 Jun '09 20:22 Post subject: Visua; C++ 2008 Run time |
|
|
Yes I installed the run time for c++ 2008 and for c++ 2005 after I ran across a post that said it was required but it did not help.
Greg |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Thu 18 Jun '09 20:28 Post subject: |
|
|
When you downloaded the module from the Apache Lounge, then the following is not needed for this module:
LoadFile "c:/modules/iconv.dll"
LoadFile "c:/modules/zlib.dll"
LoadFile "c:/modules/libxml2.dll"
Steffen |
|
Back to top |
|
golef
Joined: 18 Jun 2009 Posts: 4 Location: Veron HIlls USA
|
Posted: Thu 18 Jun '09 20:29 Post subject: Its working |
|
|
I was able to get it to load by finding and installing an older version of the mod_proxt_html 3.0.0 works 3.0.1 will not.
Greg |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Thu 18 Jun '09 20:35 Post subject: |
|
|
Version 3.0.1 should work. |
|
Back to top |
|
golef
Joined: 18 Jun 2009 Posts: 4 Location: Veron HIlls USA
|
Posted: Thu 18 Jun '09 20:47 Post subject: W32 version |
|
|
I am pretty sure that the 3.0.1 version I downloaded was for win 32 maybe the version I hae is not for win 32?
Greg |
|
Back to top |
|