Farid
On Wed, 15 Mar 2006, [EMAIL PROTECTED] wrote:
> Date: Wed, 15 Mar 2006 17:19:45 +0100
> From: [EMAIL PROTECTED]
> Reply-To: users@httpd.apache.org
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] access_log is not being written into
>
> What's the c
What's the content of /etc/logrotate.d/httpd,
could it be you are signalling the wrong process?
You also might want to check if these to relate to the same proc
$ ps -p $(cat /var/run/httpd.pid) -o args
$ ps -p $(pgrep -P 1 -u 0 -x httpd) -o args
> -Original Message-
> From: Farid Hamj