RE: mod_jrun

2001-05-02 Thread David Rees

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Shepard

   I've successfully built Apache 1.3.12 with mod_ssl 2.6.4-1.3.12
 and OpenSSL via the JOE AVERAGE mod_ssl INSTALL
 instructions.  That INSTALL document says You...get no
 intermediate chance to add more third party Apache modules..
 Does that mean never once Apache is installed?   That is, can I
 now add mod_so, for example, or do I have to start all over
 again?

 Also, has any one added module mod_jrun?  The JRUN Apache
 instructions say to compile apache for DSO support (hence the
 need for mod_so above) and then to Run the connector wizard...
 How is that done?  Many thanks.

You can build a module with apxs at any time.  If you'll be using the module
with mod_ssl, it's best to build the module with apxs after installing
Apache/mod_ssl.  I've done this successfully using JRun 2.3, haven't tried
JRun 3.0.

-DAVe

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



RE: mod_jrun

2000-07-04 Thread Diana Shepard

Thanks much for your response.  I will try this. Does
apxs somehow assume a -DEAPI compile option?


 Diana Shepard
 University of Colorado, Boulder


At 10:43 AM 6/29/00 -0700, you wrote:
You need to use the apxs tool to build the mod_jrun module like this:

/path-to-apache/bin/apxs -c /path-to-jrun/connectors/apache/src/*.c

It should place mod_jrun.so in /path-to-apache/libexec/mod_jrun.so.

Then modify your httpd.conf file as usual.

This has been working great for me on IRIX-6.5/Apache-1.3.12/mod_ssl-2.6.4.

-Dave

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Shepard
  Sent: Tuesday, June 27, 2000 5:11 PM
  To: [EMAIL PROTECTED]
  Subject: mod_jrun
 
 
  I understand that I need to compile mod_jrun with
  -DEAPI, but how do I do that?
 
  I successfully installed Apache with mod_ssl. I then
  ran the Allaire JRUN connector wizard to install the
  Apache connector. That automatically modified the
  Apache httpd.conf file accordingly.  However, the JRUN
  connector wizard didn't give me any opportunity to enter
  a mod_jrun compile option. When I start Apache, I get
  the error about how mod_jrun might crash under EAPI.
  But how do I compile mod_jrun, yet alone mod_jrun with
  -DEAPI?
 
  Thanks much.
 
Diana Shepard
University of Colorado
  __
  Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
  User Support Mailing List  [EMAIL PROTECTED]
  Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

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



Re: mod_jrun

2000-07-04 Thread Ralf S. Engelschall

On Mon, Jul 03, 2000, Diana Shepard wrote:

 Thanks much for your response.  I will try this. Does
 apxs somehow assume a -DEAPI compile option?

Yes, if Apache was built with EAPI, the installed apxs uses -DEAPI
automatically.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_jrun

2000-07-04 Thread Mads Toftum

On Mon, Jul 03, 2000 at 11:19:22AM -0600, Diana Shepard wrote:
 Thanks much for your response.  I will try this. Does
 apxs somehow assume a -DEAPI compile option?
 

Yes - if  `/path/to/apache/bin/apxs -q CFLAGS` does.
See /path/to/apache/man/man8/apxs.8 for more.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

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



RE: mod_jrun

2000-06-29 Thread David Rees

You need to use the apxs tool to build the mod_jrun module like this:

/path-to-apache/bin/apxs -c /path-to-jrun/connectors/apache/src/*.c

It should place mod_jrun.so in /path-to-apache/libexec/mod_jrun.so.

Then modify your httpd.conf file as usual.

This has been working great for me on IRIX-6.5/Apache-1.3.12/mod_ssl-2.6.4.

-Dave

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Shepard
 Sent: Tuesday, June 27, 2000 5:11 PM
 To: [EMAIL PROTECTED]
 Subject: mod_jrun
 
 
 I understand that I need to compile mod_jrun with
 -DEAPI, but how do I do that?
 
 I successfully installed Apache with mod_ssl. I then
 ran the Allaire JRUN connector wizard to install the
 Apache connector. That automatically modified the
 Apache httpd.conf file accordingly.  However, the JRUN
 connector wizard didn't give me any opportunity to enter
 a mod_jrun compile option. When I start Apache, I get
 the error about how mod_jrun might crash under EAPI.
 But how do I compile mod_jrun, yet alone mod_jrun with
 -DEAPI?
 
 Thanks much.
 
   Diana Shepard
   University of Colorado
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_jrun

2000-05-26 Thread Sambit Nanda

Hi can u tell me from which site i can get mod_jrun
and how to compile it

Thanks
sambit
--- Diana Shepard [EMAIL PROTECTED] wrote:
   I've successfully built Apache 1.3.12 with mod_ssl
 2.6.4-1.3.12
 and OpenSSL via the JOE AVERAGE mod_ssl INSTALL
 instructions.  That INSTALL document says "You...get
 no
 intermediate chance to add more third party Apache
 modules.."
 Does that mean never once Apache is installed?  
 That is, can I
 now add mod_so, for example, or do I have to start
 all over
 again?
 
 Also, has any one added module mod_jrun?  The JRUN
 Apache
 instructions say to compile apache for DSO support
 (hence the
 need for mod_so above) and then to "Run the
 connector wizard..".
 How is that done?  Many thanks.
 
   Diana Shepard
   University of Colorado, Boulder
 

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


__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_jrun

2000-05-11 Thread Mads Toftum

On Wed, May 10, 2000 at 03:00:11PM -0700, Sambit Nanda wrote:
 
 [Wed May 10 17:50:44 2000] [warn] Loaded DSO
 /export/home/daleen/jrun/connectors/apache/sparc-solaris/mod_jrun.so
 uses plain Apache 1.3 API, this module might crash
 under EAPI! (please recompile it with -DEAPI)
 
 on the result my jrun is not working on https or http
 
 i checked ./httpd -l for the presence of mod_so.o it
 is there . can anynody give me advice what the warning
 message mean. or how to complie the module mod_so with
 -DEAPI option
 
It is not mod_so that has to be recompiled - you should recompile
mod_jrun with -DEAPI (which is _exactly_ what the error message
says).

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

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