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_html could not be found
Author
kristopher_d



Joined: 02 Aug 2006
Posts: 5

PostPosted: Wed 02 Aug '06 1:24    Post subject: mod_proxy_html could not be found Reply with quote

When I include the line
Code:
LoadModule proxy_html_module modules/mod_proxy_html/mod_proxy_html.so
the "Test Configuration" tool tells me it can't load the module because the "module could not be found." This, despite the module being exactly where it claims to be looking. Has anyone else run into this? Do you have any suggestions.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Wed 02 Aug '06 10:19    Post subject: Reply with quote

You downloaded it from here ? Be sure to follow the instructions in the readme, special to install the Visual C++ 2005 Redistributable Package.


Steffen
Back to top
kristopher_d



Joined: 02 Aug 2006
Posts: 5

PostPosted: Wed 02 Aug '06 16:22    Post subject: Reply with quote

Yes, I downloaded it here. Also, I followed the directions in the readme to the letter.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Wed 02 Aug '06 16:49    Post subject: Reply with quote

Should work.

Any error in the Windows Event Viewer ?

What Apache you are running ?

Steffen
Back to top
kristopher_d



Joined: 02 Aug 2006
Posts: 5

PostPosted: Wed 02 Aug '06 22:47    Post subject: Reply with quote

Apache 2.2 on W2K SP4 Server
Fresh Installs of both Windows and Apache.

System Events:
Quote:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7024
Date: 31-Jul-06
Time: 09:57:22
User: N/A
Computer: GATEKEEPER-02
Description:
The Apache2.2 service terminated with service-specific error 1.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


Application Log:
Quote:
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Date: 01-Aug-06
Time: 15:36:05
User: N/A
Computer: GATEKEEPER-03
Description:
The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 117 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_proxy_html/mod_proxy_html.so into server: The specified module coul .

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
and
Quote:
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Date: 01-Aug-06
Time: 15:36:05
User: N/A
Computer: GATEKEEPER-03
Description:
The Apache service named reported the following error:
>>> d not be found. .

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Wed 02 Aug '06 23:09    Post subject: Reply with quote

Ah.. I see you the downloaded and installed from ASF.

Did you really followed ?

- Create a folder .../apache2/modules/mod_proxy_html/ and copy all the files to this folder

- Copy httpd.exe.manifest to .../apache2/bin

- Install the Visual C++ 2005 Redistributable Package (the binary is build with VC 2005)
Download it from:
www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en


To be clear, in your case, you must create in the first step:

C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_proxy_html/
Back to top
kristopher_d



Joined: 02 Aug 2006
Posts: 5

PostPosted: Wed 02 Aug '06 23:41    Post subject: Reply with quote

Yes, I understand and have done that. the
Quote:
c:/program files/apache software foundation/apache 2.2/modules
folder already existed so I created the /mod_proxy_html subfolder aka
Quote:
c:/program files/apache software foundation/apache 2.2/modules/mod_proxy_html


Are your binaries not compatible with the binaries from apache.org? or am I missing something else?
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Wed 02 Aug '06 23:56    Post subject: Reply with quote

The (msi)binary at ASF is hardly used by the users here.
But.. it should work.

I updated the mod_proxy_html-2.5.1-w32.zip with two manifest files. So copy all the files again over.

Steffen
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Thu 03 Aug '06 0:31    Post subject: Reply with quote

I tried it with the ASF build, and it is working.

Sure you copied httpd.exe.manifest to .../apache2.2/bin/ folder ?

Steffen
Back to top
kristopher_d



Joined: 02 Aug 2006
Posts: 5

PostPosted: Thu 03 Aug '06 20:47    Post subject: Reply with quote

Tried it again. I think I'm just going to have to bite the bullet and build out a linux box.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Thu 03 Aug '06 21:05    Post subject: Reply with quote

I can not reproduce your problem. We must overlook some, you are the only one who reported here a issue with this mod. I am wondering if you really run 2.2.x , you have leftovers from an earlier install or there is still a typo somewhere.

On the other hand we seen more reports about issues with the ASF .msi distro. All of us here advise not to use the ASF .msi, but grab a zip distro, for example from AL and follow the instructions in the readme.

A last question. Is apache running when you not ro try to load the mod_proxy_html ?

Steffen
Back to top


Reply to topic   Topic: mod_proxy_html could not be found View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules