Project

General

Profile

Actions

Bug #414

closed

ssl.pem doesn't prepend basedir to relative paths

Added by Anonymous over 19 years ago. Updated about 1 year ago.

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

Actions #1

Updated by jan almost 18 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

use:


ssl.pemfile = var.CWD + "/server.pem" 
Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Missing Feedback
Actions #3

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