Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: apache Newbie Here |
|
Author |
|
christineallen
Joined: 17 May 2007 Posts: 1
|
Posted: Thu 17 May '07 16:05 Post subject: apache Newbie Here |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 17 May '07 18:11 Post subject: |
|
|
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 |
|
|
|
|
|
|