Project

General

Profile

Actions

Bug #161

closed

Lighttpd misbehaves when missing end / in evhost.path-pattern

Added by Anonymous almost 20 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_evhost
Target version:
ASK QUESTIONS IN Forums:

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

Added by stbuehler over 16 years ago

Revision 8d837b75 (diff)

Fix dropping last character of evhost pattern (#161)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2275 152afb58-edef-0310-8abb-c4023f1b3aa9

Actions

Also available in: Atom