Tagged Questions
1
vote
1answer
311 views
http://www.example.com/http://www.example.com/ in Apache log?
I run a website, let's say www.example.com. On it I have a path and file, say www.example.com/path/file.html.
The Apache log lists GET requests like: GET /path/file.html HTTP/1.1
Which is correct, ...
2
votes
2answers
2k views
Apache logs: “::1 … ”OPTIONS * HTTP/1.0" 200 -
Just looking at logs of a not-so-busy site on one of our Apache servers and notice tons of these in the log:
::1 - - [15/Apr/2011:12:11:40 -0700] "OPTIONS * HTTP/1.0" 200 -
::1 - - ...