[SLE] Setting up httpd logging in SuSE
Has anyone setup a log file for httpd activity? I want to watch what my browser sends and receives for a while. I'll admit I tried the man pages, but left without understanding. Is this only possible if a server (Apache) is running? Thanks in advance. JT ____________________________________________________________ John A. Thomas Home: jathomas@dhc.net Business: jathomas@gpm-law.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Tue, 4 Apr 2000, John A. Thomas wrote:
Has anyone setup a log file for httpd activity? I want to watch what my browser sends and receives for a while. I'll admit I tried the man pages, but left without understanding. Is this only possible if a server (Apache) is running?
Logging is usually only done on the server side. If you want to log all client activity, you need to setup a proxy server, that logs all client requests. It should be possible to create some kind of "dummy proxy", that only logs all incoming requests and forwards them to the server afterwards. Bye, LenZ -- ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer@suse.de Schanzaeckerstr. 10 http://www.suse.de/~grimmer 90443 Nuernberg, Germany -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
At 08:24 AM 04/04/00 -0700, John A. Thomas wrote:
Has anyone setup a log file for httpd activity? I want to watch what my browser sends and receives for a while. I'll admit I tried the man pages, but left without understanding. Is this only possible if a server (Apache) is running?
What kind of information do you want to see? access_log will show basic info, of course. Or you could use your mod_perl enabled server to look at the request_rec that Apache builds to see what the request looks like. Bill Moseley mailto:moseley@hank.org -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
grimmer@suse.de
-
jathomas@dhc.net
-
moseley@hank.org