logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_proxy_http.so W32 Load Error
Author
golef



Joined: 18 Jun 2009
Posts: 4
Location: Veron HIlls USA

PostPosted: Thu 18 Jun '09 18:21    Post subject: mod_proxy_http.so W32 Load Error Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 18 Jun '09 20:12    Post subject: Reply with quote

Did you install the Microsoft Visual C++ 2008 Redistributable Package?
Back to top
golef



Joined: 18 Jun 2009
Posts: 4
Location: Veron HIlls USA

PostPosted: Thu 18 Jun '09 20:22    Post subject: Visua; C++ 2008 Run time Reply with quote

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: 3058
Location: Hilversum, NL, EU

PostPosted: Thu 18 Jun '09 20:28    Post subject: Reply with quote

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

PostPosted: Thu 18 Jun '09 20:29    Post subject: Its working Reply with quote

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: 3058
Location: Hilversum, NL, EU

PostPosted: Thu 18 Jun '09 20:35    Post subject: Reply with quote

Version 3.0.1 should work.
Back to top
golef



Joined: 18 Jun 2009
Posts: 4
Location: Veron HIlls USA

PostPosted: Thu 18 Jun '09 20:47    Post subject: W32 version Reply with quote

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


Reply to topic   Topic: mod_proxy_http.so W32 Load Error View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules