• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache question.

Platypus

Lifer
Can someone explain if this is possible. I run apache on my BSD box and I want to be able to log IPs of people who visit my site. Can someone tell me if this is possible, and/or how to do it?
 
I am sure there is a config for it in the config file. Ill have to look later (looking up like 459023 for people 😛).
 


<< Thanks, would you be able to PM me, or perhaps talk on Gaim or something about how to configure this? >>



Im no expert, but if I am going to figure out how to do it and tell you Ill post it here so that everyone that reads the thread can find out. Just nicer that way 😉

You did check your logs to make sure you arent already doing this right?
 
Check the LogLevel setting in your httpd.conf file. Maybe setting it to info would help. Mine is set at warn by default.
 
Also, I just checked my access_log, and I have plenty of ips getting the normal things (index.html type of stuff). So it may already be doing it, you just may not be looking in the right spot 😉
 
I got loads of IP addresses sitting in /var/log/apache/access_log... most of them from
unpatched IIS boxes. 🙂
 
I got loads of IP addresses sitting in /var/log/apache/access_log... most of them from
unpatched IIS boxes


ditto. hey all you iis people, patch your fvcking servers!
 
Back
Top