2010/03/11

mod_proxy_html on OpenSUSE

[apache2 - mod_proxy_html]
-- httpd.conf
include /etc/apache2/httpd-reverse-proxy.conf
-- httpd-reverse-proxy.conf
-- cmd
# cd /root
# mkdir module
# cd module
# apxs2-worker -c -I/usr/include/libxml2 -i mod_proxy_html.c
# /etc/init.d/apache2 start