404 returned for directories

Bug #623882 reported by Neil Levine
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Apache OpenID
Confirmed
Medium
Unassigned

Bug Description

With apache config:

<Directory /home/levine/public_html/test2>
        SetHandler mod_python
        PythonAccessHandler apache_openid::protect
        PythonOption authorized-users-list-url file:///home/levine/user.list
        PythonOption action-path /test2
        PythonOption store-type file
        PythonOption store-directory /tmp/apache_openid
</Directory>

I get a 404 when going to www.domain.com/test2 but the index page comes up when going to www.domain.com/test2/index.html

Looks like the Apache environment variables are not being passed through?

Changed in apache-openid:
status: New → Confirmed
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.