[PATCH] [phil@fifi.org: Bug#86964: One more method ( patch) for libapache-mod-perl]

2001-03-05 Thread Daniel Jacobowitz
Here's another reasonable-looking patch from Philippe Troin; it exposes child_num() in Apache::Connection. -- Daniel Jacobowitz Debian GNU/Linux Developer Monta Vista Software Debian Security Team "I am croutons!"

Re: [PATCH] [phil@fifi.org: Bug#86964: One more method ( patch)for libapache-mod-perl]

2001-03-05 Thread Stas Bekman
Here's another reasonable-looking patch from Philippe Troin; it exposes child_num() in Apache::Connection. Apache::Scoreboard has all the scoreboard related methods. I use it in Apache::VMonitor and Apache::Watchdog::RunAway.

Re: mod_perl shared memory with MM

2001-03-05 Thread Alexander Farber (EED)
Adi Fairbank wrote: Yeah, I was thinking about something like that at first, but I've never played with named pipes, and it didn't sound too safe after reading the perlipc man page. What do you use, Perl open() calls, IPC::Open2/3, IPC::ChildSafe, or IPC:ChildSafe is a good module, I use it

Apache, mod_perl, mysql, php segfault!

2001-03-05 Thread Michael Turley
Hello, anyone come across a problem where they get "exit signal Segmentation fault (11)" when they try to connect to mysql via mod_perl? I am getting it even on simple connect and disconnect - I can access Oracle via mod_perl. Neither standard standalone scripts or php have problems

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Mike Cameron [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 11:59 PM Cc: modperl Subject: push_handlers question I am trying to sub class Apache::AuthCookieURL and would like to use $r-push_handlers(PerlAuthenHandler = My::Class-authenticate);

[DIGEST] mod_perl digest 03/03/01

2001-03-05 Thread Geoffrey Young
-- mod_perl digest February 25, 2001 - March 3, 2001 -- Recent happenings in the mod_perl world... Features o

Re: Apache, mod_perl, mysql, php segfault!

2001-03-05 Thread Matt Sergeant
On Mon, 5 Mar 2001, Michael Turley wrote: Hello, anyone come across a problem where they get "exit signal Segmentation fault (11)" when they try to connect to mysql via mod_perl? This is a known issue IIRC. Simply re-compile PHP without the built-in MySQL support (you can still connect to

problem with installation

2001-03-05 Thread Henri Delebecque
hello, I'm sure that's trivial, but I'm a newbie in using mod_perl. I have read the FAQ, which tells that I should read the documentation. I have read the http://perl.apache.org/guide/install.html page, and the "A Summary of a Basic mod_perl installation" section. when I execute the following

Re: push_handlers question

2001-03-05 Thread Mike Cameron
Thanks for the suggestion, but what i really want to know is why is the request object passed if I call the module directly from http.conf and not when I use the push handlers method? Are the two methods not functionally equivalent? Everything works fine when the handler is set in httpd.conf.

Re: problem with installation

2001-03-05 Thread Peter Brown
Henri Delebecque writes: hello, I'm sure that's trivial, but I'm a newbie in using mod_perl. I have read the FAQ, which tells that I should read the documentation. I have read the http://perl.apache.org/guide/install.html page, and the "A Summary of a Basic mod_perl installation"

Re: problem with installation

2001-03-05 Thread Stas Bekman
On Mon, 5 Mar 2001, Henri Delebecque wrote: hello, I'm sure that's trivial, but I'm a newbie in using mod_perl. I have read the FAQ, which tells that I should read the documentation. I have read the http://perl.apache.org/guide/install.html page, and the "A Summary of a Basic mod_perl

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Mike Cameron [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 10:18 AM Cc: '[EMAIL PROTECTED]' Subject: Re: push_handlers question Thanks for the suggestion, but what i really want to know is why is the request object passed if I call the

segmentation fault 11

2001-03-05 Thread Michael Turley
Hello, my last post has been solved. After searching through google most of the morning I decided to upgrade mysql to version 3.23.33 and rebuild absolutely everything. And hey presto, everything works. It may have been something to do with the earlier mysql version but more likely the

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 9:58 AM To: 'Mike Cameron' Cc: '[EMAIL PROTECTED]' Subject: RE: push_handlers question -Original Message- From: Mike Cameron [mailto:[EMAIL PROTECTED]] Sent:

RE: push_handlers question

2001-03-05 Thread Robert Landrum
At 10:36 AM -0500 3/5/01, Geoffrey Young wrote: Thanks for the suggestion, but what i really want to know is why is the request object passed if I call the module directly from http.conf and not when I use the push handlers method? Are the two methods not functionally equivalent?

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 11:19 AM To: Geoffrey Young; 'Mike Cameron' Cc: [EMAIL PROTECTED] Subject: RE: push_handlers question At 10:36 AM -0500 3/5/01, Geoffrey Young wrote: Thanks for the suggestion,

Apache processes not dying

2001-03-05 Thread Chris Allen
I am running a site with: Apache 1.3.9 mod perl 1.21 HTML::Embperl The site is relatively busy - up to 3 hits a day, and has been running fine for over a year. However in the last two weeks I have found that I am ending up with a large number of httpd processes that don't die. Looking

Re: push_handlers question

2001-03-05 Thread Mike Cameron
Thanks all. My real question was not so much HOW to fix but more WHY do i need to fix. I did not realize that using push_handlers would not send the Apache request to the method handler. Geoffrey Young wrote: -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED]]

uri to filename

2001-03-05 Thread Nikolaus Rath
Hello! As described in the other mail, i have a TransHandler wich modifies the URI. But this doesn't work correctly. Two examples: When the URI is not been modified: TransHandler: $r-uri: /showsession.php $r-filename: [empty] $r-path_info: [empty]

Re: uri to filename

2001-03-05 Thread Pierre Phaneuf
Nikolaus Rath wrote: As described in the other mail, i have a TransHandler wich modifies the URI. But this doesn't work correctly. After modifying the URI, do you return DECLINED or something else? -- Pierre Phaneuf http://www3.sympatico.ca/pphaneuf/

Re: problem with installation

2001-03-05 Thread Peter Brown
Henri Delebecque writes: Henri for future please make sure you reply to the [EMAIL PROTECTED] list as well then others can see the entire conversation it seems i was wrong in telling you what i said as evidenced be stas's reply to your post i was unaware of the problem he described (thanks

Re: Authentication handlers

2001-03-05 Thread Daryl Campbell
From: Erdmut Pfeifer [EMAIL PROTECTED] Subject: Re: Authentication handlers On Mon, Mar 05, 2001 at 10:28:15AM +1100, Sisyphus wrote: - Original Message - From: Pierre Phaneuf [EMAIL PROTECTED] To: modperl [EMAIL PROTECTED] Sent: Monday, March 05, 2001 9:29 AM Subject: Re:

Apache does not start with Perlrequire

2001-03-05 Thread Roberto Osorio González
Hi, I'm using Apache 1.3.12-2 that comes with RedHat 6.2 and into the same CD I have mod_perl both are RPM`s packages and both are working well. However if I use Perlrequire directive: Perlrequire /path to my startup/my startup.pl and I try to restart my httpd, this says OK but there is no one

mod_perl startup sequence?

2001-03-05 Thread Drew Wilson
Title: mod_perl startup sequence? I'm confused about when mod_perl loads Perl Modules. It appears my perl module gets loaded twice: once when the log writes to stdout, and once when the log message is written to error-log. I would expect my module to only get loaded once. Why twice? To

Re: Apache does not start with Perlrequire

2001-03-05 Thread Stas Bekman
On Mon, 5 Mar 2001, Roberto Osorio [iso-8859-1] González wrote: Hi, I'm using Apache 1.3.12-2 that comes with RedHat 6.2 and into the same CD I have mod_perl both are RPM`s packages and both are working well. However if I use Perlrequire directive: Perlrequire /path to my startup/my

Re: Apache processes not dying

2001-03-05 Thread Stas Bekman
The site is relatively busy - up to 3 hits a day, and has been running fine for over a year. However in the last two weeks I have found that I am ending up with a large number of httpd processes that don't die. [snip] Problem is, that Apache seems to ignore these processes and start

Make test hangs on httpdconf

2001-03-05 Thread John Walker
Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian) I have been following the guide, and I wasn't too successful with the CPAN method, so I tried the "A Summary of a Basic mod_perl Installation" method. I didn't notice any error during the configuration or the make step. The tests stall at

Re: Make test hangs on httpdconf

2001-03-05 Thread Stas Bekman
On Mon, 5 Mar 2001, John Walker wrote: Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian) I have been following the guide, and I wasn't too successful with the CPAN method, so I tried the "A Summary of a Basic mod_perl Installation" method. I didn't notice any error during the

cvs commit: modperl-2.0/xs/APR/Pool APR__Pool.h

2001-03-05 Thread dougm
dougm 01/03/05 21:16:26 Modified:xs modperl_xs_util.h xs/APR/Pool APR__Pool.h Log: shutup fussy compiler Revision ChangesPath 1.2 +2 -2 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h