Project

General

Profile

Actions

Bug #900

closed

Cannot nest conditions

Added by Anonymous over 17 years ago. Updated 4 months ago.

Status:
Obsolete
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:
No

Description

For some strange reasons you cannot nest $HTTP-conditions in another
$HTTP.

-- richard

Actions #1

Updated by jan over 16 years ago

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

In 1.4.x you can nest conditionals only from lower to higher details, like:


$SERVER["socket"] == ... {
  $HTTP["host"] == ... {
    $HTTP["url"] ...
  }
} 

Starting with 1.5.0 you are free to change the order more freely.

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions #3

Updated by gstrauss 4 months ago

  • Description updated (diff)
  • Status changed from Missing Feedback to Obsolete
  • ASK QUESTIONS IN Forums set to No

lighttpd 1.5.x branch has been abandoned.

lighttpd 1.4.x branch is now far more advanced and continues to be maintained.

Actions

Also available in: Atom