Re: Client basic authorisation

1999-03-07 Thread Ralf S. Engelschall
On Sat, Mar 06, 1999, Mario Fabiano wrote: > I want to authorise specific clients to access a certain directory > relying upon their certificates. > > >From the apache-mod_ssl httpd.conf configuration file: > # FakeBasicAuth: > # Translate the client X.509 into a Basic Authorisation. This

[BugDB] SSL test (PR#116)

1999-03-07 Thread bugdb-mod-ssl
Full_Name: Chris M. Bingham Version: NA OS: Win98 Submission from: fps.nwsc.k12.ar.us (165.29.41.134) I went to test your SSL with you link under example/test... I get the error protocol not supported. I am running Win98 4.10.1998 Internet Explorer 4.72.3110 40bit On a fujitsu 565tx with a 3co

Re: install error - help!

1999-03-07 Thread Ralf S. Engelschall
On Sat, Mar 06, 1999, Heewoon Chung wrote: > I am trying to set up apache w/ mod_ssl, following the install guide on the web: > http://www.engelschall.com/sw/mod_ssl/distrib/mod_ssl-SNAP/INSTALL > > My system is RHL5.2 on AMD K6-2. And I am using apache_1.3.4, mod_ssl-2.2.4-1.3.4, > rsaref-2.0,

Re: TIP: dont use /dev/random unless you want your server to block

1999-03-07 Thread Ralf S. Engelschall
On Sun, Mar 07, 1999, Sampo Kellomaki wrote: > I recently had a problem with a web server mysteriously blocking > sometimes, especially if I would restart it often. As I run somewhat > complex config with mod_perl and other stuff I thought there might be > some compatibility problem, but then I f

install error - help!

1999-03-07 Thread Heewoon Chung
Hi, I am trying to set up apache w/ mod_ssl, following the install guide on the web: http://www.engelschall.com/sw/mod_ssl/distrib/mod_ssl-SNAP/INSTALL My system is RHL5.2 on AMD K6-2. And I am using apache_1.3.4, mod_ssl-2.2.4-1.3.4, rsaref-2.0, openssl0.9.1c (w/ its patch) and nothing else. I

Client basic authorisation

1999-03-07 Thread Mario Fabiano
I want to authorise specific clients to access a certain directory relying upon their certificates. >From the apache-mod_ssl httpd.conf configuration file: # FakeBasicAuth: # Translate the client X.509 into a Basic Authorisation. This means that # the standard Auth/DBMAuth methods can

TIP: dont use /dev/random unless you want your server to block

1999-03-07 Thread Sampo Kellomaki
I recently had a problem with a web server mysteriously blocking sometimes, especially if I would restart it often. As I run somewhat complex config with mod_perl and other stuff I thought there might be some compatibility problem, but then I found that it was blocking on read from /dev/random. I