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: testing whether a module can be loaded?
Author
Krischu



Joined: 23 Oct 2009
Posts: 25

PostPosted: Mon 26 Oct '09 18:27    Post subject: testing whether a module can be loaded? Reply with quote

I'm having problems getting mod_proxy_html.so working under 2.2.14 (described my problems in another thread).

So when going back to a 2.0.54 installation, I'm running into the problem that apache says it cannot load the mod_proxy_html.so module. I should
do a reinstallation.

I'm wondering what is wrong. I reinstalled apache 2.0.54 from the msi-installer and wrote back the Apache2 tree with all my configuraion files and modules back from my backup.

In the first place I dound that apache.exe won't start.
That seemed to have been a problem with the side by side cache. I saw that there was an apache.exe.manifest file (which wasn't there from the
fresh apache 2.0.54 installation but must have been on my backup).

When I deleted that manifest file apache.exe cold start again.

Could it be that I have a similar issue with the .so file?

All other modules can be loaded, only the mod_proxy_html.so not.

Is there a way do test why apache.exe doesn't like that module?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Mon 26 Oct '09 20:59    Post subject: Reply with quote

Hi!
You can do
apache 2.0.x
Code:

apache -t


apache 2.2.x
Code:

httpd -t


Than apache tests the config
Back to top


Reply to topic   Topic: testing whether a module can be loaded? View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules