Re: Module might crash under EAPI

2000-12-29 Thread Wojciech Wasowicz
12/29/00 12:36:51 PM, Evelio Martinez [EMAIL PROTECTED] wrote: I have done it as you told me but still continues the same. Any idea? lista="mod_vhost_alias mod_env mod_log_config mod_mime_magic mod_mime mod_negotiation mod_status mod_info mod_include mod_autoindex mod_dir

Question about security of SSL transmision

2000-12-27 Thread Wojciech Wasowicz
Question: Is URL sended from client to server encrypted? Problem is - can I send secure arguments in URL. regards Wojtek __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: Question about security of SSL transmision

2000-12-27 Thread Wojciech Wasowicz
12/27/00 11:21:59 AM, Mads Toftum [EMAIL PROTECTED] wrote: On Wed, Dec 27, 2000 at 10:50:42AM +0100, Wojciech Wasowicz wrote: Question: Is URL sended from client to server encrypted? Yes. See also http://www.modssl.org/docs/apachecon2000/slide-006-n.html vh Mads Toftum -- Thanks Wojtek

Re: -DEAPI compiled version from ApacheModuleJServ.dll available?

2000-12-17 Thread Wojciech Wasowicz
Sebastian Schulz wrote: hi, i successfully installed Apache_1.3.14-mod_ssl_2.7.2-openssl_0.9.6-WIN32 from modssl "Contrib" and everything works fine 'til now. I use Jakarta's Tomcat in conjunction with Apache, therefor i downloaded the modul ApacheModuleJServ.dll. Apache now states,

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

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

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