[squid-users] HTTP Header

2009-01-07 Thread Mehmet ÇELiK
Hi all, I am using Squid as Reverse Proxy for my Web Servers. Client IP Address is directing to Web Servers with X_FORWARDED_FOR. But, I want to write Client IP Address to Remote_Address.. I want to this, because.. I am using vBulletin Forum and vBulletin are taking Reverse Proxy IP as REMOT

[squid-users] HTTP header order

2010-06-19 Thread Markus Moeller
Hi, Would the below CONNECT request be valid or is it RFC non compliant (e.g. Host: not as first line) ? Authorization: BASIC bWhfhffrdsMw== Accept-charset: iso-8859-1 Content-charset: iso-8859-1 Content-type: plain/text Connection: Keep-Alive Content-length: 5 User-Agent: Java/1.4.2_12 Host:

Re: [squid-users] HTTP Header

2009-01-07 Thread Ralf Peng
2009/1/7 Mehmet ÇELiK : > Hi all, > > I am using Squid as Reverse Proxy for my Web Servers. Client IP Address is > directing to Web Servers with X_FORWARDED_FOR. But, I want to write Client > IP Address to Remote_Address.. > Yes you can. If I remember that correctly, you should be able to modify s

Re: [squid-users] HTTP Header

2009-01-07 Thread Mehmet ÇELiK
t: X-Forwarded-For = NULL Remote Address = Client IP Address It's possible - Original Message - From: "Ralf Peng" To: "Mehmet ÇELiK" Cc: Sent: Wednesday, January 07, 2009 2:06 PM Subject: Re: [squid-users] HTTP Header 2009/1/7 Mehmet ÇELiK : Hi all, I

Re: [squid-users] HTTP Header

2009-01-07 Thread Ralf Peng
2009/1/7 Mehmet ÇELiK : > Hello, > > I think you understand me wrong or you did not read all of my mail. > The problem is that: > I want to change the place of the value at X_FORWARDED_FOR.with REMOTE ADDR. > I mean, > when web server looked at to HEADER, It can see the Client IP Address, It > does

Re: [squid-users] HTTP Header

2009-01-07 Thread Amos Jeffries
Mehmet ÇELiK wrote: Hello, I think you understand me wrong or you did not read all of my mail. The problem is that: I want to change the place of the value at X_FORWARDED_FOR.with REMOTE ADDR. I mean, when web server looked at to HEADER, It can see the Client IP Address, It does not see REVERS

Re: [squid-users] HTTP Header

2009-01-08 Thread Chris Robertson
Mehmet ÇELiK wrote: Hi all, I am using Squid as Reverse Proxy for my Web Servers. Client IP Address is directing to Web Servers with X_FORWARDED_FOR. But, I want to write Client IP Address to Remote_Address.. I want to this, because.. I am using vBulletin Forum and vBulletin are taking Reve

Re: [squid-users] HTTP Header

2009-01-09 Thread Mehmet ÇELiK
inal Message - From: "Chris Robertson" To: Sent: Thursday, January 08, 2009 10:52 PM Subject: Re: [squid-users] HTTP Header Mehmet ÇELiK wrote: Hi all, I am using Squid as Reverse Proxy for my Web Servers. Client IP Address is directing to Web Servers with X_FORWARDED_FOR. But, I w

Re: [squid-users] HTTP Header

2009-01-09 Thread Amos Jeffries
Mehmet ÇELiK wrote: In your vBulletin includes/init.php file change "define('IPADDRESS', $_SERVER['REMOTE_ADDR']);" to "define('IPADDRESS', $_SERVER['HTTP_X_FORWARDED_FOR']);". No. I don't this. Because, this is not right method.. In my PHP-apps I do the equivalent of this: if ($trust_XFF

Re: [squid-users] HTTP Header

2009-01-09 Thread Matus UHLAR - fantomas
> Mehmet ÇELiK wrote: > >>In your vBulletin includes/init.php file change "define('IPADDRESS', > >>$_SERVER['REMOTE_ADDR']);" to "define('IPADDRESS', > >>$_SERVER['HTTP_X_FORWARDED_FOR']);". > >> > > > >No. I don't this. Because, this is not right method.. On 09.01.09 22:40, Amos Jeffries wrote: >

Re: [squid-users] HTTP Header

2009-01-09 Thread Amos Jeffries
Matus UHLAR - fantomas wrote: Mehmet ÇELiK wrote: In your vBulletin includes/init.php file change "define('IPADDRESS', $_SERVER['REMOTE_ADDR']);" to "define('IPADDRESS', $_SERVER['HTTP_X_FORWARDED_FOR']);". No. I don't this. Because, this is not right method.. On 09.01.09 22:40, Amos Jeffrie

Re: [squid-users] HTTP Header

2009-01-09 Thread Amos Jeffries
Matus UHLAR - fantomas wrote: Mehmet ÇELiK wrote: In your vBulletin includes/init.php file change "define('IPADDRESS', $_SERVER['REMOTE_ADDR']);" to "define('IPADDRESS', $_SERVER['HTTP_X_FORWARDED_FOR']);". No. I don't this. Because, this is not right method.. On 09.01.09 22:40, Amos Jeffrie

Re: [squid-users] HTTP header order

2010-06-20 Thread Henrik Nordström
lör 2010-06-19 klockan 15:29 +0100 skrev Markus Moeller: > Would the below CONNECT request be valid or is it RFC non compliant (e.g. > Host: not as first line) ? It's valid. HTTP does not specify a specific header order. Only ordering requirement is that for some multivalued list headers the

[squid-users] HTTP Header Manipulation Question

2007-09-20 Thread techguy005-ml
I have an application that passes a value back to the client using the HTTP Status string: Response.Status = Response.Status & " " & FileSize This would return an HTTP status to the client looking like below, which says 200 for success and 5632 for the number of bytes uploaded to the server.

[squid-users] HTTP header field {\r}

2008-11-06 Thread Luis Daniel Lucio Quiroz
Hi Squids, I'm having a lot of: HTTP header field {\r} at cache.log. Currently we are having performance problems. This log is related to my performance? How can I explain this, why this happens, are we having tunneling ? Regards, LD

Re: [squid-users] HTTP Header Manipulation Question

2007-09-26 Thread Henrik Nordstrom
On tor, 2007-09-20 at 15:39 -0700, [EMAIL PROTECTED] wrote: > and replaces it with "OK". Therefore, the application > errors on the client side because its expecting a > value back in the HTTP Header. This is a broken application. The description after the HTTP status should not be used by automa

Re: [squid-users] HTTP header field {\r}

2008-11-06 Thread Amos Jeffries
Luis Daniel Lucio Quiroz wrote: Hi Squids, I'm having a lot of: HTTP header field {\r} at cache.log. Currently we are having performance problems. This log is related to my performance? Maybe. What type of performance problems? How can I explain this, why this happens, are we having tunn

Re: [squid-users] HTTP header field {\r}

2008-11-06 Thread Luis Daniel Lucio Quiroz
Hi :-D What type of performance problems? Surfing is slow. But I fond this problem is not about squid it was about file descriptors, fixed. At cache.log I found only allot of: HTTP header field {\r} no more, no less. Could be tunneling? > Luis Daniel Lucio Quiroz wrote: > > Hi Squ