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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]