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 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 > different virtual hosts. > > After a stop start, one script shows posts the other does not show > anything. > The older script, nothing. > I have to admit, I have had many small problems with the SSL section of conf. I did not realize that I had to add error and transfer log sections to SSL area also. I was getting errors in error log before, so this problem didn't jump to the top of my head. This was always the problem I think I need to go ahead and break into files for each virtual host to avoid these little errors. I have also had other similar errors before, which went away after adding the new section to ssl also. a quick diff will pop these errors out quickly.