Quote:
Originally Posted by pdatoon
noobie question. Do we have to change anything in the styles (like url) ?
|
doesn't look like it...
Code:
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /forums/images http://localhost:2747/
ProxyPassReverse /forums/images http://localhost:2747/
I think what this does is basically it will serve all requests that it get to /forum/images will go to localhost:2747 (assuming that's the port your lighttpd is running on)