DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27840>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27840

mod_userdir ignores SkriptAlias'ed UserDirs ...

           Summary: mod_userdir ignores SkriptAlias'ed UserDirs ...
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_userdir
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If in httpd.conf you ScriptAlias a Directory that means a URI will be sent to
mod_alias to translate the URI. mod_alias doesn't care for suexec and sets no
flags. If this directory is a subdirectory of UserDir mod_userdir will be 
called.

mod_userdir will be called without translate_userdir... it will be called with
ap_hook_get_suexec_identity and so doesn't set the username for suexec !

So either call aswell translate_userdir for mod_alias AND mod_userdir or
change mod_userdir to parse the URI for /~ in the beginning and so to set the
username. Currently suexec will not be called for ScriptAlias'ed Directories
only if you explicitly set SuexecUserGroup which is not the desired behavior and
not compatible to apache 1.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to