RE: [EMAIL PROTECTED] access_log is not being written into

2006-03-15 Thread Farid Hamjavar
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

RE: [EMAIL PROTECTED] access_log is not being written into

2006-03-15 Thread Ralph.Grothe
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