Alvaro Lopez Ortega wrote:
  http://alobbs.com/tmp/cherokee-0.4.29b2.tar.gz

Thanks again for the fixes. I'm still having one problem, however. All of the sub links work except for the login link. I get a 404 error when clicking on the login link in the upper right-hand corner (http://pacopablo.com:8080/projects/est/login). Below is are the relevent sections of my config:

Directory /projects/est {
    Handler cgi {
        ScriptAlias /usr/share/trac/cgi-bin/trac.cgi
        Env TRAC_ENV "/var/www/pacopablo.com/projects/trac/est"
    }
}

Directory /projects/est/login {
    Auth Basic {
Name "EST Login"

Method htpasswd {

            PasswdFile /var/www/pacopablo.com/projects/conf/projectusers
        }
    }
}

Now I think I am getting the 404 error because of the second directory entry becaue there is no handler specified. However, reading about configuration inheritance on the wiki (http://www.0x50.org/wiki/index.php?title=Directory_configuration) it seems that the above should work. I am trying to setup the authentication for track that is specified in the CGI setup (http://projects.edgewall.com/trac/wiki/TracCgi#AddingAuthentication). Suggestions?

-John

BTW, in 0.4.29b2 I can leave of the SCRIPT_NAME environment variable and it still works (minus the login problem, of course). Nice work.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to