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=8841>.
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=8841
ScriptAlias and mod_userdir conflict
Summary: ScriptAlias and mod_userdir conflict
Product: Apache httpd-2.0
Version: 2.0.36
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: mod_userdir
AssignedTo: bugs@httpd.apache.org
ReportedBy: aschorer@warpedlight.com
Setup:
mod_userdir enabled
userdir set to public_html (/home/user/public_html)
cgi directory scriptaliased (see below) (/home/user/cgi)
Description:
Prior to upgrading to 2.0.* (2.0.35 was my first step), ScriptAlias didn't
have a problem with the use of ~'s in the alias'd path (ex: ScriptAlias
/~user/cgi/ /home/user/cgi) In 2.0.35/36 though, apache's error log turns
up this:
[error] [client 129.74.157.255] File does not exist:
/home/user/public_html/cgi
For some reason, it thinks the cgi dir should be under the document root for
that user.
If I remove the ~, all functions as I would expect. (Configuration file
available at http://warpedlight.com/~aschorer/httpd.conf)
Independently confirmed by at least 1 other user.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|