Here is my httpd configuration that seems to work with Apache 2.0.53 and SlimServer 6.5.0 (note that the "sed" filter was not needed for SlimServer 6.3.1):
<IfModule !mod_proxy_html.c> LoadFile /usr/lib/libxml2.so.2 LoadModule proxy_html_module modules/mod_proxy_html.so </IfModule> <IfModule !mod_ext_filter.c> LoadModule ext_filter_module modules/mod_ext_filter.so </IfModule> ExtFilterDefine slimserver-sed mode=output intype=text/html cmd="/bin/sed -e 's#\\(url\\s*=\\s*./\\)#\\1slimserver/#g'" <Location /slimserver/> RequestHeader set Referer http://localhost:9000/ ProxyPass http://localhost:9000/ ProxyPassReverse http://localhost:9000/ SetOutputFilter proxy-html;slimserver-sed ProxyHTMLURLMap / /slimserver/ </Location> -- scratchy ------------------------------------------------------------------------ scratchy's Profile: http://forums.slimdevices.com/member.php?userid=5236 View this thread: http://forums.slimdevices.com/showthread.php?t=15054 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
