Hi,
I wish to pass requests to a subdirectory on my SME7.2 server/firewall, on to an internal machine.
I added the following two lines to the /etc/httdp/conf/httpd.conf file, within the scope of the <virtualhost 0.0.0.0:80> directive.
ProxyPass /tiki
http://192.168.0.68/tiki ProxyPassReverse /tiki
http://192.168.0.68/tiki And this achieves my goal, but will be lost next time the file is regenerated.
I've tried to set this up from a recent thread about ProxyPass, and the page on the wiki and got nowhere. Their was nothing after the first / in either line in the http.conf file, and errors on the screen from ProxyPass.
When I tried to use another domain (tiki.ianhobson.co.uk) it lost the ability to respond to its old name, and server-manager stopped working! (I removed the entries in the DB and rebuilt - and all works again now - what a relief).
So what changes exactly do I need to make to the "db domains" and/or templates files?
Thanks for your input.
Ian