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.

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

When I call your name, Girl, it starts to flame
Burning in my heart, Tearing it all apart..
No matter how I try My love I cannot hide....

Reply via email to