Thanks for both your time and help!
Joshua you were right. I reloaded the server without chroot and it
worked perfectly. Must be chroot blocking DNS resolution...
At least I know where the problem lies. Thanks!
Quoting Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]>:
I think Joshua's advice was p
I cleared all my logs and restarted the server. Tried accessing the
page twice with same error. It appears the requests never reach the
backend server.
Here are the full contents of my logs.
proxy: access_log
---
talk.foo.org 10.5.5.50 - - [17/Jan/2006:00:25:0
Does that rewrite rule do exactly the same as ProxyPass? Anyway, same
error page produced. Here is the rewrite_log:
10.5.5.50 - - [16/Jan/2006:23:53:23 +1030]
[talk.boehj.net/sid#43ad8018][rid#417
0f060/initial] (2) init rewrite engine with requested uri /
10.5.5.50 - - [16/Jan/2006:23:53:23 +103
Hey, thanks for your help. I tried ping, nslookup which both work. I
even tried lynx and was able to bring up the page directly.
I set LogLevel to "debug" and had a look in my error.log:
[Mon Jan 16 23:28:23 2006] [notice] Apache/1.3.29 (Unix) mod_ssl/2.8.16
OpenSSL/
0.9.7g configured -- resumin
Sorry I forgot to mention, OpenBSD comes with Apache 1.3 by default.
I'm using Apache 1.3
Quoting Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]>:
I will assume that you are using Apache 2.0 or newer. In that case,
in addition to mod_proxy, you need to include the mod_proxy_http
module.
-ascs
---
Hi!
I'm using OpenBSD 3.8 default install with mod_proxy enabled. I use
ProxyPass in virtual host directives with success. Example:
ServerName www.foo.org
ProxyPass / http://172.16.0.5/
ProxyPassReverse / http://172.16.0.5/
Order deny,allow
Allow from all
...whi