Re: can't start apache-1.3.20 with mod_perl and Mason

2001-07-16 Thread Louis-David Mitterrand
* On Wed, Jul 11, 2001 at 08:09:20AM -0700, Doug MacEachern wrote: libperld would help, all i can tell is that something in %SIG is being caught, which normally shouldn't happen at startup. are you assigning anything to %SIG ? you could also try this to get the perl filename:line where

Re: modperl install on osx - help

2001-07-16 Thread Kenny Gatdula
I was able to build mod_perl using these instructions. http://www.stepwise.com/Articles/Workbench/BuildingModPerl.html If that doesn't work, or you would like more help, I'd suggesting subscribing to this list. List-Unsubscribe: mailto:[EMAIL PROTECTED] List-Subscribe: mailto:[EMAIL

Re: BOF?

2001-07-16 Thread Robin Berjon
On Monday 16 July 2001 07:10, James G Smith wrote: Judging by where the hotel is, I think probably the hotel bar is going to be best. I arrive on Sunday. As do I. Just let me know where and when. I arrive on Sunday evening too, is there a good way to recognize a bunch of modperlians ? I've

RE: BOF?

2001-07-16 Thread Joe Breeden
Yeah, I'll be there on Sunday in the afternoon. We could go geek and all wear some sort of Perl hat or t-shirt. But of course that is just a supposedly funny suggestion. Maybe I could wear my getpushed.com t-shirt, get real drunk and obnoxious and the mod_perl-ers could come and hang out with me.

Re: BOF?

2001-07-16 Thread Eric Cholet
--On 16/07/01 16:48 +0200 Robin Berjon wrote: I arrive on Sunday evening too, is there a good way to recognize a bunch of modperlians ? I've only ever seen two people on this list so if they aren't there I won't recognize anyone :) don't worry, both these people will be there ;) -- Eric

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Nathan Torkington
Matt Sergeant writes: I doubt it's the last one we'll see fall... I suspect TPC will be a shadow of its former self... :( Despite my best efforts (zillions more tracks than last year, 200+ talks, five days instead of four, all in a tanking economy), there's going to be an OScon with TPC next

Re: BOF?

2001-07-16 Thread brian moseley
On Mon, 16 Jul 2001, Eric Cholet wrote: --On 16/07/01 16:48 +0200 Robin Berjon wrote: I arrive on Sunday evening too, is there a good way to recognize a bunch of modperlians ? I've only ever seen two people on this list so if they aren't there I won't recognize anyone :) don't worry,

Re: swapping of mod_perl parent process / mlockall()

2001-07-16 Thread Adi Fairbank
Doug MacEachern wrote: On Tue, 26 Jun 2001, Adi Fairbank wrote: If this is the case, it would be helpful to prevent the parent process from *ever* swapping to disk. The Linux kernel has a system call mlockall() which disables all memory paging for the current process. This

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Dave Hodgkinson
Nathan Torkington [EMAIL PROTECTED] writes: Are there any requests other than price for next year? Have it in London. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web

Problem With Perl Versions

2001-07-16 Thread James McKim
Hello all, In trying to upgrade a RedHat Linux7.0 system I inherited to Perl5.6.0 There are several versions of perl installed on the system and I've run into a problem restarting the server. To set a context for you all, I'm not a perl or apache expert, so I may be (OK probably) missing

help w/ seg fault

2001-07-16 Thread Jim Hobbs
$ uname -a SunOS wfctest.des.state.mn.us 5.7 Generic_106541-16 sun4u sparc SUNW,Ultra-1 $ perl -v This is perl, v5.6.1 built for sun4-solaris $ cat

Post processing Perl output through PHP

2001-07-16 Thread tau
Hi all, I am having a knightmare trying to get some PHP into the output of a Perl script. PHP. I've heard rumours of Apache 2.0 allowing multiple filters, which would be perfect when it's out, but not yet obviously. I've tried calling the CGI PHP from inside Perl in a few ways: ==

Re: Post processing Perl output through PHP

2001-07-16 Thread Ken Williams
[EMAIL PROTECTED]'s message: I'm not entirely sure if I'm getting what you're asking here - I get the impression you want the Perl program to call the php script, such as http://localhost/script.php3 and get the results from that script which you then push into the results of your perl

Re: modperl install on osx - help

2001-07-16 Thread Ken Williams
Christian, You should get the latest Apache, 1.3.20, instead of the old 1.3.14. Also try removing the 'USE_APACI=1' flag from your build line. That combo works for me under OS X 10.0.4. Perhaps it would work with USE_APACI=1 in there too, but I haven't tried. Christian Wattinger's message:

Prob w/make test - server doesn't warm up

2001-07-16 Thread Joan Wang
I am getting the same exact problem on RedHat7.0. I was wondering if there is a solution to this access permission problem? The strace.out looks like this: accept(16, Just one line. Any pointers is appreciated. -Joan try this (in the mod_perl-x.xx directory): % make start_httpd % strace

RE: BOF?

2001-07-16 Thread Gunther Birznieks
At 01:19 PM 7/14/2001 -0400, Geoffrey Young wrote: -Original Message- From: Ken Williams To: modperl Sent: 7/14/01 11:48 AM Subject: BOF? Yo, I just noticed that there's no mod_perl BOF listed at http://conferences.oreillynet.com/cs/os2001/pub/10/bofs.html . Is one

Re: BOF?

2001-07-16 Thread Gunther Birznieks
At 12:10 AM 7/16/2001 -0500, James G Smith wrote: Matt Sergeant [EMAIL PROTECTED] wrote: On Sat, 14 Jul 2001, brian moseley wrote: On Sat, 14 Jul 2001, Ken Williams wrote: I just noticed that there's no mod_perl BOF listed at

Re: BOF?

2001-07-16 Thread Matt Sergeant
On Mon, 16 Jul 2001, Gunther Birznieks wrote: At 12:10 AM 7/16/2001 -0500, James G Smith wrote: Matt Sergeant [EMAIL PROTECTED] wrote: On Sat, 14 Jul 2001, brian moseley wrote: On Sat, 14 Jul 2001, Ken Williams wrote: I just noticed that there's no mod_perl BOF listed at

RE: BOF?

2001-07-16 Thread Geoffrey Young
-Original Message- From: Gunther Birznieks [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 8:54 AM To: Geoffrey Young; 'Ken Williams '; 'modperl ' Subject: RE: BOF? [snip] If you like, I guess I could try organizing to get a BOF room? The only mod_perl BOF I

Re: BOF?

2001-07-16 Thread Matt Sergeant
On Mon, 16 Jul 2001, brian moseley wrote: On Mon, 16 Jul 2001, Eric Cholet wrote: --On 16/07/01 16:48 +0200 Robin Berjon wrote: I arrive on Sunday evening too, is there a good way to recognize a bunch of modperlians ? I've only ever seen two people on this list so if they aren't

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Bill Moseley
At 10:46 AM 07/16/01 -0600, Nathan Torkington wrote: Are there any requests other than price for next year? What would you like to see? What could you do without? Well, this is more along the price issue that you don't want to hear about, but I much prefer a single fee for everything instead

Re: Problem With Perl Versions

2001-07-16 Thread James McKim
Thanks for the suggestion. It seems odd since libperl.so and libperl.a are in the 5.6.0 directories and seem to have been created when I installed the 5.6.0 version, but I don't know where the binary is it thinks it should be using, so recompiling may help. James Aaron Patterson wrote: You

DOS style drive letters and PERL5LIB

2001-07-16 Thread Ian Williamson
I'm relatively new to mod_perl, so forgive me if this has been asked 100 times: I'm running under Windows 2000, with Apache 1.3.20, Mod_Perl 1.25_1 and ActivePerl Build 628. I've worked my way through several examples, and have come up against I problem I can't answer. When I want to include a

Re: BOF?

2001-07-16 Thread modperl
I'm pretty easy to tag out of a croud, I'm pretty sure I'm starting the week with pink hair again (I'm gonna end it with blue or green). I'm getting there sunday around 5ish. Scott On Mon, 16 Jul 2001, Robin Berjon wrote: On Monday 16 July 2001 07:10, James G Smith wrote: Judging by where

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Issac Goldstand
On 16 Jul 2001, Randal L. Schwartz wrote: Bill == Bill Moseley [EMAIL PROTECTED] writes: Bill Well, this is more along the price issue that you don't want Bill to hear about, but I much prefer a single fee for everything Bill instead of separate tutorial and conference fees. So

Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread John D Groenveld
Bummer, I was really looking forward to visiting the Guinness and Jameson factories. John [EMAIL PROTECTED]

BSDI 4.1 make issues...

2001-07-16 Thread Sean Chittenden
Should I be worried? I've never seen this before... I want build mod_perl as a DSO. THoughts? -sc # perl Makefile.PL USE_APXS=1 EVERYTHING=1 PREFIX=/usr/local WITH_APXS=/usr/local/sbin/apxs PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\/bin:/usr/bin:/usr/local/bin\' Will configure via APXS

sending multiple cookies with err_header_out()

2001-07-16 Thread Chad Phillips
Hello, I am using Apache::AuthCookie. I need to be able to set 2 cookies. Apache::AuthCookie uses err_header_out() to set a cookie. Is their a way to use err_header_out() to set two cookies? thanks chad

Using PerlLogHandler to write errors to database

2001-07-16 Thread Jay Buffington
Hi, I want to write a PerlLogHandler to write all errors to a database. The database table will probably look like this: CREATE TABLE error_log ( when DATETIME not null, remotehost VARCHAR (255) not null, virtualhost VARCHAR (255), severity ENUM ('emerg', 'alert', 'crit',

Problems building Bundle::Apache - libapreq-0.33

2001-07-16 Thread Alan Burlison
I'm trying to build Bundle::Apache and I get the following error when building libapreq (everthing else in the bundle builds fine): cc -c -I../c -I/usr/perl5/site_perl/5.6.1/sun4-solaris-64int/auto/Apache/include -I/usr/perl5/site_perl/5.6.1/sun4-solaris-64int/auto/Apache/include/include

Re: BSDI 4.1 make issues...

2001-07-16 Thread Sean Chittenden
This took a while to track, but this may be useful in the archives: I was using an old version of apxs that came with Apache 1.3.12, not 1.3.20. Change your path to include the newwer apxs and everything's groovy. -sc Should I be worried? I've never seen this

Re: BOF?

2001-07-16 Thread Stas Bekman
On Mon, 16 Jul 2001, Gunther Birznieks wrote: At 12:10 AM 7/16/2001 -0500, James G Smith wrote: Matt Sergeant [EMAIL PROTECTED] wrote: On Sat, 14 Jul 2001, brian moseley wrote: On Sat, 14 Jul 2001, Ken Williams wrote: I just noticed that there's no mod_perl BOF listed at

Re: help w/ seg fault

2001-07-16 Thread Stas Bekman
On Fri, 13 Jul 2001, Jim Hobbs wrote: Please follow the steps from the SUPPORT file, which can be found in the mod_perl distro, to properly report the segfault. (you've forgotten the trace!) $ uname -a SunOS wfctest.des.state.mn.us 5.7 Generic_106541-16 sun4u sparc SUNW,Ultra-1 $ perl -v

please post the URLs for your TPC talks

2001-07-16 Thread Stas Bekman
Folks, it'd be really nice to do some homework and read the conference papers ahead I'll take me some 24 hours to get to SD from Singapore, so I could use this time to learn ahead and allow me to spend more time peer networking at the conference. Can you please post the URLs for your talks? Not

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Randal L. Schwartz
Bill == Bill Moseley [EMAIL PROTECTED] writes: Bill Well, this is more along the price issue that you don't want Bill to hear about, but I much prefer a single fee for everything Bill instead of separate tutorial and conference fees. So you'd rather the overall price be increased, based on the

cvs commit: modperl/t/net/perl/io redir1.pl redir2.pl

2001-07-16 Thread cholet
cholet 01/07/16 10:11:04 Modified:t/internal redirect.t Added: t/net/perl/io redir1.pl redir2.pl Log: add internal_redirect test Revision ChangesPath 1.5 +12 -3 modperl/t/internal/redirect.t Index: redirect.t