Re: Access log is erratic with my scripts
Chris Bennett <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Organization | Bennett Construction |
| Message-ID | <[email protected]> |
On 04/27/10 13:28, Perrin Harkins wrote: > On Tue, Apr 27, 2010 at 1:07 PM, Chris Bennett > <[email protected]> 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 helpful suggestion, but it is not available on the default apache with OpenBSD. I will look into how this works, anyway. 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 did not realize this before. This has security implications in that I should be monitoring SSL logs also. I have read plenty of security "stuff" but I don't remeber ever seeing that that needs to be done. Thanks