scratchy;169509 Wrote: 
> 
> ---------- BEGIN /etc/httpd/conf.d/slimserver.conf
> 
> <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>
> 
> # this is new for SlimServer 6.5.0 (not needed in 6.3.1)
> # so that "Server Settings" and "Player Settings" can flip
> # pages.. probably should be fixed by developers..
> 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>
> 
> ---------- END /etc/httpd/conf.d/slimserver.conf
> 
> I thought, I'd share it with folks.. Thanks!

Works great here. Thanks!

Perhaps two silly/dumb question, but I am new to apache.

A) I would like to secure this via https to get 
https://mydomain.com/slimserver
to htttp://localhost:9000.

Is this possible? If so, how?

B) I would like to secure in addition with user:pass not on the
slimserver side, but from apache. How to achive this?

Your help is much appretiated.

KR
KR


-- 
RaK
------------------------------------------------------------------------
RaK's Profile: http://forums.slimdevices.com/member.php?userid=7855
View this thread: http://forums.slimdevices.com/showthread.php?t=31571

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to