Philip M. Gollucci wrote:
Michael Peters wrote:

Iván Chavero wrote:

my mod_perl copile flags are this:

perl Makefile.PL MP_APXS=/usr/local/apache-2.2.2/bin/apxs

you need EVERYTHING=1 there, or specifically turn on PERL_AUTHEN, PERL_AUTHZ,
PERL_ACCESS individually.
No. Like um its mod_perl 2 :)

<Location /foo>
  AuthType Basic
  AuthName "BAR"
  Require valid-user

  PerlAccessHandler AAA::Access
  PerlAuthenHandler AAA::Authen
  PerlAuthzHandler  AAA::Authz
</Location>

http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthenHandler

Note that part syaing you need at least 1 require directive.


I've read the PerlAuthenHandler manual part and i still don't get what am i doing wrong i even copied the example to my virtual host configuration so in order to generate an error (because i don't have the MyApache2::SecretLengthAuth module ) and i does not give me any error, it just ignores the directive.




--
Iván Chavero
Administrador de Sistemas UNIX
CGTI/DSE
Universidad Autónoma de Chihuahua
[EMAIL PROTECTED]
http://cgti.uach.mx
Tel. 614 439 18 35 ext 1728

Reply via email to