Results 1 to 3 of 3
now i run web site and ftp server..but i want to get the infomation people log in to my server while my server running...so where can i get a log ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-14-2003 #1Just Joined!
- Join Date
- Jan 2003
- Posts
- 38
web server and ftp serv log , Apache support
now i run web site and ftp server..but i want to get the infomation people log in to my server while my server running...so where can i get a log file or any tool to track secsions logs.
ONe more question: The web server i'm running on Red Hat Linux 8 is only Apache server. So what Apache support?. Does it support ASP, asp.net, and Java..??Thank for your answer
- 01-14-2003 #2Just Joined!
- Join Date
- Jan 2003
- Posts
- 38
how to update the log files
now i found log fiels in /var/log..they have acces.log, vsftpd.log......but they not update when i go my site or ftp...are they update when i reboot computer...what can i do to get update log all the time
- 01-14-2003 #3Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
http://modules.apache.org/ will have anything you need as far as support for ssl, php, asp, ect. Apache logs each site seperately and you can define where it is logged at and how it is logged(check the docs). I think the default location is /var/log/http/ but I am not sure.
ErrorLog /path/to/log
TransferLog /path/to/log
Those are the 2 directives you will want to use


Reply With Quote
