Re: dbd mysql segmentation fault in 2.2.6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



By the way the actual error message in the error_log is
[Mon Nov 19 15:55:22 2007] [notice] child pid 21426 exit signal Segmentation fault (11)

and after a while I see
[Mon Nov 19 15:55:22 2007] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 32 children, there are 1 idle, and 1 total children

Daniel Campbell wrote:
After quite a bit of trouble I finally got the dbd mysql compiled but now as soon as I put the "DBDriver mysql" directive into the httpd.conf file I get endless Segmentation Fault messages in the error log. I set the LogLevel to debug but that doesn't help any. Any suggestions? Below is my DBDriver call:

DBDriver mysql
  #Connection string: database name and login credentials
DBDParams "host=mysql.my.domain.com dbname=stats user=stats password=stats"

#Parameters for Connection Pool Management
DBDMin  1
DBDKeep 2
DBDMax  10
DBDExptime 60

#Authentication Section
<Directory /home/websites/my.domain.com/htdocs/stats>
   #mod_auth configuration for authn_dbd
   Options All
   AllowOverride none
   AuthType Basic
  AuthName "Statistics"
   AuthBasicProvider dbd

   #authz configuration
Require valid-user
   #SQL query to verify a user
   #(note: DBD drivers recognise both stdio-like %s and native syntax)
AuthDBDUserPWQuery "select linux_password from employees where username = %s AND on2admin = 'Y'"
</Directory>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux