Quote:
Not sure if that is how apache behaves (easyapache no longer builds for me so I can't test)
Does apache die immediately or wait to see what other rules do?
|
tested, apache is same behavior as litespeed.
my simple test show lsws not support "allow from env=" yet but should be able to do it through rewrite.
regarding "SetEnvIf", lsws not support it directly but can set env through rewrite rule. for example.
RewriteRule (.*) - [env=myenv:1]
Last edited by NiteWave; 05-10-2010 at 10:43 AM..
|