You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/12/13 02:47:58 UTC

[Bug 58727] New: Directories with a ProxyPass directive are not displayed

https://bz.apache.org/bugzilla/show_bug.cgi?id=58727

            Bug ID: 58727
           Summary: Directories with a ProxyPass directive are not
                    displayed
           Product: Apache httpd-2
           Version: 2.4.17
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_autoindex
          Assignee: bugs@httpd.apache.org
          Reporter: cdauth+bz.apache.org@cdauth.eu

This issue has been discussed in 2010 on the httpd-users mailing list
(http://mail-archives.apache.org/mod_mbox/httpd-users/201011.mbox/%3CAANLkTimnNKvbpcNKt45MwtZFMt5dn%3D_3TgheWio4Gas%3D%40mail.gmail.com%3E)
and has been raised on StackOverflow in 2012
(http://stackoverflow.com/questions/12014650/mod-autoindex-hides-directories-used-for-mod-proxy).
It seems like it has neither been reported nor been fixed in the meantime.

Directories which have a ProxyPass directive configured are not listed in the
index created by mod_autoindex.

Steps to reproduce:
1. Create a virtual server with "DocumentRoot /test"
2. Enable "Options +Indexes" for directory /test
3. Create directory /test/bla
4. Set "ProxyPass /bla http://example.com/" for the virtual server
5. Access the virtual server using a web browser

The directory "bla" will be missing from the index, even though it physically
exists. Setting "IndexOptions +ShowForbidden" does not fix this. When removing
the ProxyPass directive, the directory is shown.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org