M373H
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by M373H-
Hello, Is there a particular reason on why you would want to (or need to) do that? I suppose you could use a scripts hook to do this. However, it's not really necessary. Thank you for your repl...
-
Hello, You should not have to create a LogFormat entry for each virtual host. You can simply modify the main LogFormat entries, which should apply to the Apache domlogs. The following document sho...
-
Could you try editing both entries in the httpd.conf file and then run the s %b \"%{Referer}i\" \"%{User-Agent}i\" %{CF-Connecting-IP}i" combined LogFormat "%h %l %u %t \"%r\" %>s %b %{CF-Connectin...
-
Hello, I see that you have already tried most of the solutions in the following thread, but you may want to check it out again just in-case:
-
I need to modify the LogFormat in Apache in order to add the X-Forwarded-For header and log clients' real IPs. I attempted to edit that in httpd.conf file but I then found two separate parts for th...
-
You can close the thread, I solved the problem. Thank you :)