Bug #161
Lighttpd misbehaves when missing end / in evhost.path-pattern
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | mod_evhost | |||
| Target version: | 1.4.20 | |||
| Missing in 1.5.x: |
Description
When you remove the missing / at the end like this:
evhost.path-pattern = "/home/%4/public_html"
You get in the error log (make sure you enable the debug.log-file-not-found):
(mod_evhost.c.313) No such file or directory /home/%4/public_htm/
The %4 is ofcourse the 2nd subdomain. Lighttpd seems to remove the last character. If I add / at the end of evhost.path-pattern, Lighttpd seems to function properly.
I used 1.3.14 (could set this value in the ticket properties)
-- onox
History
#1 Updated by Anonymous almost 8 years ago
I used 1.3.14 (could NOT set this value in the ticket properties) :D
-- onox
#2 Updated by stbuehler almost 5 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Also available in: Atom