logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: access logs
Author
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Thu 05 Apr '07 3:17    Post subject: access logs Reply with quote

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 Question Mr. Green
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 05 Apr '07 9:12    Post subject: Reply with quote

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 Wink


telnet 127.0.0.1 80 {ENTER}
HEAD / HTTP1/1 {ENTER}{ENTER}
Back to top
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Thu 05 Apr '07 10:08    Post subject: Reply with quote

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 Mr. Green
Back to top


Reply to topic   Topic: access logs View previous topic :: View next topic
Post new topic   Forum Index -> Apache