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
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
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
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
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
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
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.
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.
- 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
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
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
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
>
> 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
>
> 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
> 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
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
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
17 matches
Mail list logo