Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

why is my logs directory showing

Status
Not open for further replies.

cp2000

Technical User
Dec 31, 2002
81
0
0
US
I am running Apache 1.3.33. I have multiple vhosts. Somehow on one of my hosts a log file is accessable.
(e.g. it it's uniform accross my servers so I don't think it's in my httpd.conf. Apache is conpiled with the following:
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime_magic.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_access.c
mod_auth.c
mod_so.c
mod_setenvif.c
mod_ssl.c

Needless to say, I need to shut this down!!!!
Any ideas???
 
cp2000,

You could just change the file permissions on the log file and call it done. Chmod 640 ought to do it.

Wishdiak
A+, Network+, Security+, MCSA: Security 2003
 
you know the old addage..."you can't see the forest for the trees"!!!!!.....the problem was actually that I had a logs directory (apparently from times past)in my docroot. I removed that and everything is good now.

THNX anyway.

By the way......really like your site "Wishdiak".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top