Re: Apache proxy settings not working

2006-08-08 Thread Martin Schröder
2006/8/7, Bruno S. Delbono [EMAIL PROTECTED]: I have a couple of apps (webmail) that sit behind the OpenBSD gateway running httpd. When I enable the proxy module and try to access the app behind it fails with this error: Are you trying a transparent proxy? I was unable to get this working with

Re: Apache proxy settings not working

2006-08-08 Thread Bruno S. Delbono
o?= wrote: 2006/8/7, Bruno S. Delbono [EMAIL PROTECTED]: I have a couple of apps (webmail) that sit behind the OpenBSD gateway running httpd. When I enable the proxy module and try to access the app behind it fails with this error: Are you trying a transparent proxy? I was unable to get this

Re: Apache proxy settings not working

2006-08-08 Thread openbsd misc
Hello, No it's reverse. I want all incoming requests from the Internet to a certain virtual host (in this case webmail.sendmail.tv) to be redirected to an internal host running the webmail app server (on 10.10.33.3 port 81). For some reason, the proxy in OpenBSD's httpd doesn't take the

Re: Apache proxy settings not working

2006-08-08 Thread Bruno S. Delbono
openbsd misc wrote: Did you try it with a dns name? I'm using /var/www/etc/hosts (httpd is chrooted per default) for that. Bingo! # mkdir /var/www/etc/ # cp /etc/hosts /var/www/etc/hosts # chown -R www:www /var/www/etc/hosts - Enabled mod_proxy - Changed the IP address of the app server to

Re: Apache proxy settings not working

2006-08-08 Thread openbsd misc
openbsd misc wrote: Did you try it with a dns name? I'm using /var/www/etc/hosts (httpd is chrooted per default) for that. Bingo! ;-) # mkdir /var/www/etc/ # cp /etc/hosts /var/www/etc/hosts # chown -R www:www /var/www/etc/hosts Your chown is not a good idea. Should be: chown

Apache proxy settings not working

2006-08-07 Thread Bruno S. Delbono
Hi folks, I've done this before on different hosts but for some this doesn't work on our OpenBSD gateway. I'd appreciate any help. I have a couple of apps (webmail) that sit behind the OpenBSD gateway running httpd. When I enable the proxy module and try to access the app behind it fails