Project

General

Profile

Actions

Bug #336

closed

conditionally stopping https requests

Added by Anonymous over 19 years ago. Updated over 16 years ago.

Status:
Invalid
Priority:
Low
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

  1. deny https access only if virtual domain1 or domain2 are requested

$HTTP["host"] =~ "domain1\.com|domain2\.com" {
    $HTTP["url"] =~ "https" {
        url.access-deny = ( ".html" )
    }
}

This does not appear to work - i.e. https access to domain1.com still functions.
Changing url to referer also allows https access to domain1.com.
Any help much appreciated.
Thanks!

-- andy

Actions #1

Updated by Anonymous over 19 years ago

$SERVERsocket == "ip:443" {

url.access-deny = ( ".html" )

}

is what you want. see the documentation http://www.lighttpd.net/documentation/configuration.html

-- cody

Actions #2

Updated by moo about 19 years ago

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

ask question in forum/mailinglist, not in ticket system. $HTTPurl does not contains "https" or "http" part.

Actions #3

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom