Displaying 3 results from an estimated 3 matches for "perlmodul".
Did you mean:
perlmodule
2005 Sep 20
1
CentOS4 and Apache-DBI
...are:
httpd-2.0.52-12.1.ent.centos4 (came with CentOS4)
mod_perl-1.99_16-4.centos4 (came with CentOS4)
perl-Apache-DBI-0.94-1.2.el4.rf (from Dag's site)
--this includes Apache::DBI and Apache::AuthDBI
In my '/etc/httpd/conf/httpd.conf' file, I added:
PerlModule Apache::DBI
PerlModule Apache::AuthDBI
..but when I restart Apache I get:
-----------------------------------------------------------------------------
Can't locate Apache/Constants.pm in @INC...
...
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.5/Apache/AuthDBI.pm...
2005 Mar 23
1
mod_ntlm_winbind authentication issues
...from freebsd ports
Windows 2000 Server SP4
clientside:
Windows XP SP2
IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158
The apache virtual host definition:
<VirtualHost 10.1.1.249:80>
ServerName rt-test.elided.com
DocumentRoot /usr/local/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
AuthName "NTLM Authentication test"
NTLMAuth on
NTLMAuthHelper "/usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp&quo...
2010 Feb 08
4
Anyone using Active Driectory auth with Centos 5.4.....?
Setting up a new backuppc for a small group of device and I am running
centos 5.4 with winbind setup and working. Everything is working and I
would like the users to authenicate using their AD creds and was wondering
what folks are using to do that with apache 2.2 and centos 5.4. I know
about mod_auth_pam but that seems pretty dead so I was just wondering what
folks were using and whats the