On Mon, Mar 31, 2008 at 10:35 AM, Jay Jesus Amorin <[EMAIL PROTECTED]> wrote: > I'm running apache 2.2.4 and it was installed from source and was > configured this way ./configure --enable-so --enable-rewrite > --enable-dav --enable-vhost-alias --enable-ssl --enable-speling > > now i want to install the mod_proxy_html module. do i need to > recompile apache with ./configure --enable-so --enable-rewrite > --enable-dav --enable-vhost-alias --enable-ssl --enable-speling > --enable-proxy --enable-proxy-connect --enable-proxy-ftp > --enable-proxy-http --enable-rewrite or just compile and install > mod_proxy_html right away with apxs. >
Install mod_proxy through apxs, then mod_proxy_html (it's a third party module, IIRC). Take note of mod_proxy_html's dependency on libxml2. (I'm sure others here will recommend installing RPMs -- or servers other than Apache, for that matter -- instead, but AFAIK, Jay's organization has been installing Apache from source ever since -- part of their organization's requirement, I believe. Although thinking about it now, that shouldn't stop the OP from cooking up his own RPMs based on the sources that his organization use.) -- Ian Dexter R. Marquez http://feeds.iandexter.net/Coredump _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

