View Single Post

  #4 (permalink)  
Old 08-29-2007, 05:45 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Quote:
Originally Posted by b3n View Post
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/
__________________
May the force with you!
Reply With Quote