RE: [EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as a proxy?

2006-01-05 Thread Zlotorzynski, Piotr
hard time to get my act together these days... RequestHeader set User-Agent foobar However, this only works with Apache 2.x And I am not even going to ask why on earth you want to do this. -ascs -Original Message- From: Zlotorzynski, Piotr [mailto:[EMAIL PROTECTED] Sent: Thursday, Ja

RE: [EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as a proxy?

2006-01-05 Thread Zlotorzynski, Piotr
There is one directive: RequestHeader but it is available in apache2.0 and above. unfortunately I have 1.3 and cannot upgrade it. pz -Original Message- From: Zlotorzynski, Piotr Sent: Thursday, January 05, 2006 10:12 AM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECT

RE: [EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as a proxy?

2006-01-05 Thread Zlotorzynski, Piotr
[mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 10:05 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as a proxy? Try Header set User-Agent foobar You will need mod_headers. -ascs -Original Message- From: Zlotorzynski

[EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as a proxy?

2006-01-05 Thread Zlotorzynski, Piotr
Hello everybody, I would like to change User-Agent to some fixed value for all the requests going through apache proxy. I was digging through mailing list archives but I could not find the answer. Thanks in advance. Piotr Zlotorzynski