> 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
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 proxy_ajp_module
On Fri, Jan 20, 2012 at 6:16 AM, Stephane Eybert 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 compile your own, you'
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 - Users
On Fri, Jan 20, 2012 at 10:47 AM, Stephane Eybert
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 installs mod_prox