Re: mod_jk.so-eapi vs mod_jk.so-noeapi

2001-07-09 Thread Jeff Kilbride
Sorry, I didn't notice the original message was cross-posted to the dev and user lists. Didn't mean to post it here... Thanks, --jeff - Original Message - From: "Jeff Kilbride" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 4:39 P

Re: mod_jk.so-eapi vs mod_jk.so-noeapi

2001-07-09 Thread Jeff Kilbride
Hi Vinay, EAPI means "extended API". You'll need to use mod_jk.so-eapi if you are using Apache with mod_ssl for SSL (https) support. If you are not using mod_ssl, you can use the mod_jk.so-noeapi. Thanks, --jeff - Original Message - From: "Vinay Menon" <[EMAIL PROTECTED]> To: "Tomcat De

Re: mod_jk.so build problems with SunOS 5.6

2001-02-26 Thread Steve Spicer
: <[EMAIL PROTECTED]> : 2001?1?30? 4:32 ?? : RE: mod_jk.so build problems with SunOS 5.6 > Here's a makefile that's been working for me on Solaris 2.7. > -Jamey > > -Original Message- > From: Timothy S. Tsai [mailto:[EMAIL PROTECTED]] > Sent: Monday,

RE: mod_jk.so on Solaris

2001-02-02 Thread James Courtney
Here's a simple Solaris makefile that I've used to build both an SSL and non-SSL enabled version of mod_jk. I'm not much of an expert on building C apps but this seems to do the trick. If it doesn't work for you then my disclaimer is that I probably have little or no idea what to try next:( Good

RE: mod_jk.so build problems with SunOS 5.6

2001-02-01 Thread Mike Braden
correctly on your system. I ended up just building my own perl and apache. Let me know if this helps. Thanks, Mike. -Original Message- From: keith bishop [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 6:55 PM To: [EMAIL PROTECTED] Subject: RE: mod_jk.so build problems with

RE: mod_jk.so build problems with SunOS 5.6

2001-01-31 Thread James Courtney
2001 3:55 PM To: [EMAIL PROTECTED] Subject: RE: mod_jk.so build problems with SunOS 5.6 Jamey, I'm experiencing a similar problem to the other guys except the last line says "rc=-256". I gave your makefile a try but i still get the same problem. Im using a sparc with solaris 7 apac

RE: mod_jk.so build problems with SunOS 5.6

2001-01-30 Thread keith bishop
Jamey, I'm experiencing a similar problem to the other guys except the last line says "rc=-256". I gave your makefile a try but i still get the same problem. Im using a sparc with solaris 7 apache 1.3.9 tomcat 3.2.1 Java SDK 1.3 Below is the error: -o mod_jk.so jk_worker.o jk_util.o jk_uri_wo

Re: mod_jk.so build problems with SunOS 5.6

2001-01-29 Thread freecom
CTED]> CC : <[EMAIL PROTECTED]> ???? : 2001?1?30? 4:32 ?? : RE: mod_jk.so build problems with SunOS 5.6 > Here's a makefile that's been working for me on Solaris 2.7. > -Jamey > > -Original Message- > From: Timothy S. Tsai [mailto:[EMAIL PROTECTED]] > Sent: Mon

RE: mod_jk.so build problems with SunOS 5.6

2001-01-29 Thread James Courtney
Here's a makefile that's been working for me on Solaris 2.7. -Jamey -Original Message- From: Timothy S. Tsai [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 8:03 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jk.so build problems with SunOS 5.6 H

RE: mod_jk.so build problems with SunOS 5.6

2001-01-29 Thread Keith Wannamaker
, 2001 11:03 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jk.so build problems with SunOS 5.6 Hello, Has anyone gotten an answer for this post? I ran into the same problem also. tt At 03:45 PM 1/29/01 +0900, you wrote: >hi, >I failed to build mod_jk.so.what can tell

Re: mod_jk.so build problems with SunOS 5.6

2001-01-29 Thread Timothy S. Tsai
Hello, Has anyone gotten an answer for this post? I ran into the same problem also. tt At 03:45 PM 1/29/01 +0900, you wrote: >hi, >I failed to build mod_jk.so.what can tell me how can I do. >I get a error message when I use apxs >-o mod_jk.so jk_worker.o jk_util.o jk_uri_worker_map.o jk_so

Re: mod_jk.so

2001-01-11 Thread Jon Stevens
on 1/11/01 7:26 PM, "Aflatoon Aflatooni" <[EMAIL PROTECTED]> wrote: > Hi, > I didn't know where else to turn. > I was wondering where and how I can get the source for mod_jk.so (the > apache module) > Thanks > Aflatoon >From CVS. Look on the website. -jon -