DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25469>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25469 create AuthRoot for defining paths to auth files Summary: create AuthRoot for defining paths to auth files Product: Apache httpd-1.3 Version: 1.3.29 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Auth/Access AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Directives that define paths fo auth files (AuthUserFile, AuthGroupFile, AuthDBUserFile, AuthDBGroupFile, AuthDBMUSerFile, AuthDBMGroupFile, AuthDigestFile, AuthDigestGroupFile, and probably others) search for files starting in ServerRoot. This is easy to implement (if I understand corretcly, apache switches to ServerRoot on startup and access fiels from there), however, it is not easy to work with it. We have multiple users, for whose we want to make access easier, and we would invite a directive AuthRoot, which would define for current context (server, virtualhost, directory, htaccess), where all the auth files are located, if they are defined with relative path. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
