Re: [EMAIL PROTECTED] Open proxy problem

2007-03-20 Thread Joshua Slive
On 3/20/07, Ulf Pietruschka <[EMAIL PROTECTED]> wrote: Thank you very much for the hint! It solved my problem! As far as I understand, the first VirtualHost entry is used as default, even if it contains an explicit server name (or even none), which differs from the requested server name or IP - s

Re: [EMAIL PROTECTED] Open proxy problem

2007-03-20 Thread Ulf Pietruschka
Thank you very much for the hint! It solved my problem! As far as I understand, the first VirtualHost entry is used as default, even if it contains an explicit server name (or even none), which differs from the requested server name or IP - somewhat confusing to me ... Ulf Joshua Slive schrie

Re: [EMAIL PROTECTED] Open proxy problem

2007-03-20 Thread Joshua Slive
On 3/20/07, Ulf Pietruschka <[EMAIL PROTECTED]> wrote: I know, this seems to be a known issue, but the already discussed problems do not seem to solve the issue. I do have a reverse proxy configuration, but with ProxyRequests disabled (i.e. omitted, default is "Off") and the virtual host definit

[EMAIL PROTECTED] Open proxy problem

2007-03-20 Thread Ulf Pietruschka
Hi, I have a problem with the following annoying entries in my server log (Apache 2.0.59, SuSE Linux 2.6.8-24.24-smp). ... 66.90.101.145 - - [20/Mar/2007:10:33:20 +0100] http://62.4.81.226:25/ HTTP/1.1> 200 491 "-" "-" "-" 62.4.81.226 66.90.101.14 - - [20/Mar/2007:10:36:10 +0100] http://62.93.

Re: [EMAIL PROTECTED] Open Proxy

2006-02-07 Thread Benjamin Neu
I'm running Apache 2.0 on Gentoo Linux with kernel 2.6.13 r3On 2/7/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Tuesday 07 February 2006 00:54, Benjamin Neu wrote:> That's an unusual directory name.mod_proxy doesn't use directories, as it can't rely on the underlyingoperating system having the whole

Re: [EMAIL PROTECTED] Open Proxy

2006-02-07 Thread Nick Kew
On Tuesday 07 February 2006 00:54, Benjamin Neu wrote: > That's an unusual directory name. mod_proxy doesn't use directories, as it can't rely on the underlying operating system having the whole of the web mounted as a filesystem. -- Nick Kew -

Re: [EMAIL PROTECTED] Open Proxy

2006-02-06 Thread Emmanuel E
Message - From: Benjamin Neu To: users@httpd.apache.org Sent: Tuesday, February 07, 2006 6:24 AM Subject: [EMAIL PROTECTED] Open Proxy Can anyone help me secure my Apache proxy server. Here is the problem.The box that I have on the net is NOT behind a firewall. It has one

[EMAIL PROTECTED] Open Proxy

2006-02-06 Thread Benjamin Neu
Can anyone help me secure my Apache proxy server. Here is the problem.The box that I have on the net is NOT behind a firewall. It has one NIC with a external IP. Order deny,allow Deny from all Allow from 127.0.0.1 That is the mod_proxy configuration I have in pl