6 Feb 2007 11:37
Problem with mod_auth_pam when SSL is enable
Bill Edmunds <W.Edmunds <at> exeter.ac.uk>
2007-02-06 10:37:09 GMT
2007-02-06 10:37:09 GMT
Hi I seem to be having a problem with mod_auth_pam when I enable SSL on an Apache instance. It works fine for all my virtual hosts if there is no SSL host configured, but if I configure a default SSL host I get segmentation faults. Any advice would be gratefully received. I'm using Apache 2.0.52 on RHEL4 Update4. Here's the httpd pam.d entry... #%PAM-1.0 auth required pam_stack.so service=system-auth auth required pam_nologin.so account required pam_stack.so service=system-auth password required pam_stack.so service=system-auth session required pam_stack.so service=system-auth session required pam_loginuid.so ...and the .htaccess file... AuthName "Test Group" AuthType Basic AuthGroupFile /home/adweb/www.its.ex.ac.uk/etc/test require group its1 Thanks, Bill An Apache trace...(Continue reading)
RSS Feed