Re: Problem with mod_webapp/warp connector

2002-03-14 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi, > > I've recently setup a intranet site on an NT 4.0 box using Apache 1.3.23 > combined with Tomcat 4.0.3. To integrate them together I'm using the warp > connector and the mod_webapp module... Forget it... It doesn't work under Windows..

Re: Problem with mod_webapp/warp connector

2002-03-14 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > Hi, > > I've recently setup a intranet site on an NT 4.0 box using Apache 1.3.23 combined >with Tomcat 4.0.3. To integrate them together I'm using the warp connector and the >mod_webapp module I found at >http://jakarta.apache.org/builds/jakarta-tomcat-4.0/releas

Problem with mod_webapp/warp connector

2002-03-14 Thread simonkeary
Hi, I've recently setup a intranet site on an NT 4.0 box using Apache 1.3.23 combined with Tomcat 4.0.3. To integrate them together I'm using the warp connector and the mod_webapp module I found at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32/webapp-module-1.0

Re: problem with mod_webapp on rh7.1

2001-07-20 Thread Eric L. Anderson
-Original Message- > >From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > >Sent: Donnerstag, 19. Juli 2001 17:41 > >To: Michael Steindl > >Subject: Re: problem with mod_webapp on rh7.1 > > > > > >Recent versions from the "jakarta-tomcat-c

RE: problem with mod_webapp on rh7.1

2001-07-20 Thread Michael Steindl
? cu, michael. >-Original Message- >From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] >Sent: Donnerstag, 19. Juli 2001 17:41 >To: Michael Steindl >Subject: Re: problem with mod_webapp on rh7.1 > > >Recent versions from the "jakarta-tomcat-connectors" C

Re: problem with mod_webapp

2001-07-03 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > On Tue, 3 Jul 2001, jean-frederic clere wrote: > > > Yes, but jk_open_socket would have to be modified: > > 1 - to pass a apr_pool to allocate the apr_connect. > > 2 - to return a status instead a socket. > > Sure, you can pass a jk_pool ( and make jk_log a field of

Re: problem with mod_webapp

2001-07-03 Thread cmanolache
On Tue, 3 Jul 2001, jean-frederic clere wrote: > Yes, but jk_open_socket would have to be modified: > 1 - to pass a apr_pool to allocate the apr_connect. > 2 - to return a status instead a socket. Sure, you can pass a jk_pool ( and make jk_log a field of jk_pool, so everything will work as befor

Re: problem with mod_webapp

2001-07-03 Thread jean-frederic clere
GOMEZ Henri wrote: > > >> How could one write a wrapper for the following?: > >> +++ > >> -int jk_open_socket(struct sockaddr_in *addr, > >> +apr_status_t jk_open_socket(apr_socket_t **new, > >apr_sockaddr_t *addr, > >> int ndelay, > >> - jk_logger_t *l) > >>

RE: problem with mod_webapp

2001-07-02 Thread GOMEZ Henri
>> How could one write a wrapper for the following?: >> +++ >> -int jk_open_socket(struct sockaddr_in *addr, >> +apr_status_t jk_open_socket(apr_socket_t **new, >apr_sockaddr_t *addr, >> int ndelay, >> - jk_logger_t *l) >> + jk_logger_t *l,

Re: problem with mod_webapp

2001-07-02 Thread cmanolache
On Mon, 2 Jul 2001, jean-frederic clere wrote: > How could one write a wrapper for the following?: > +++ > -int jk_open_socket(struct sockaddr_in *addr, > +apr_status_t jk_open_socket(apr_socket_t **new, apr_sockaddr_t *addr, > int ndelay, > - jk_logger_t *l)

Re: problem with mod_webapp

2001-07-02 Thread jean-frederic clere
Justin Erenkrantz wrote: > > On Mon, Jul 02, 2001 at 06:09:44PM +0200, GOMEZ Henri wrote: > > >Realistically though, APR is fairly stable API-wise. There *are* > > >going to be some minor changes and tweaks along the way. But, they > > >should all be for the better (like the util_date migration

Re: problem with mod_webapp

2001-07-02 Thread cmanolache
On Mon, 2 Jul 2001, Justin Erenkrantz wrote: > > What about working an APR wrapper ? ie something which wrap OS calls > > to APR or native calls ? And make mod_jk call wrapper functions ? > > I think that defeats the purpose of APR. If APR isn't doing it right, > then APR needs to be fixed. APR

Re: problem with mod_webapp

2001-07-02 Thread Aaron Bannert
> Hmm, I wonder if we should do a T&R with APR to give a "release" > that is separate from httpd-2.0. I don't see any reason why we > couldn't do this. I just have no clue how to do the T&R. My > understanding is that anyone with commit privs can do that. > I'll look into it though. > > BUT,

Re: problem with mod_webapp

2001-07-02 Thread Justin Erenkrantz
On Mon, Jul 02, 2001 at 06:09:44PM +0200, GOMEZ Henri wrote: > >Realistically though, APR is fairly stable API-wise. There *are* > >going to be some minor changes and tweaks along the way. But, they > >should all be for the better (like the util_date migration). > > I'm confident that APR is

RE: problem with mod_webapp

2001-07-02 Thread GOMEZ Henri
>When I have commit access to APR, yeah, I do. =) (That change to the >util_date.h is because of me - actually, I think that you should just >assume that they have the latest build of Apache 2.0 if they are using >Apache 2.0 - it is still "beta" and I use that term loosely...) I added a #defin

Re: problem with mod_webapp

2001-07-02 Thread Justin Erenkrantz
On Mon, Jul 02, 2001 at 10:29:39AM +0200, GOMEZ Henri wrote: > APR will be the future, but it still in changing state. > Do you want to works on a moving API ? > We need a release and binary builds for majors OS When I have commit access to APR, yeah, I do. =) (That change to the util_dat

RE: problem with mod_webapp

2001-07-02 Thread GOMEZ Henri
>One thing that mod_webapp has going for it is that it is based on APR >(this makes the webapp code much simpler). In my experience with >mod_jk, I've always had problems getting the right defines for my >platform (as there is no configure script - somehow, I remember J.F. >Clere adding some s

Re: problem with mod_webapp

2001-07-01 Thread Justin Erenkrantz
On Sun, Jul 01, 2001 at 04:30:55PM -0400, Donald Ball wrote: > so is there still interest in a patch for the mod_webapp docs or has focus > been shifted over to mod_jk? I'd like to see a patch, but that's me. =) Pier probably can tell you what he's doing with mod_webapp. I'm not a fan of mod_j

Re: problem with mod_webapp

2001-07-01 Thread Donald Ball
On Fri, 29 Jun 2001, kevin seguin wrote: > jeez... it's been a while since i've used ajp13 with tomcat 4 :) > > if memory serves... you want to add an ajp13 connector as a child of a > service, e.g.: > > > port="8009" acceptCount="10" debug="0"/> thanks, that works like

Re: problem with mod_webapp

2001-06-29 Thread kevin seguin
[EMAIL PROTECTED] wrote: > > On Fri, 29 Jun 2001, kevin seguin wrote: > > > yeah, i'd be interested in updating the ajp connector for tomcat 4 do > > ajp14, if i could find the time ;-) > > That's the fun of doing open source... > heh heh :) > > i'm not sure i see the benefit in making ajp13

Re: problem with mod_webapp

2001-06-29 Thread cmanolache
On Fri, 29 Jun 2001, kevin seguin wrote: > yeah, i'd be interested in updating the ajp connector for tomcat 4 do > ajp14, if i could find the time ;-) That's the fun of doing open source... > i'm not sure i see the benefit in making ajp13 support autoconfig -- > probably not worth the effort.

Re: problem with mod_webapp

2001-06-29 Thread kevin seguin
> > Hi Kevin, > > Are you interested to update the connector to use Ajp14 ( in backward > compat mode and/or ajp14 mode ) ? I think I found both short term and > long term solutions for the config issue ( well, it seems mod_jk supports > the same 'autoconfig' mode as mod_webapp - and it did tha

Re: problem with mod_webapp

2001-06-29 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 06:38:34PM -0700, [EMAIL PROTECTED] wrote: > Please don't take this personally - I put some (free) time into > this, and if I don't like your solution doesn't mean I consider you an > "idiot" ( or that I'll not use the same solution, as it's considerably > easier to impleme

Re: problem with mod_webapp

2001-06-29 Thread cmanolache
On Sat, 30 Jun 2001, Pier P. Fumagalli wrote: > [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > > > well, it seems mod_jk supports > > the same 'autoconfig' mode as mod_webapp - and it did that since the > > beginning > > Sometimes I just wish to quit this whole shit and go working for Starbu

Re: problem with mod_webapp

2001-06-29 Thread Pier P. Fumagalli
Donald Ball at [EMAIL PROTECTED] wrote: > On Sat, 30 Jun 2001, Pier P. Fumagalli wrote: > >>> well, it seems mod_jk supports >>> the same 'autoconfig' mode as mod_webapp - and it did that since the >>> beginning >> >> Sometimes I just wish to quit this whole shit and go working for Starbucks >>

Re: problem with mod_webapp

2001-06-29 Thread Donald Ball
On Sat, 30 Jun 2001, Pier P. Fumagalli wrote: > > well, it seems mod_jk supports > > the same 'autoconfig' mode as mod_webapp - and it did that since the > > beginning > > Sometimes I just wish to quit this whole shit and go working for Starbucks > (or Microsoft)... Thank you so much for pointing

Re: problem with mod_webapp

2001-06-29 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > well, it seems mod_jk supports > the same 'autoconfig' mode as mod_webapp - and it did that since the > beginning Sometimes I just wish to quit this whole shit and go working for Starbucks (or Microsoft)... Thank you so much for pointing out what

Re: problem with mod_webapp

2001-06-29 Thread cmanolache
Hi Kevin, Are you interested to update the connector to use Ajp14 ( in backward compat mode and/or ajp14 mode ) ? I think I found both short term and long term solutions for the config issue ( well, it seems mod_jk supports the same 'autoconfig' mode as mod_webapp - and it did that since the beg

Re: problem with mod_webapp

2001-06-29 Thread kevin seguin
jeez... it's been a while since i've used ajp13 with tomcat 4 :) if memory serves... you want to add an ajp13 connector as a child of a service, e.g.: ... GOMEZ Henri wrote: > > >i tried putting a Host element underneath the Engine but it didn't like > >that at all. i think

RE: problem with mod_webapp

2001-06-29 Thread Donald Ball
On Fri, 29 Jun 2001, GOMEZ Henri wrote: > >i tried putting a Host element underneath the Engine but it didn't like > >that at all. i think this must be wrong since i'm trying to > >associate an > >Ajp13Connector with a WarpEngine. how should this be configured? sorry, > >i've not been able to fin

Re: problem with mod_webapp

2001-06-29 Thread Donald Ball
On Fri, 29 Jun 2001, Donald Ball wrote: > okay, i've got apache talking to tomcat, but i always get this message: > > Tomcat Error Report > > HTTP Status 500 - No Host matches server name foobar.webslingerZ.com never mind, i fixed this problem. i have a new problem, but i started a thread on tom

RE: problem with mod_webapp

2001-06-29 Thread GOMEZ Henri
>i tried putting a Host element underneath the Engine but it didn't like >that at all. i think this must be wrong since i'm trying to >associate an >Ajp13Connector with a WarpEngine. how should this be configured? sorry, >i've not been able to find any docs for this configuration. Hi Donald, Yo

Re: problem with mod_webapp

2001-06-29 Thread Donald Ball
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: > > > port="8009" acceptCount="10" debug="0"/> > > > > and i built mod_jk.so and put it in my libexec directory, but i don't know > > how to configure mod_jk in apache's httpd.conf for tomcat-catalina. do you > > have some configuration advi

Re: problem with mod_webapp

2001-06-29 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > Aaron Bannert wrote: >> >> On Thu, Jun 28, 2001 at 06:35:29PM -0700, Justin Erenkrantz wrote: What if (random thoughts coming out now), instead of requiring people to build APR (since that seems the biggest source of problems), we don't

Re: problem with mod_webapp

2001-06-29 Thread Pier P. Fumagalli
Aaron Bannert at [EMAIL PROTECTED] wrote: > On Fri, Jun 29, 2001 at 03:42:53AM +0100, Pier P. Fumagalli wrote: >> Justin Erenkrantz at [EMAIL PROTECTED] wrote: >> >>> On Thu, Jun 28, 2001 at 10:07:57PM -0400, Donald Ball wrote: hate to be plaintive, but i'd really appreciate any suggestions

Re: problem with mod_webapp

2001-06-29 Thread jean-frederic clere
Aaron Bannert wrote: > > On Thu, Jun 28, 2001 at 06:35:29PM -0700, Justin Erenkrantz wrote: > > > What if (random thoughts coming out now), instead of requiring people to > > > build APR (since that seems the biggest source of problems), we don't simply > > > ask them where the tarball is, and th

Re: problem with mod_webapp

2001-06-29 Thread Aaron Bannert
On Fri, Jun 29, 2001 at 03:42:53AM +0100, Pier P. Fumagalli wrote: > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > > On Thu, Jun 28, 2001 at 10:07:57PM -0400, Donald Ball wrote: > >> hate to be plaintive, but i'd really appreciate any suggestions y'all > >> would have to offer on this. so clo

Re: problem with mod_webapp

2001-06-29 Thread Aaron Bannert
On Thu, Jun 28, 2001 at 06:35:29PM -0700, Justin Erenkrantz wrote: > > What if (random thoughts coming out now), instead of requiring people to > > build APR (since that seems the biggest source of problems), we don't simply > > ask them where the tarball is, and then in our configure script, we >

Re: problem with mod_webapp

2001-06-29 Thread Aaron Bannert
On Fri, Jun 29, 2001 at 02:31:50AM +0100, Pier P. Fumagalli wrote: > What if (random thoughts coming out now), instead of requiring people to > build APR (since that seems the biggest source of problems), we don't simply > ask them where the tarball is, and then in our configure script, we > confi

Re: problem with mod_webapp

2001-06-28 Thread cmanolache
On Fri, 29 Jun 2001, Donald Ball wrote: >port="8009" acceptCount="10" debug="0"/> > > and i built mod_jk.so and put it in my libexec directory, but i don't know > how to configure mod_jk in apache's httpd.conf for tomcat-catalina. do you > have some configuration advice for this situ

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: > > i care very much about mod_webapp. er, well, to be more clear, i care very > > much about having an apache-tomcat connector module that doesn't require > > me to put the same configuration data in two completely different places. > > i presume mod_

Re: problem with mod_webapp

2001-06-28 Thread cmanolache
On Thu, 28 Jun 2001, Donald Ball wrote: > i care very much about mod_webapp. er, well, to be more clear, i care very > much about having an apache-tomcat connector module that doesn't require > me to put the same configuration data in two completely different places. > i presume mod_webapp is the

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > Tomcat's HTTP standalone connector isn't very good at parsing HTTP > (but, I know the HTTP protocol too well to know where the pitfalls are). > IMHO, Tomcat shouldn't be allowed to be a web server on its own. It > needs a connector in front of it.

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 11:21:52PM -0400, Donald Ball wrote: > i care very much about mod_webapp. er, well, to be more clear, i care very > much about having an apache-tomcat connector module that doesn't require > me to put the same configuration data in two completely different places. > i presu

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Fri, 29 Jun 2001, Pier P. Fumagalli wrote: > It's _VERY_MUCH_ a work in progress... I am NOT DEFINITELY comfortable with > its code, and I'm the one who wrote it, soo :) :) :) heh. > All I can say is that right now I'm so happy to see that few people gave me > feedback on that piece of c

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 03:49:15AM +0100, Pier P. Fumagalli wrote: > I've checked out actually in detail what APR does for building itself, and a > lot of resourceful information can be found also in build/rules.mk, that > gets generated by the APR configure script... I believe that using that an

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Donald Ball at [EMAIL PROTECTED] wrote: > > in general, are tomcat developers comfortable with mod_webapp's stability? > or is it still very much a work in progress? It's _VERY_MUCH_ a work in progress... I am NOT DEFINITELY comfortable with its code, and I'm the one who wrote it, soo :) :)

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 03:03:47AM +0100, Pier P. Fumagalli wrote: > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > > > Yup, that's what httpd-2.0 does. Just require them to slap the apr > > sources in srclib (or something like that). > > We don't have to stick it into the CVS, but we can ha

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > Yup, that's what httpd-2.0 does. Just require them to slap the apr > sources in srclib (or something like that). > > APR isn't standalone just yet. I was shocked when I saw that > mod_webapp required an install of APR. =) -- justin I've chec

Re: problem with mod_webapp (fwd)

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > hate to be plaintive, but i'd really appreciate any suggestions y'all > > would have to offer on this. so close, and yet... > > As Pier said, just add ServerName. > > Be nice if you took all of this info and submitted a patch for the docs. > I'd b

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Fri, 29 Jun 2001, Pier P. Fumagalli wrote: > Oh, I believe you specified your WebAppDeploy _before_ your ServerName > directive... If you switch them it should be fine... aha! voila! WebAppInfo now works great, but WebAppDeploy still fails, i now get timeouts when i try to hit urls assigned t

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > On Thu, Jun 28, 2001 at 10:07:57PM -0400, Donald Ball wrote: >> hate to be plaintive, but i'd really appreciate any suggestions y'all >> would have to offer on this. so close, and yet... > > As Pier said, just add ServerName. > > Be nice if you to

Re: problem with mod_webapp (fwd)

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 10:07:57PM -0400, Donald Ball wrote: > hate to be plaintive, but i'd really appreciate any suggestions y'all > would have to offer on this. so close, and yet... As Pier said, just add ServerName. Be nice if you took all of this info and submitted a patch for the docs. I'd

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Donald Ball at [EMAIL PROTECTED] wrote: > hate to be plaintive, but i'd really appreciate any suggestions y'all > would have to offer on this. so close, and yet... > > - donald > > -- Forwarded message -- > with this in my httpd.conf: > > LoadModule webapp_module libexec/mod_we

Re: problem with mod_webapp (fwd)

2001-06-28 Thread Donald Ball
hate to be plaintive, but i'd really appreciate any suggestions y'all would have to offer on this. so close, and yet... - donald -- Forwarded message -- with this in my httpd.conf: LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c WebAppConnection myConnectio

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > Yup, that's what httpd-2.0 does. Just require them to slap the apr > sources in srclib (or something like that). We don't have to stick it into the CVS, but we can have a "make srcdist" target that builds up a tarball with all sources (including

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 02:31:50AM +0100, Pier P. Fumagalli wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > > >> On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: > >>> strange, libapr seems to include libmm, but i went ah

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > >> On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: >>> strange, libapr seems to include libmm, but i went ahead and built and >>> installed libmm seperately in /usr/local/lib. okay, geez,

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: >> strange, libapr seems to include libmm, but i went ahead and built and >> installed libmm seperately in /usr/local/lib. okay, geez, now i get this >> error: > > It includes it, but mod

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > LoadModule webapp_module libexec/mod_webapp.so > > AddModule webapp_module > > AddModule mod_webapp.c suggest that y'all fix /webapp/docs/apache-1.3.html if that's the proper line - which it appears it is - i now get this: [root@chngw apache]# a

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: > strange, libapr seems to include libmm, but i went ahead and built and > installed libmm seperately in /usr/local/lib. okay, geez, now i get this > error: It includes it, but mod_webapp doesn't link it. It seems that Pier is whipping

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > On Thu, Jun 28, 2001 at 04:52:01PM -0400, Donald Ball wrote: > > On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > > > > You need to link against MM (static) to your compilation. See > > > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taki

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Fuck yeah... I'm building a new autoconf for Mod_WebApp using the APRVARS... Thanks Justin Pier Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > You need to link against MM (static) to your compilation. See > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking > advantage of

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 04:52:01PM -0400, Donald Ball wrote: > On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > > You need to link against MM (static) to your compilation. See > > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking > > advantage of APRVARS (which has this information)

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > You need to link against MM (static) to your compilation. See > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking > advantage of APRVARS (which has this information). It doesn't > seem to be doing so. -- justin pardon my ignorance, w

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
You need to link against MM (static) to your compilation. See apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking advantage of APRVARS (which has this information). It doesn't seem to be doing so. -- justin On Thu, Jun 28, 2001 at 04:26:10PM -0400, Donald Ball wrote: > On Thu, 28 J

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, kevin seguin wrote: > use a non-threaded apr with apache 1.3. thanks. i built apr with --disable-threads and now i get this: [root@chngw apr]# apachectl configtest Syntax error on line 41 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_webapp

Re: problem with mod_webapp

2001-06-28 Thread kevin seguin
use a non-threaded apr with apache 1.3. Donald Ball wrote: > > hey guys. i'm trying to get the latest mod_webapp from cvs to work with > the latest apr from cvs and apache-1.3.12. i'm getting this error when i > try to test the configuration: > > [root@chngw lib]# apachectl configtest > Syntax

problem with mod_webapp

2001-06-28 Thread Donald Ball
hey guys. i'm trying to get the latest mod_webapp from cvs to work with the latest apr from cvs and apache-1.3.12. i'm getting this error when i try to test the configuration: [root@chngw lib]# apachectl configtest Syntax error on line 41 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/loc