Install Mod Proxy Html So
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 essential component of a reverse proxy. So far, we have spoken loosely of mod_proxy. However, it's a little more complicated than that. In keeping with Apache's modular architecture, mod_proxy is itself. Fl91 Notebook Drivers.
On debian 7.5, using apache2 2.2.22-13+deb7u3 I used recipe mod_proxy_html but then I still needed to install libapache2-mod-proxy-html. Since the recipe mod_php5 installs libapache2-mod-php5, the recipe mod_proxy_html should install libapache2-mod-proxy-html. After that, when restarting apache2 service I got an error: vagrant@host:~$ sudo service apache2 restart apache2: Syntax error on line 106 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/proxy_html.load: Cannot load /usr/lib/apache2/modules/mod_proxy_html.so into server: /usr/lib/apache2/modules/mod_proxy_html.so: undefined symbol: htmlFreeParserCtxt Action 'configtest' failed. The Apache error log may have more information. The solution for me was to add to /etc/apache2/mods-available/proxy_html.load file this line (as the first line): LoadFile libxml2.so.2 It could also be dealt with in mod_proxy_html recipe.
I understood that you won't correct the apache2 cookbook because the issue is not in the cookbook but in the apache2 debian package. I thought it is your approach (not to provide patches for each apache2 package, but to provide a general usage for all package version; seems ok) so I did not comment back. I use apache2 cookbook wrapper, works for me. However, if your approach is to make a working cookbook for many apache2 package versions, you could just install libapache2-mod-proxy-html and edit /etc/apache2/mods-available/proxy_html.load for those apache2 package versions that need it or at least display some warning about additional work that must be done for those package versions (e. Free Full Download Game Master Of Defense. g. A log to read this issue if package version is.