Question about compiling mod_ssl

2000-12-15 Thread Wojciech Wasowicz


I've looked to FAQ but I still don't know what to do
so I've decided to ask directly.

I've compiled apache with mod_ssl - all has been ok till running
apache- then i've got error messages:

[Thu Dec 14 18:03:23 2000] [warn] Loaded DSO libexec/mod_env.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
(repeated by all standard modules)

./apachectl start: httpd could be started

what can I do with that ?
compile all standard modules separately?

please help

with regards
Wojtek Wasowicz



__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Question about compiling mod_ssl

2000-12-15 Thread Mads Toftum

On Fri, Dec 15, 2000 at 10:32:23AM +0100, Wojciech Wasowicz wrote:
 
 I've looked to FAQ but I still don't know what to do
 so I've decided to ask directly.
 
 I've compiled apache with mod_ssl - all has been ok till running
 apache- then i've got error messages:
 
 [Thu Dec 14 18:03:23 2000] [warn] Loaded DSO libexec/mod_env.so uses
 plain Apache 1.3 API, this module might crash under EAPI! (please
 recompile it with -DEAPI)
 (repeated by all standard modules)
 
 ./apachectl start: httpd could be started
 
 what can I do with that ?
 compile all standard modules separately?
 
You have to recompile all modules to work with your new Apache.
Either compile then using the new apxs or at least make sure that
you set the -DEAPI as part of your compiler flags when recompiling.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Question about compiling mod_ssl

2000-12-15 Thread Wojciech Wasowicz

  what can I do with that ?
  compile all standard modules separately?
 
 You have to recompile all modules to work with your new Apache.
 Either compile then using the new apxs or at least make sure that
 you set the -DEAPI as part of your compiler flags when recompiling.

 vh

 Mads Toftum

BIG THX - works with apxs (previously I had -DEAPI option during
compilation of apache - and it didn't worked)

Wojtek

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Question about compiling mod_ssl

2000-12-15 Thread Wojciech Wasowicz

I've finnaly run apache with mod_ssl, but I cannot connect to my
server by https (http runs) - and i'm starting apache with
./apachectl startssl.

I.ve set certificate .crt and .key file.
Any clues what shall I set too to have it run?

TIA
Wojtek

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]