On Sat, Mar 01, 2003 at 11:02:22AM -0500, Cliff Woolley wrote: > On Sat, 1 Mar 2003, Domenico Andreoli wrote: > > > order deny,allow > > deny from all > > allow from 127.0.0.1 > > allow from env=HTTPS > > Why do you need that env var? Use this instead: > > > order deny,allow > deny from all > allow from 127.0.0.1 > SSLRequireSSL > >
after some thinking at it, i see you answer is not suitable for my needs. indeed, your mandates the use of SSL, while mine allowed access from localhost *or* SSL. i need something that can be put into allow directive... thanks cavok -----[ Domenico Andreoli, aka cavok --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
