29 Sep 2009 00:50
using mod_log_sql segmentation fault
Iam running tests on using mod_log_sql in production Having in the apache2.conf =========== LogSQLLoginInfo mysql://apache:apacheapache <at> localhost/apache LogSQLCreateTables on #LogSQLTransferLogTable test LogSQLTransferLogFormat AabcfHhIlMmPpRrSsTtUuvio =========== and after trying to access some page on the Testserver the page actually never loads, and in the error.log I get ===== error.log [Tue Sep 29 02:32:46 2009] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 32 children, there are 0 idle, and 0 total children [Tue Sep 29 02:32:46 2009] [notice] child pid 19004 exit signal Segmentation fault (11) [Tue Sep 29 02:32:46 2009] [notice] child pid 19005 exit signal Segmentation fault (11) ===== Commenting out the log_sql directives its working again. I have php installed (actually running latest stable Debian) using latest stable PHP from apt. Its stated in(Continue reading)
RSS Feed