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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: unable to load mod_proxy_html.so
Author
tkreinbring



Joined: 18 Mar 2009
Posts: 2
Location: Highlands Ranch, CO

PostPosted: Wed 18 Mar '09 23:20    Post subject: unable to load mod_proxy_html.so Reply with quote

Good afternoon,

I have followed all of the directions I can find, and am very frustrated.

When I update my httpd.conf file with the loadmodule line:

LoadModule proxy_html_module modules/mod_proxy_html/mod_proxy_html.so

Every time I attempt to start the server, this is what I get:

Syntax error on line 172 of C:/Program Files/IBM/HTTPServer/conf/httpd.conf:
Cannot load C:/Program Files/IBM/HTTPServer/modules/mod_proxy_html/mod_proxy_htm
l.so into server: The specified procedure could not be found.
Note the errors or messages above, and press the <ESC> key to exit. 25...


Any help would be more than appreciated !!!!

Thank you,
Todd
Back to top
James Blond
Moderator


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

PostPosted: Thu 19 Mar '09 10:08    Post subject: Reply with quote

Did you install Visual C++ 2008 Redistributable Package ?
Which version of apache do you run and where did you download it?
Back to top
tkreinbring



Joined: 18 Mar 2009
Posts: 2
Location: Highlands Ranch, CO

PostPosted: Thu 19 Mar '09 16:00    Post subject: unable to load mod_proxy_html.so Reply with quote

I have loaded the Microsoft Redistribution package 2008. I will uninstall it and try that again.

I am actually attempting this using IBM HTTP Server 6.1 (Which is based on Apache).

Thank you,
Todd
Back to top
James Blond
Moderator


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

PostPosted: Thu 19 Mar '09 17:07    Post subject: Reply with quote

Since I read the product page I'm not sure if the IBM sever is compatible with that module. There is no description on which version of apache the IBM server is based.
This module is only compatible with apache 2.2.x

What do you get, when you open apache with the version parameter

Code:

httpd -V
Back to top


Reply to topic   Topic: unable to load mod_proxy_html.so View previous topic :: View next topic
Post new topic   Forum Index -> Apache