Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Nov 2003
    Posts
    119

    Default X-Forwarded-for

    Can someone suggest the best way of reading the X-Forwarded-for header and putting the IP in the apache logs as well as the real IP as I've been experimenting with putting a proxy cache infront of my apache server to see if it speeds things up.

    Problem is now of course all the requests in the logs show the proxy ip instead of the actual IP, ideally i'd like the logs to show the actuall ip and what x-forwarded-for is coming up with.
    Last edited by dragon2611; 12-06-2009 at 08:31 PM.

  2. #2
    Member
    Join Date
    Nov 2003
    Posts
    119

    Default

    after much googling I've changed httpd.conf to the following


    Code:
    <IfModule log_config_module>
    
    <IfModule log_config_module>
    #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    I deliberaly left in the logging of the host IP as it allows me to enable/disable the proxy easily and not have to remember to log the actual ip.
    Last edited by dragon2611; 12-07-2009 at 09:03 AM. Reason: fix truncated code

Similar Threads & Tags
Similar threads

  1. Does spam get forwarded?
    By blipper in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-28-2010, 05:07 PM
  2. Email not being forwarded
    By propolis in forum E-mail Discussions
    Replies: 0
    Last Post: 11-30-2009, 02:17 PM
  3. Forwarded Emails
    By lar00357 in forum E-mail Discussions
    Replies: 1
    Last Post: 04-26-2008, 10:15 AM
  4. Save Forwarded On/Off
    By anup123 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 05-22-2005, 04:59 PM
  5. can't get rootmail forwarded
    By NNNils in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 09-25-2003, 03:24 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube