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 2010/03/27 01:05:14 UTC

DO NOT REPLY [Bug 49001] New: double result path by alias definition

https://issues.apache.org/bugzilla/show_bug.cgi?id=49001

           Summary: double result path by alias definition
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_alias
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: meinolf.amekudzi@dongleware.de


I use alias definitions to distinguish between different clients of my
appliction, which is placed in filesystem at C:/Sites/myapp . The php
application can than detect the client by url. This aliases are defined:

Alias /client_a C:/Sites/myapp 
Alias /client_a/myapp C:/Sites/myapp 
Alias /client_b C:/Sites/myapp 
Alias /client_b/myapp C:/Sites/myapp 

If I make a call like http://127.0.0.1/client_a this error appears:

[Sat Mar 27 00:31:42 2010] [error] [client 127.0.0.1] File does not exist:
C:/Sites/myapp/myapp 

In older apache versions the alias definitions working well.

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

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


DO NOT REPLY [Bug 49001] double result path by alias definition

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49001

Dan Poirier <po...@pobox.com> changed:

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

--- Comment #1 from Dan Poirier <po...@pobox.com> 2010-03-27 11:47:14 UTC ---
Configuration error; read
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#order

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

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