Quote:
Originally Posted by b3n
Where abouts in httpd.conf would I write those Proxy lines?
Every where I tried it causes Apache to fail to start.
|
Correct syntax is as follows. Also you need to configure lighttpd to listen on 8080.
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /images
http://127.0.0.1:8080/
ProxyPassReverse /
http://127.0.0.1:8080/