Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Tom Evans
On Fri, Jan 20, 2012 at 10:47 AM, Stephane Eybert mittiprove...@yahoo.se wrote: Hi, I run Linux Mint 11 Katya and installed the libapache2-mod-proxy-html library stephane-ThinkPad-T43 stephane # apt-cache show libapache2-mod-proxy-html Package: libapache2-mod-proxy-html [... ] This

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Stephane Eybert
How can I install an apache module from source then ? I thought specifying the module as an option on the configure command was enough. -- View this message in context: http://old.nabble.com/Compile-Apache-2.2.21-with-proxy-html-tp33173580p33173708.html Sent from the Apache HTTP Server -

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Eric Covener
On Fri, Jan 20, 2012 at 6:16 AM, Stephane Eybert mittiprove...@yahoo.se wrote: How can I install an apache module from source then ? I thought specifying the module as an option on the configure command was enough. mod_proxy_html isn't part of the base 2.2.x distribution. If you want to

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Stephane Eybert
I just tried that, but failed to compile mod_proxy_html and so I copied all the mod_proxy_so module files into my specifix prefix directory and added the LoadModule directives and can now start apache just fine. Thanks. LoadModule proxy_module modules/mod_proxy.so LoadModule

RE: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Luke Meyer
Description: Apache2 filter module for HTML links rewriting mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an