mod_auth_cas causes sigfault

Ames, Phillip phil.ames at uconn.edu
Thu Feb 7 21:35:21 EST 2008


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: cas-bounces at tp.its.yale.edu 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
cas at tp.its.yale.edu
http://tp.its.yale.edu/mailman/listinfo/cas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3705 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080207/f1d99100/attachment.bin 


More information about the cas mailing list