t;> De : Tapas Mishra [mailto:mightydre...@gmail.com]
>> Envoyé : jeudi 3 juin 2010 16:32
>> À : users@httpd.apache.org
>> Objet : Re: [us...@httpd] Recording X-Forwarded-For header in HTTP request
>>
>> On Thu, Jun 3, 2010 at 7:52 PM, Eric Covener wrote:
&g
> -Message d'origine-
> De : Tapas Mishra [mailto:mightydre...@gmail.com]
> Envoyé : jeudi 3 juin 2010 16:32
> À : users@httpd.apache.org
> Objet : Re: [us...@httpd] Recording X-Forwarded-For header in HTTP request
>
> On Thu, Jun 3, 2010 at 7:52 PM, Eric
On Thu, Jun 3, 2010 at 7:52 PM, Eric Covener wrote:
>> to my surprise I did not found any thing in
>
> If there was no line in the log, then you addded it in an incorrect
> vhost.
Hmmm I am having a software which is running on web server known as Plone.
Can this be problem. have a virtualhost in
> to my surprise I did not found any thing in
If there was no line in the log, then you addded it in an incorrect
vhost. If there was a line, but no value for x-forwarded-for, maybe it
wasn't a request header? You can verify with wireshark.
--
Eric Covener
cove...@gmail.com
---
Hi,
I am using a CentOS 5.5 server as a backend for one of my websites.On
a Ubuntu Reverse Proxy.
After reading documentation
[url=http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats]Apache
Log Format documentation[/url]
I added in
[code]
/etc/httpd/conf/httpd.conf
[/code]
a Line
[c