in reply to Re: mod_perl, PerlSetEnv, and PERL5LIB
in thread mod_perl, PerlSetEnv, and PERL5LIB
and the VH.conf to read:PerlSetEnv PERL5LIB /home/httpd/website.com/libs PerlModule RemoteAuthentication PerlSetVar websitePath /testMemberArea/ PerlSetVar websiteLoginScript /apps/login.pl PerlSetVar websiteDomain .website.com PerlSetVar websiteExpires +1h
and that looks right to me, but i still get:## These documents require user to be logged in. <Directory /home/httpd/website.com/html/testMemberArea> AuthType RemoteAuthentication AuthName website PerlAuthenHandler RemoteAuthentication->authenticate PerlAuthzHandler RemoteAuthentication->authorize require valid-user </Directory>
i've tried things like:sudo /usr/sbin/apachectl configtest Syntax error on line 7 of /etc/httpd/conf/VH/modperl.website.com: Can't locate RemoteAuthentication.pm in @INC (@INC contains: /usr/lib/ +perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/per +l5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5 +.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-l +inux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/ven +dor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/ +5.8.0 . /usr/ /usr/lib/perl) at (eval 7) line 3.
to no avail ...PerlSetEnv PERL5LIB PERL5LIB:/home/httpd/website.com/libs
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mod_perl, PerlSetEnv, and PERL5LIB
by tinita (Parson) on Jul 28, 2004 at 15:55 UTC | |
by geektron (Curate) on Jul 28, 2004 at 16:03 UTC |