]> ruin.nu Git - ndwebbie.git/blobdiff - apache-conf.conf
bugfix
[ndwebbie.git] / apache-conf.conf
index 16b2864feae6088bc4412bddd9373231177bfc09..68a4df7062385b50d8ef9197a1a2855b72890841 100644 (file)
        AuthName "NewDawn authentication"
        AuthType basic
 
-       PerlAuthenHandler ND::AuthHandler
+       PerlAuthenHandler ND::Web::AuthHandler
 
        Order Deny,Allow
        Require valid-user
 
        PerlSwitches -T -I/var/www/ndawn/code/
        PerlRequire /var/www/ndawn/code/startup.pl
-       <Location ~ "^/\w*(.*\.(pl|php|pm))?$">
+       <Location ~ "^/[\w\\/]*(.*\.(pl|php|pm))?$">
                SetHandler perl-script
                PerlResponseHandler ND
        </Location>