Hi Andrew,

At 12:56 11.02.2002 +0400, Andrew Afliatunov wrote:
><Directory "/u01/httpd/docs/admin">
>     Options Indexes FollowSymLinks Includes
>     AllowOverride None
>         AuthType Basic
>         PerlSetVar myPDC e250.taom.lan
>         PerlSetVar myBDC e250.taom.lan
>         PerlSetVar myDOMAIN ACADEMY
>         AuthName "Administrator's page"
>         require user u0100659
>     PerlAuthenHandler Apache::AuthenSmb
></Directory>
>).
>But when I try to go to the directory, apache says - "Internal Server
>Error", and in error.log file I see "Undefined subroutine
>&Apache::AuthenSmb::handler called". But all necessary files shurely
>exist and they have appropriate rights. I can't understand what's the
>matter? Please, help!

Have you loaded Apache::AuthenSmb before setting it as a PerlAuthenHandler 
? The PerlAuthenHandler directive won't load the module for you, you need 
either
PerlModule Apache::AuthenSmb
in your httpd.conf, before the PerlAuthenHandler directive,
or
use Apache::AuthenSmb;
in your startup.pl file.

-- 
Per Einar Ellefsen
[EMAIL PROTECTED]

Reply via email to