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: apache Newbie Here
Author
christineallen



Joined: 17 May 2007
Posts: 1

PostPosted: Thu 17 May '07 16:05    Post subject: apache Newbie Here Reply with quote

Hello,

I have been tasked wtih installing an apache server 2.2.4 on a windows 2003 server. I need to set up a reverse proxy. When I modifiy the conf. file and add the LoadFile directive to point to the Libxml2.dll it cannot find the file.

Step's I've taken.

Added an environment varible.--could have done this wrong.
Changed the location of the dll's and the directive to match.

Has anyone else ever done this before? Thanks a lot!

Admin note:
Please use a meaningful, specific subject header. See the forum rules.

Thanks,

Steffen
Back to top
James Blond
Moderator


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

PostPosted: Thu 17 May '07 18:11    Post subject: Reply with quote

You need to load the dll before loading mod_proxy_html

Code:

LoadFile   C:/apache/bin/libxml2.dll
LoadModule proxy_html_module modules/mod_proxy_html.so
Back to top


Reply to topic   Topic: apache Newbie Here View previous topic :: View next topic
Post new topic   Forum Index -> Apache