On Mon, 10 Mar 2003, Domenico Andreoli wrote: > > 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.
Okay then, do this: order deny,allow deny from all allow from 127.0.0.1 SSLRequireSSL Satisfy any --Cliff ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
