Re: vanilla install failure 1.3.12/1.22/5.6.0

2000-04-23 Thread jb
Hope this helps... GNU gdb 19991004 (gdb) httpd Program received signal SIGSEGV, Segmentation fault. 0x806412e in perl_handler (r=0x8727d9c) at mod_perl.c:844 844 dPPREQ; (gdb) bt #0 0x806412e in perl_handler (r=0x8727d9c) at mod_perl.c:844 #1 0x8097e23 in ap_invoke_handler (r=0x8727

RE: mod_perl 2.x/perl 5.6.x ?

2000-04-23 Thread Gunther Birznieks
At 09:59 AM 4/23/00 -0700, Jeffrey W. Baker wrote: >On Sun, 23 Apr 2000, Gerald Richter wrote: > > > > > > > So, does that still leave mod_perl serializing access until > > > everything is rewritten to be thread-safe? > > > > > > > No, mod_perl 2.0 assign a "full" Perl interpreter to every Apache

Re: [OT] Lotus Domino as Web server ?

2000-04-23 Thread Gunther Birznieks
Why do you need to settle on one or the other? Anyway, the only reason you need Domino IMHO is because you have linked in with other Lotus notes applications. However, if this is a public site not an intranet, I would strongly urge them not to use this short cut for putting apps out there. Lot

Re: [OT] Lotus Domino as Web server ?

2000-04-23 Thread jb
The usual reasons: I bet they use lotus notes internally for everything, and domino is the only choice for those companies that have chained themselves^h^h^h^h made a strategic decision to go notes. -Justin On Sun, Apr 23, 2000 at 02:24:20PM -0400, gnielson wrote: > I am just curious why they are

Re: [OT] Lotus Domino as Web server ?

2000-04-23 Thread gnielson
I am just curious why they are fixated on Domino to start with? What are their concerns? On Sun, 23 Apr 2000, Jean-Denis Girard wrote: > Date: Sun, 23 Apr 2000 08:36:45 -1000 > From: Jean-Denis Girard <[EMAIL PROTECTED]> > To: mod-perl Mailing List <[EMAIL PROTECTED]> > Subject: [OT] Lotus Domin

[OT] Lotus Domino as Web server ?

2000-04-23 Thread Jean-Denis Girard
Hi dear modperlers, We have a client here willing to use Domino to serve his Web site. The site should not be very busy (we expect about 15000 hits per day), but is relatively complex, with database integration, visitors tracking, customers logins, SSL... As anyone on the list already used this

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Matt Carothers
On Sat, 22 Apr 2000, Forrest Aldrich wrote: > I need to also install apache with php and mod_ssl. Here's the shell script I use. It will require some editing for your site. - Matt #!/bin/sh # source directories for mod_ssl, mod_php3, mod_perl, and apache MOD_SSL=/usr/local/src/mod_ssl-2.6.

RE: mod_perl 2.x/perl 5.6.x ?

2000-04-23 Thread Jeffrey W. Baker
On Sun, 23 Apr 2000, Gerald Richter wrote: > > > > So, does that still leave mod_perl serializing access until > > everything is rewritten to be thread-safe? > > > > No, mod_perl 2.0 assign a "full" Perl interpreter to every Apache thread. So > the Perl modules itself need not to be thread safe.

Re: mod_perl-1.99_01-dev [ - possibly OT ]

2000-04-23 Thread Greg Cope
- Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Greg Cope" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 23 April 2000 13:46 Subject: RE: mod_perl-1.99_01-dev [ - possibly OT ] > > > > I though the new apache model was a hybrid were there were preforked > > childre

RE: mod_perl 2.x/perl 5.6.x ?

2000-04-23 Thread Gunther Birznieks
At 02:51 PM 4/23/00 +0200, Gerald Richter wrote: > > > > So, does that still leave mod_perl serializing access until > > everything is rewritten to be thread-safe? > > > >No, mod_perl 2.0 assign a "full" Perl interpreter to every Apache thread. So >the Perl modules itself need not to be thread saf

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread shane
On Sun, Apr 23, 2000 at 11:03:01AM +0100, Matt Sergeant wrote: > On Sat, 22 Apr 2000, Forrest Aldrich wrote: > > > I couldn't find a faq on this one. > > > > I need to also install apache with php and mod_ssl. Those two require a > > simple ./configure --switch to enable them. I didn't see

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread JoshNarins
If you get the CVS version of mod_perl it has a INSTALL.simple.ssl file. If you pick up mod_ssl from Engelschall's site it comes with the same INSTALL.ssl file. Both files (which are identical) have build instructions for what you need near the bottom. However, just as a note, they aren't as cl

RE: mod_perl 2.x/perl 5.6.x ?

2000-04-23 Thread Gerald Richter
> > So, does that still leave mod_perl serializing access until > everything is rewritten to be thread-safe? > No, mod_perl 2.0 assign a "full" Perl interpreter to every Apache thread. So the Perl modules itself need not to be thread safe. Perl 5.6 has some nice features to clone a Perl interpret

RE: mod_perl-1.99_01-dev [ - possibly OT ]

2000-04-23 Thread Gerald Richter
> > I though the new apache model was a hybrid were there were preforked > children that then used threads - have I missed the plot here ? > Yes, you can configure any combination. See Erics mails on the "RE: mod_perl 2.x/perl 5.6.x ?" for a list of possible combinations. Gerald

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Richard Dice
> I need to also install apache with php and mod_ssl. Those two require a > simple ./configure --switch to enable them. I didn't see anything for > mod_perl in the INSTALL, and it seemed there were a lot of manual things to > be done, which made me think I wasn't reading it correctly. > > Wha

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Matt Sergeant
On Sat, 22 Apr 2000, Forrest Aldrich wrote: > I couldn't find a faq on this one. > > I need to also install apache with php and mod_ssl. Those two require a > simple ./configure --switch to enable them. I didn't see anything for > mod_perl in the INSTALL, and it seemed there were a lot of

Installing mod_perl when other things are required, too.

2000-04-23 Thread Forrest Aldrich
I couldn't find a faq on this one. I need to also install apache with php and mod_ssl. Those two require a simple ./configure --switch to enable them. I didn't see anything for mod_perl in the INSTALL, and it seemed there were a lot of manual things to be done, which made me think I wasn't