Hi,

I am new to mod_wsgi's config file:

    <Location / >
        AuthType basic
        AuthName "Test the page"
        AuthUserFile /opt/etc/htpasswd
        <Limit GET HEAD POST>
            require valid-user
        </Limit>
    </Location>

First of all, is it case sensative? for the "basic", should I change
it to "Basic" instead?
In the <Limit> tag, "require valid-user", what does that mean?

Also, I am getting "500 Internal Server Error" is I type in the wrong
password the second time after leaving the login dialog idle for
5minutes. Why is that?

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modw...@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to