Rev 4629 | Rev 9896 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4629 | Rev 5601 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | error=Identification Failure : bad IP ($httpd_REMOTE_ADDR is not $ident_site) |
50 | error=Identification Failure : bad IP ($httpd_REMOTE_ADDR is not $ident_site) |
51 | !exit |
51 | !exit |
52 | !endif |
52 | !endif |
53 | 53 | ||
54 | !if ($ident_agent!=$empty and $agent != $ident_agent) |
54 | !if ($ident_agent!=$empty and $agent != $ident_agent) |
55 | error=Identification Failure : |
55 | error=Identification Failure : '$agent' is a bad Agent |
56 | !exit |
56 | !exit |
57 | !endif |
57 | !endif |
58 | 58 | ||
59 | !if ($ident_protocol=https and $protocol != https) |
59 | !if ($ident_protocol=https and $protocol != https) |
60 | error=Identification Failure : bad Protocol |
60 | error=Identification Failure : bad Protocol |