You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Sambit Nanda <sa...@yahoo.com> on 2000/10/07 23:14:51 UTC

Apche::AuthenCache

Hi Friends
    I am trying to install AuthenCache on My Apache
1.3.11 + mod _ssl + mod _perl on my Soalris 7 Sparc
Webserver

   I installed as the normal procedure and did also
make test all goes fine. Then Finally 

   i modified my httpd.conf like 
 
----------------------------
    AllowOverride None


  AuthName "Unix Department"
  AuthType Basic

   perlModule Apache::AuthenCache

   PerlSetVar NT-Domain PDC
   PerlSetVar pdc pdc

 
   PerlAuthenHandler Apche::AuthenCache 
Apache::AuthenSmb  Apache::AuthenCache::
manage_cache

 <Limit GET>
   require valid-user
 </Limit>

     PerlSetVar AuthenCache_cache_size     100
     PerlSetVar AuthenCache_cache_time     900
     PerlSetVar AuthenCache_nopasswd       off
     PerlSetVar AuthenCache_encrypted      off

--------------

After Starting the Webserver  
   when i am trying  to access the
https://<servernmae>

i am getting Internal Server Error  and if i check the
error log file 

   The messages are [Sat Oct  7 17:00:15 2000] [error]
Can't locate Apche/AuthenCache.pm in @INC (@I
NC contains: /usr/local/lib/perl5/5.00503/sun4-solaris
/usr/local/lib/perl5/5.00
503 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_
perl/5.005 . /usr/local/apache/
/usr/local/apache/lib/perl) at (eval 16) line 3.

[Sat Oct  7 17:00:15 2000] [error] Undefined
subroutine &Apche::AuthenCache::han
dler called.

-------
So where i lost really ??

Pls Advice.

Thanks

Sambit Nanda

Unix Admin



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

Re: Apche::AuthenCache

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Sat, 7 Oct 2000, Sambit Nanda wrote:

> Hi Friends
>     I am trying to install AuthenCache on My Apache
> 1.3.11 + mod _ssl + mod _perl on my Soalris 7 Sparc
> Webserver
> 
>    I installed as the normal procedure and did also
> make test all goes fine. Then Finally 
> 
>    i modified my httpd.conf like 

[ .. ]  

>    PerlAuthenHandler Apche::AuthenCache 
> Apache::AuthenSmb  Apache::AuthenCache::
> manage_cache
> 

Shouldn't that be 'Apache::AuthenCache'?

> i am getting Internal Server Error  and if i check the
> error log file 
> 
>    The messages are [Sat Oct  7 17:00:15 2000] [error]
> Can't locate Apche/AuthenCache.pm in @INC (@I


best regards,
randy kobes