On Sat, Aug 10, 2002 at 10:02:26AM +1200, Huan Yee Chew wrote: > I've just started using Apache recently. This was recorded in my > access log last night. > 203.233.228.227 - - [10/Aug/2002:05:28:01 +1200] "GET > /scripts/root.exe?/c+dir HTTP/1.0" 404 829 [...snip...] > These access looks very obscure to me. Could this be a hack > attempt? Any info will be much appreciated. Thanks.
Hi Huan, Depending on what you want to do with Apache, adding this line to your /etc/apache/http.conf file might be useful: BindAddress 127.0.0.1 It'll take effect next time you restart Apache. It should, IIRC, let you run Apache locally without letting anyone else in. Convenient if you just want to read documentation or work on a web site that'll be hosted elsewhere, say. Tim -- [EMAIL PROTECTED] http://homepages.ihug.co.nz/~trmusson/
