Re: Access log is erratic with my scripts

2010-04-27 Thread Chris Bennett
On 04/27/10 12:07, Chris Bennett wrote: After seeing logs mentioned above, I remembered this. I do not see my scripts appearing properly in access log I have an older script that never shows an access into the log (only errors) I have a new script with same name but a few differences in two dif

Re: Access log is erratic with my scripts

2010-04-27 Thread André Warnier
Perrin Harkins wrote: On Tue, Apr 27, 2010 at 1:07 PM, Chris Bennett wrote: I do not see my scripts appearing properly in access log That probably means your scripts are crashing before they finish. You could use mod_log_forensic to find out more. Maybe something also useful to point out :

Re: Access log is erratic with my scripts

2010-04-27 Thread Perrin Harkins
On Tue, Apr 27, 2010 at 3:48 PM, Chris Bennett wrote: > I just realized the problem, since I was running a similiar script with one > host non-SSL and the other SSL. The fact of access is only recorded in SSl > logs, not access logs. I don't think that's true. My access logs show both SSL and no

Re: Access log is erratic with my scripts

2010-04-27 Thread Chris Bennett
On 04/27/10 13:28, Perrin Harkins wrote: On Tue, Apr 27, 2010 at 1:07 PM, Chris Bennett wrote: I do not see my scripts appearing properly in access log That probably means your scripts are crashing before they finish. You could use mod_log_forensic to find out more. - Perrin This was a he

Re: Access log is erratic with my scripts

2010-04-27 Thread Perrin Harkins
On Tue, Apr 27, 2010 at 1:07 PM, Chris Bennett wrote: > I do not see my scripts appearing properly in access log That probably means your scripts are crashing before they finish. You could use mod_log_forensic to find out more. - Perrin

Access log is erratic with my scripts

2010-04-27 Thread Chris Bennett
After seeing logs mentioned above, I remembered this. I do not see my scripts appearing properly in access log I have an older script that never shows an access into the log (only errors) I have a new script with same name but a few differences in two different virtual hosts. After a stop sta