Are you sure that the particular virtual host is configured to log at debug level? Despite whatever the general apache LogLevel statement is, you have to be sure that the LogLevel is set to debug in the VirtualHost you are using. If you have difficulties, run this command:
sed 's/APLOG_DEBUG/APLOG_ERR/' mod_auth_cas.c > mod_auth_cas.c.new; mv mod_auth_cas.c.new mod_auth_cas.c then recompile and all the DEBUG level statements should be logged at error level. Also, when does this occur? On access to an "AuthType CAS" page, on service validation, etc. etc. -Phil -----Original Message----- From: [EMAIL PROTECTED] on behalf of Trenton D. Adams Sent: Thu 2/7/2008 7:36 PM To: Yale CAS mailing list Subject: mod_auth_cas causes sigfault Ideas welcome, here's my configuration. I've tried 1.0.7-rc2 and 1.0.6, and they both do the same thing. No errors reported by CAS in the apache error log. LoadModule auth_cas_module /usr/lib/apache2/modules/mod_auth_cas.so CASVersion 2 CASDebug On CASCertificatePath /etc/ssl/certs/ CASLoginURL https://example.com/cas/login CASValidateURL /cas/serviceValidate CASValidateServer Off CASCookiePath /var/lib/cas/ CASValidateDepth 9 CASTimeout 7200 CASIdleTimeout 7200 <Location "/manual"> AuthType CAS <limit GET POST> require user 9606472 </limit> </Location> [Thu Feb 07 17:38:11 2008] [notice] child pid 8912 exit signal Segmentation fault (11) [Thu Feb 07 17:38:11 2008] [notice] child pid 8914 exit signal Segmentation fault (11) __ This communication is intended for the use of the recipient to whom it is addressed, and may contain confidential, personal, and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communications received in error, or subsequent reply, should be deleted or destroyed. --- _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
<<winmail.dat>>
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
