I am trying to set up mod_auth_mysql on a staging server (Mac 10.4.8 Apache 1.37) I am using MySQL 5.0.2 & php 4.4 I am not sure where to look to see what is going wrong here, any poiters would be appreciated. thanks I am challenged for my username & password (right or wrong) & then I get nothing, tho in the address bar of he browser the page I was trying to access is listed. The Apache error log tells me [notice] child pid 324 exit signal Segmentation fault (11) In my httpd.conf I have set <Directory "/Users/my computer username/Sites/plog/"> AuthName "GoGo" AuthType Basic AuthMySQLEnable On AuthMySQLHost localhost AuthMySQLDB users AuthMySQLUserTable user_info AuthMySQLPasswordField user_passwd AuthMySQLUser root AuthMySQLPassword the root password AuthMySQLNameField user_name AuthMySQLPwEncryption none AuthMySQLSaltField none AuthMySQLNoPasswd Off AuthMySQLAuthoritative On require valid-user </Directory>
