Hi,

Since i only want port 80 open to the outside world (and easy of
configuration) i wanted to reverse proxy the slimserver inside my
apache.

I've adjusted the apache:

---- snip ----

ProxyRequests Off
ProxyPass /slim http://localhost:9000/
ProxyHTMLURLMap http://localhost:9000/ /slim

<Location /slim>
ProxyPassReverse http://localhost:9000/
SetOutputFilter proxy-html
ProxyHTMLURLMap /               /slim/
ProxyHTMLURLMap /slim/          /slim/
</Location>

----- snip ----

This should work, however (ofcourse) it doesn't. Sometimes i can see a
website.. with other options on, i cant. So far i managed to get the
website but no pictures are normal. Also i cant click on the server
configuration which then panics.

What am i doing wrong or is the slimserver html not reverse proxable?

Thanks in advance,
Erik


-- 
riemers
------------------------------------------------------------------------
riemers's Profile: http://forums.slimdevices.com/member.php?userid=4888
View this thread: http://forums.slimdevices.com/showthread.php?t=22768

_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to