Web logs?????

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
New-Topics: virtual memory swap size
Subject: Web logs?????
> -----Original Message-----
> From:
> [mailto:plug-discuss-admin@lists.plug.phoenix.az.us]On Behalf Of Carl
> Parrish
> Sent: Monday, May 14, 2001 8:50 PM
> To:
> Subject: Web logs?????
>
>
> Okay if I know the PID of a process and I know that the command was a
> httpd. Is there anyway for me to find out which html page is responsible
> for the process??
>
>
> Carl P.

--------
someone will correct me if I'm wrong but the apache processes are spawned by
configuration and not by particular pages so there isn't any correlation
except that a client will attach to an available process. Check out
/var/logs/httpd - there should be access_log and error_log for the default
site and any virtual sites may (or may not - depending upon the setup) have
their own log files too.

Craig