Re: Apache proxy problems

2002-07-02 Thread Nadav Har'El

On Mon, Jul 01, 2002, Geoffrey S. Mendelson wrote about Re: Apache proxy problems:
 Working version:
...

Before anyone complains to Geoffrey for posting his message 3 times, you
should be aware that it probably isn't his fault - it appears to be another
case of outblaze.com repeating several linux-il messages today...

Anybody has any idea what's causing this?

-- 
Nadav Har'El|  Tuesday, Jul 2 2002, 22 Tammuz 5762
[EMAIL PROTECTED] |-
Phone: +972-53-245868, ICQ 13349191 |A bird in the hand is safer than one
http://nadav.harel.org.il   |overhead.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Apache proxy problems

2002-07-01 Thread Nadav Har'El

On Mon, Jul 01, 2002, Geoffrey S. Mendelson wrote about Apache proxy problems:
 Hi, people here using an Apache proxy server to get to hotmail,
 cannot log on using version apache-1.3.23-14. It loops in the enter your
 password page.
 
 Using a Apache proxy  (on the same machine) version 1.3.6, it works fine.

Please show us the proxy part of your httpd.conf in both versions.

By the way, you should really upgrade to apache 1.3.26, as earlier versions
have a security hole that can gain people nobody priviliges (and possibly
root, if you have also a local hole on your machine).

-- 
Nadav Har'El|   Monday, Jul 1 2002, 21 Tammuz 5762
[EMAIL PROTECTED] |-
Phone: +972-53-245868, ICQ 13349191 |Bank, n: a place that will lend you money
http://nadav.harel.org.il   |if you can prove that you don't need it.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Apache proxy problems

2002-07-01 Thread Geoffrey S. Mendelson

Nadav Har'El wrote:

 Please show us the proxy part of your httpd.conf in both versions.

Working version:

CacheNegotiatedDocs 

ProxyRequests On
ProxyVia on  

CacheRoot /var/www/proxy

ProxyRemote * http://x:80
NoProxy .xxx .
CacheSize 16000
CacheGcInterval 4
CacheMaxExpire 24
CacheLastModifiedFactor 0.1
CacheDefaultExpire 1
NoCache .xxx
 
Not working:

LoadModule proxy_module   modules/libproxy.so
AddModule mod_proxy.c
  
ProxyRequests On 

CacheNegotiatedDocs 

Directory proxy:*
Order deny,allow
 Allow from all
/Directory

ProxyVia Full

ProxyRemote * http://xx:80
NoProxy .xxx .yyy .zzz
CacheRoot /var/cache/httpd
CacheSize 5
CacheGcInterval 4
CacheMaxExpire 24
CacheLastModifiedFactor 0.1
CacheDefaultExpire 1
NoCache .xxx

 

 By the way, you should really upgrade to apache 1.3.26, as earlier versions
 have a security hole that can gain people nobody priviliges (and possibly
 root, if you have also a local hole on your machine).

Not a problem. If anyone can get through the firewall, I have a lot more
problems to worry about apache. If I don't have hotmail I have angry people
in my office to worry about. :-)

Thanks, geoff.

-- 
Geoffrey S. Mendelson
Bloomberg L.P., BFM (Israel) 2 hours ahead of London, 7 hours ahead of New York.
Tel:  972-(0)3-754-1158 Fax 972-(0)3-754-1236 Email: [EMAIL PROTECTED] 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]