Sluggers,

I've set up apache on my linux firewall to reverse proxy for a web server on nat'd internal network with these conf entries;

    ProxyRequests off
    ProxyPass / http://192.168.1.100/
    ProxyPassReverse / http://192.168.1.100/

Two things are a problem.

Firstly authenticated pages don't work. I don't mean https 443,
I'm just talking about a page that prompts for a username and password.

Secondly, the logging on the web server (192.168.1.100) only shows one
very active user (the internal ip of the firewall 192.168.1.1) rather than the actual source. Is this just a fact of life or is there some
apache magic that will allow the address infomation to be passed without messing with the routing?



TIA's

Pete.

P.S I've been trolling the apache doco but don't seem to be using the right words in the search as I'm getting a lot of chaf back and not much
info, a link to a relevant RTFM much appreciated.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to