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
   mod_cgi mod_asis mod_imap mod_actions mod_speling mod_userdir mod_alias
   mod_rewrite mod_access mod_auth mod_auth_anon mod_auth_dbm mod_digest
   mod_cern_meta mod_expires mod_headers mod_usertrack mod_unique_id
   mod_setenvif" 

   for i in $lista 
   do 
 /usr/sbin/apxs -o $i.so -DEAPI -DSHARED_CODE -c $i.c 
   done 


   Originally it was generated with: 

   SSL_BASE=../openssl-0.9.6 
   EAPI_MM=../mm-1.1.3 
   ./configure --enable-module=ssl \ 
   --enable-rule=EAPI \ 
   --enable-module=most \ 
   --enable-shared=max \ 
   --with-layout=RedHat 


   Regards 

   --
   Evelio Martínez
   Testanet. Dept. desarrollo software.
   Av. Reino de Valencia, 15 - 5
   46005 Valencia (Spain)
   Tel: +34 96 395 90 00
   Fax: +34 96 316 23 19


One thing - what version of apache apsx have you got? I've been sent a letter that it 
must be _new_ aspx 
- I've used one included in apache1.3.14

second - there is 
http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/
these are sources of tomcat - if you take it, look at included documentation, 
you will find the way to compile mod_jk with aspx (including all options, problems etc)
- it is called mod_jk-HOWTO. I've taken my command line for compilation  from that 
document

using command for solaris I've compiled modules, copied them instead that compilen 
during instalation 
and it run without a warning 
Each module I replaced - one warning less occured.

Oh, and i've let modssl to configure my apache sources
cd mod(..)
./configure --with-apache=../apache(..) ...



HIH

Wojtek




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



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  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



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


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



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, that this version was compiled for
 the "normal" version of Apache (and uses plain Apache 1.3 API),
 which might leads to problems with EAPI.

 Is there a -EAPI - compiled version of ApacheModuleJServ.dll
 available or do i have to compile it by myself?
 (the problem is, i have no MS Visual C++-Compiler available ...)

 many thanks in advance!

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

I have done it for apache1.3.14 - just compile mod_jk like it is in howto
with added -DEAPI before -DSOLARIS (I've done it for solaris).
Works for me.

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 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 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]