Hi,
I have been experimenting with Apache running on port 80 and then proxying to a second instance on 8080; the second instance being chrooted. All is working great except .htaccess due to it being processed by the second httpd instance which sees all connections coming from 127.0.0.1. Is there any way around this or should I move the restrictions directly into the httpd.conf ?
--
Thanks, Phil