Project

General

Profile

Actions

Bug #337

closed

conditionally stopping https requests

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

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

Description

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

$HTTPhost =~ "domain1\.com|domain2\.com" {
$HTTPurl =~ "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

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

the HTTPurl does not contains scheme/host, instead REQUEST_URI and QUERY_STRING only. use $SERVERsocket

-- Xuefer <xuefer

Actions #2

Updated by Anonymous about 17 years ago

?? ?? ?? ??

?? ?? ??? ,?? ? ??

? ???.

?? ?? ??? ?? ?????

http://newlux.co.kr
http://newlux.co.kr
http://newlux.co.kr

? ?? : 1111
? ?? :
?? ??? ?? ?? ???????.

-- ????

Actions #3

Updated by Anonymous about 17 years ago

?? ?? ?? ??

?? ?? ?? ??

?? ?? ??? ,?? ? ??

? ???.

?? ?? ??? ?? ?????

http://newlux.co.kr
http://newlux.co.kr
http://newlux.co.kr

? ?? : 1111
? ?? :
?? ??? ?? ?? ???????.

-- ????

Actions #4

Updated by Anonymous over 16 years ago

Actions #5

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom