Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: access logs |
|
Author |
|
Bruce
Joined: 28 Nov 2006 Posts: 77 Location: Mars
|
Posted: Thu 05 Apr '07 3:17 Post subject: access logs |
|
|
What would this mean instead of get in the access logs head
194.72.238.61 - - [04/Apr/2007:13:04:14 -0700] "HEAD / HTTP/1.1" 200 -
as I have not seen this before what it mite be used for |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 05 Apr '07 9:12 Post subject: |
|
|
Some "hackers" / script kiddies using the HEAD instead of GET or POST to get to know more about your Apache. But that is nothing you have to fear.
If you want to reproduce that.
use the commandline (cmd) {ENTER} = Press ENTER
telnet 127.0.0.1 80 {ENTER}
HEAD / HTTP1/1 {ENTER}{ENTER} |
|
Back to top |
|
Bruce
Joined: 28 Nov 2006 Posts: 77 Location: Mars
|
Posted: Thu 05 Apr '07 10:08 Post subject: |
|
|
thank,s well we are the topic of hackers I have a robots pest.Here is my robots.txt that I am using
User-agent: * # applies to all robots
Disallow: / # disallow indexing of all pages
yet some robots pest are still indexing and and going after my files how mite I better stop the robots completely |
|
Back to top |
|
|
|
|
|
|