no time to answer passphrasedialog

2001-12-31 Thread Bernhard Kueper
Hello people, here is my little problem: I've generated and installed a certificate. Now when I will start appache the passphrase dialog occurs, but only for a second, after then appache says "done" and I get the following error: [error] Init: Private key not found (OpenSSL library error follow

[BugDB] apachectl startssl failure (PR#655)

2001-12-31 Thread modssl-bugdb
Full_Name: Tomki Camp Version: 2.8.5 OS: RH Linux 6.1 base Submission from: (NULL) (203.146.126.222) I have installed apache 1.3.22 with Mod-ssl 2.8.5 as a DSO. I have PHP 4.1.1 compiled into the HTTPD binary statically. The 'apachectl start' works fine, but with 'startssl' I get a failure 'ht

Re: [BugDB] apachectl startssl failure (PR#655)

2001-12-31 Thread J. Johnson
Look in apachectl to see how it calls httpd in the cases of 'start' and 'startssl'. These should work out to something like 'httpd' and 'httpd -DSSL'. Try each of these directly from the command line. Possibly the second instance fails (check the return status with 'echo $?'); that would indica

question: is it possible to load mod ssl when apache isnt compiled whith modssl?

2001-12-31 Thread Arjen Halma
Hello, Perhaps it is asked 10 thousend times, in that case sorry :) My question is: is it possible to load mod ssl when apache isnt compiled whith modssl? I have a webserver Apache, but modssl is not compiled at the time it was made. Now i want to add modssl is that possible whithout compiling

Re: question: is it possible to load mod ssl when apache isnt compiled whith modssl?

2001-12-31 Thread Eli Marmor
Arjen Halma wrote: > My question is: is it possible to load mod ssl when apache isnt compiled > whith modssl? > > I have a webserver Apache, but modssl is not compiled at the time it was > made. > > Now i want to add modssl is that possible whithout compiling a new > webserver? I use Debian If