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: having an issue with a continuous 127.0.0.1 access in log
Author
zwitterion_work



Joined: 21 Oct 2013
Posts: 1
Location: London, United Kingdom

PostPosted: Mon 21 Oct '13 11:41    Post subject: having an issue with a continuous 127.0.0.1 access in log Reply with quote

Can anyone tell me if this is a problem, i will explain, i was getting continuous lines every second in my log access file it was this 127.0.0.1 - - [21/Oct/2013:09:04:50 +0100] "GET /GetData.cgi?Status=0 HTTP/1.0" 404 209
A bit about my network, i have three network routes one ip local going to a private vpn and a second local 192.168.1.69 staying local, the other is for the vpn, so i went into the httpd config and added this to the listen 192.168.1.69:80 before is just said Listen 80.

i then went to the windows\system32\drivers\etc\hosts and did this i took the 127.0.0.1 domain.com and i edited it out so now it looks like #127.0.0.1 domain.com and now all seems fine, im running Apache 2.4 on win 7 64 sp1 It all seem fine now, but i still don't understand why it was doing that, any help would be much appreciated.
Thanks
Back to top


Reply to topic   Topic: having an issue with a continuous 127.0.0.1 access in log View previous topic :: View next topic
Post new topic   Forum Index -> Apache