AW: DEAPI (revisited)

2001-10-11 Thread Henning von Bargen
:45 An: Robert Mazur Cc: [EMAIL PROTECTED] Betreff: Re: DEAPI (revisited) If you still get the warning than some old modules somewhere need to be rebuilt. -- Zolera Systems, Your Key to Online Integrity Securing Web services: XML, SOAP, Dig-sig, Encryption http

Re: DEAPI (revisited)

2001-10-10 Thread Robert Mazur
Thanks for a terrific explanation of the -DEAPI situation. So then, when I still get the Plain Apache error after compiling after adding -DEAPI to my C compiler flags...it doesn't necessarily mean that it recognizes I am including the mod_so.c (so I can add the jserv module in httpd.conf

Re: DEAPI (revisited)

2001-10-10 Thread Rich Salz
If you still get the warning than some old modules somewhere need to be rebuilt. -- Zolera Systems, Your Key to Online Integrity Securing Web services: XML, SOAP, Dig-sig, Encryption http://www.zolera.com __ Apache Interface to

DEAPI (revisited)

2001-10-09 Thread Robert Mazur
I can see from the archives that the DEAPI issue is a well-beaten horse. I also see the documentation on Apache/Tomcat's site. However, I am still running into an issue with it. And, I think it might be because I don't have a high-level-view of what DEAPI really is. I am getting the good'ol

Re: DEAPI (revisited)

2001-10-09 Thread Rich Salz
Apache 1.x modules work by registering a table of function pointers, and the apache core calls out at various points in processing. In order to make SSL work, Ralph added some more callbacks. They are added to the *end* of the current table. This extendaed API, EAPI, is enabled by adding -DEAPI

Re: DEAPI?

2001-09-28 Thread frida
no, just add it. no need to reinstall it all over again. Rachel wrote: Sorry, I'm new to mod_sslmay i know how to compile with "CFLAGS=-DEAPI ; export CFLAGS ;" as suggested below? - Original Message - From: frida To: [EMAIL PROTECTED] Sent: Friday, September 28, 200

Re: DEAPI?

2001-09-28 Thread Rachel
may i know how to compile it in apache folder? - Original Message - From: frida [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 28, 2001 2:33 PM Subject: Re: DEAPI? compile it in APACHE folder. Rachel wrote: Sorry, to confirm again... should i remove

Re: DEAPI?

2001-09-28 Thread Rachel
i tried to run CFLAGS=-DEAPI; export CFLAGS; it say command not found... any idea? - Original Message - From: frida To: [EMAIL PROTECTED] Sent: Friday, September 28, 2001 2:30 PM Subject: Re: DEAPI? no, just add it. no need to reinstall it all over again

Re: DEAPI?

2001-09-28 Thread frida
Sorry, I think you need to build Apache (and all of the modules) with an environment variable set for the compile options. $ CFLAGS=-DEAPI; export CFLAGS; -frida- Rachel wrote: i tried to run> CFLAGS=-DEAPI; export CFLAGS;it say command not found... any idea? - Original Message - F

Re: DEAPI?

2001-09-28 Thread Rachel
:35 PM Subject: Re: DEAPI? Sorry, I think you need to build Apache (and all of the modules) with an environment variable set for the compile options. $ CFLAGS=-DEAPI; export CFLAGS; -frida- Rachel wrote: i tried to run CFLAGS=-DEAPI; export CFLAGS;it say command

Re: DEAPI?

2001-09-28 Thread Rachel
Hi, I try the instruction as u suggested... but error saying --enable-deapi is invalid option, do u have any idea? # ./configure --prefix=/usr/local/apache --enable-module=so --enable-module=ss l --enable-deapi Configuring for Apache, Version 1.3.20 + using installation path layout: Apache

Re: DEAPI?

2001-09-28 Thread Mads Toftum
On Fri, Sep 28, 2001 at 04:50:45PM +0800, Rachel wrote: Hi, I try the instruction as u suggested... but error saying --enable-deapi is invalid option, do u have any idea? That should be --enable-eapi instead. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall

Re: DEAPI?

2001-09-27 Thread Cliff Woolley
DSO libexec/mod_example.so uses plain Apache 1.3 API, this module might c rash under EAPI! (please recompile it with -DEAPI) Do as the message suggests and recompile all your shared modules. Or perhaps you did recompile them but didn't install the new copies to their correct location

Re: DEAPI?

2001-09-27 Thread frida
Try to compile with this : $ CFLAGS=-DEAPI; export CFLAGS; -frida- Rachel wrote: Hi, Need help very urgently. I tried to install mod_ssl on my FreeBSD server today... when i finish installedthe mod_ssl, openssl, MM and apache.. i tried to start the apache web server. But,the error messages

Re: DEAPI?

2001-09-27 Thread Rachel
Subject: Re: DEAPI? On Fri, 28 Sep 2001, Rachel wrote: I tried to install mod_ssl on my FreeBSD server today... when i finish installed the mod_ssl, openssl, MM and apache.. i tried to start the apache web server. But, the error messages as below appear. [Thu Sep 27 19:04

Re: DEAPI?

2001-09-27 Thread Rachel
Sorry, I'm new to mod_ssl may i know how to compilewith "CFLAGS=-DEAPI ; export CFLAGS ;" as suggested below? - Original Message - From: frida To: [EMAIL PROTECTED] Sent: Friday, September 28, 2001 12:54 PM Subject: Re: DEAPI? Try

DEAPI ???

2001-07-12 Thread frida
/usr/local/apache/bin/apachectl startssl, i go a lot of warning messages like : [Thu Jul 11 17:19:20 2001] [warn] Loaded DSO libexec/mod_vhost_alias.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jul 11 17:19:20 2001] [warn] Loaded DSO

Re: DEAPI ???

2001-07-12 Thread Mark . Osteraas
of the modules) with an environment variable set for the compile options. $ CFLAGS=-DEAPI; export CFLAGS; Mark O. frida

Re: (please recompile it with -DEAPI)

2001-07-07 Thread Thomas J. Hruska
or just start (without the ssl support) I get a ton of warnings; one for almost every module listed in the httpd.conf file: [Sat Jul 7 11:38:54 2001] [warn] Loaded DSO libexec/mod_vhost_alias.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Sat

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

-DEAPI compiled version from ApacheModuleJServ.dll available?

2000-12-17 Thread Sebastian Schulz
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

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

2000-12-17 Thread Wojciech Wasowicz
tomated 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

-DEAPI errors

2000-09-26 Thread christopher
hi, need a solution to this problem [Tue Sep 26 14:45:17 2000] [warn] Loaded DSO /usr/local/apache/libexec/mod_jserv.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) this occurs with each module the complier command lines show -DEAPI

RE: -DEAPI errors

2000-09-26 Thread Peter Clark
has compiled-in versions of them. -pee -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 9/26/00 5:44 PM Subject: -DEAPI errors hi, need a solution to this problem [Tue Sep 26 14:45:17 2000] [warn] Loaded DSO /usr/local/apache

RE: -DEAPI errors

2000-09-26 Thread David Rees
You're going to have to recompile the jserv module to remove this warning. -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26, 2000 2:44 PMTo: [EMAIL PROTECTED]Subject: -DEAPI errors hi

Re: -DEAPI errors

2000-09-26 Thread christopher
jserv is compiled with its --enable-EAPI flag. all of the other modules have this error as well. All of the modules are compiled with the the -DEAPI flag on the compilers command line - Original Message - From: David Rees To: [EMAIL PROTECTED] Sent: Tuesday

RE: -DEAPI errors

2000-09-26 Thread David Rees
What platform is this on? -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26, 2000 3:21 PMTo: [EMAIL PROTECTED]Subject: Re: -DEAPI errors jserv is compiled with its --enable-EAPI flag

Re: -DEAPI errors

2000-09-26 Thread christopher
redhat 6.2 apache 1.3.12 all of the 3rd party modules latest versions as of30 days ago - Original Message - From: David Rees To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 3:29 PM Subject: RE: -DEAPI errors What platform is this on? -Dave

RE: -DEAPI errors

2000-09-26 Thread David Rees
Are you sure the modules being compiled with -DEAPI are the ones being loaded by Apache? -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26, 2000 3:32 PMTo: [EMAIL PROTECTED]Subject: Re

Re: -DEAPI errors

2000-09-26 Thread Danilo Nascimento
] To: [EMAIL PROTECTED] Subject: Re: -DEAPI errors Date: Tue, 26 Sep 2000 15:31:30 -0700 redhat 6.2 apache 1.3.12 all of the 3rd party modules latest versions as of 30 days ago - Original Message - From: David Rees To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 3:29 PM

Re: -DEAPI errors

2000-09-26 Thread christopher
PM Subject: RE: -DEAPI errors Are you sure the modules being compiled with -DEAPI are the ones being loaded by Apache? -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26

Re: -DEAPI errors

2000-09-26 Thread christopher
got it compiled removed jserv and used --enable-rule=SHARED_CORE thanks for the input - Original Message - From: "Danilo Nascimento" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 6:09 PM Subject: Re: -DEAPI errors Hi folks, This problem o

redhat: recompile libphp3.so with -DEAPI

2000-02-15 Thread Eric Wood
I alway get this with Redhat's Secure Web Server. "Starting httpsd: [Tue Feb 15 14:09:22 2000] [warn] Loaded DSO modules/libphp3.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompil e it with -DEAPI)" My php scripts seems to work okay, but I fear it'll