Actions
Bug #414
closedssl.pem doesn't prepend basedir to relative paths
Status:
Invalid
Priority:
Low
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
No
Description
ssl.pem should behave as "include" does and prepend basedir to relative paths. Otherwise lighttpd looks in the CWD when doing start/stop etc.
Went to patch this but couldn't see the obvious place to make the change, so I've left it to the expert :)
Actually running 1.4.7 as provided by gentoo.
-- rob
Updated by jan almost 18 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
use:
ssl.pemfile = var.CWD + "/server.pem"
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
Updated by gstrauss about 1 year ago
- Description updated (diff)
- Status changed from Missing Feedback to Invalid
- ASK QUESTIONS IN Forums set to No
works as designed.
Use the following if the originally posted behavior is desired: ssl.pemfile = var.CWD + "/server.pem"
Actions
Also available in: Atom