Actions
Bug #336
closedconditionally stopping https requests
Status:
Invalid
Priority:
Low
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
- 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
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
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
Also available in: Atom