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 2006/03/27 07:43:56 UTC

DO NOT REPLY [Bug 39112] New: - SCRIPT_NAME error with mod_alias

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=39112>.
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=39112

           Summary: SCRIPT_NAME error with mod_alias
           Product: Apache httpd-2
           Version: 2.0.55
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P3
         Component: mod_alias
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: qiwenmin@gmail.com


I have set an alias /hello to d:/devel/sf/hello. Then i write a test.php in this
folder. When I visit http://localhost/hello/test.php, the SCRIPT_NAME is
/hello/test.php. It's OK. But if I visit http://localhost/hello/test.php/test,
the SCRIPT_NAME is f/hello/test.php. There is a leading 'f' from the last
charactor of the folder 'sf'.

If the hello folder is not the alias, it is just a normal folder, the
SCRIPT_NAME is ok.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 39112] - SCRIPT_NAME error with mod_alias

Posted by bu...@apache.org.
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=39112>.
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=39112


qiwenmin@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From qiwenmin@gmail.com  2006-03-28 02:42 -------
Sorry. This bug is because the cgi mode of PHP5. It's not of Apache2.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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