I have used CAS myself, but instead of attempting to implement the server
module for CAS authentication I used mod_cas. This might be an easier way of
doing what you are trying to do.
On 12/01/07, Michael Peters <[EMAIL PROTECTED]> wrote:
Tracy12 wrote:
> 1) As we dont use the apache basic aut
SELinux is certainly included in RHEL 4 (though it is an option at install time whether it is enabled or not). Check your message log for avc failures. e.g.:kernel: audit(1162240773.996:667): avc: denied { write } for pid=23025 comm="httpd" name="dprof" dev=dm-0 ino=24282699 scontext=root:system
Hello,I have mod_perl applications running in multiple virtual-hosts with multiple parent perl interpreters (vhost config has PerlOptions +Parent set). However, when a script running on one of these vhosts calls "warn" the output goes to the apache error log in the global context (/var/log/httpd/er
I am having a strange problem with mod_perl/Apache::ASP
Randomly the mime type sent down to the browser is incorrect. This might be when the child processes its first request.
The content type is set to "text/html" and the header sent to the browser is:
Content-Type: text/plain; charset=UTF-8
I