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

            Bug ID: 59636
           Summary: UserDir is not accepting more than one directory
                    location
           Product: Apache httpd-2
           Version: 2.4.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P1
         Component: mod_userdir
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 33894
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33894&action=edit
userdir.conf

Manual https://httpd.apache.org/docs/2.4/howto/public_html.html section
"Setting the file path with UserDir" is described option about multiple
directories, which can be add.
In my case, if there is 2 directories set, only first is accepted.

UserDir /home/*/bla public_html -first working, second is ignored

I have retested it using switching order to
UserDir public_html /home/*/bla -first working, second is ignored

Same behaviour using completely different dir, e.g.
/virtual/user1/new_dir/index.html

OS Fedora 21
httpd installed directly using yum
selinux in permissive mode
both directories and home dir set to 711 perms
firefox without cache
used 2 different file names(index.html and ind.html)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to