Re: Basic auth with SSL - again

1999-03-24 Thread Achille M. Luongo
Trung Tran-Duc ha scritto: > > > > > "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote: > > [...] > > > Thanks for the answer, Ralf. My problem is that I can't build > > > applications under Win32 platform. > > > > > > Is anybody able to build and uplownload on > > > ftp://contrib:[EMAIL PR

Re: Basic auth with SSL - again

1999-03-23 Thread Achille M. Luongo
"Ralf S. Engelschall" ha scritto: > > On Mon, Mar 22, 1999, Achille M. Luongo wrote: > > > I installed Apache/1.3.3 (Win32) mod_ssl/mod_ssl/2.1b8 SSLeay/0.9.0b. > > 2.1b8? Oh, that's really _OLD_, I hope you now this. I've no clue on your > problem

Basic auth with SSL - again

1999-03-22 Thread Achille M. Luongo
Hello! Sorry: I post again my previous message for and important addendum. I installed Apache/1.3.3 (Win32) mod_ssl/mod_ssl/2.1b8 SSLeay/0.9.0b. I configured Apache to access a directory with the basic authentication scheme (using htpasswd.users and htaccess file). The ".htaccess" file is: de

Basic auth with SSL

1999-03-22 Thread Achille M. Luongo
Hello! I installed Apache/1.3.3 (Win32) mod_ssl/mod_ssl/2.1b8 SSLeay/0.9.0b. I configured Apache to access a directory with the basic authentication scheme (using htpasswd.users and htaccess file). The ".htaccess" file is: deny from all AuthType Basic AuthUserFile "/httpd/etc/htpasswd.users"

DSO compile instructions

1999-01-03 Thread Achille M. Luongo
Thanks for Your suggestions. Bye, Achille. __ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Official Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAI

DSO compile instructions

1999-01-02 Thread Achille M. Luongo
Hi! I would like to compile or simply use a mod_ssl module under Linux (kernel 2.0.36) as a stand-alone DSO module for an apache 1.3.3 binary RPM package, but I didn't find istructions. Can anyone suggest me how to build mod_ssl as a stand-alone DSO module ? Is already available a RPM module wit

Basic Authentication

1998-12-11 Thread Achille M. Luongo
Hi everybody! I would like to know if it is possible to limit the access to directories with a basic authentication scheme *AFTER* a SSL connection is established). Thanks. Bye, Achille. __ Apache Interface to SSLeay (mod_ssl