> 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:
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 t
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
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
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
wit
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 wit
6 matches
Mail list logo