analyzing httpd-error.log
Oliver Fromme
olli at lurza.secnetix.de
Tue Mar 31 12:01:50 PDT 2009
The problem with Apache's error.log is that there is no
standard format. Error messages generated by Apache
itself are somewhat standardized, but messages from
third-party modules are not. All kind of things will
end up in the error.log, including stuff written to
stdout by CGI programs, such as perl error messages,
exception traces from Python programs (usually multiple
lines each), and so on.
There is no simple way to reliably parse and analyze all
of that completely automatically.
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart
FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd
"If you think C++ is not overly complicated, just what is a protected
abstract virtual base pure virtual private destructor, and when was the
last time you needed one?"
-- Tom Cargil, C++ Journal
More information about the freebsd-questions
mailing list