Re: uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)

2001-01-27 Thread Rich Salz

 I am getting this error with a third party module.  Someone on another
 disscussion group said not to worry mod_ssl has "been fixed to not
 care if you are using the Extended API (EAPI)" etc. "It will be/is
 taken out in the newest version of mod_ssl".

I cannot imagine how that person could possibly be right, unless they're
talking about Apache 2.0 integration, which has not even been started
yet.
/r$
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



this module might crash under EAPI

2000-12-31 Thread Leon Lim

Hi,

am a novice with linux. Appreciate all the help.

I have RH 6.2, install without Apache, Apache 1.3.14 with modSSL, i need
to use the option
--enable-module=so
so that I can use LoadModule to load a so file.

after recompile, apache is running, but it says
Loaded DSO libexec/mod_coldfusion.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)

being a novice, can someone tell me how do i use this DEAPI? or what is
DEAPI? or maybe my compiling method is wrong, I add my --enable-module=so
line after i cd apache_1.3.14, before make. (refer to
www.modssl.org/example)

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



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]



Module might crash under EAPI

2000-12-28 Thread Evelio Martinez


Hello!
I have followed the INSTALL instructions on:
- openssl-0.9.6
- mm-1.1.3
- mod_ssl-2.7.1-1.3.14
- apache_1.3.14
files and when I start http with /usr/sbin/apachectl startssl
on my Red Hat 6.2
I have several warnings concerning all to DSOmodules.
[warn] Loaded DSO libexec/mod_usertrack.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it with -DEAPI)
[warn] Loaded DSO libexec/mod_setenvif.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it with -DEAPI)
Though the message seems self-explanatory I have made several
test to avoid the message but still the same.
Is this a serious problem ?
How can I solve it ?
Any FAQ or HOWTO ?
Thanks in advance
--
Evelio Martnez
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