Re: velocigen

2004-06-10 Thread Stas Bekman
Perrin Harkins wrote: On Thu, 2004-06-10 at 11:04, Stas Bekman wrote: Not quite so for BEGIN blocks: http://perl.apache.org/docs/1.0/guide/porting.html#BEGIN_blocks They won't be run on each request. They will be if you use PerlRun though, since it compiles them each time. END block stuff could p

Re: mod_perl2 timely catching SIGPIPE

2004-06-10 Thread Stas Bekman
Jim Albert wrote: Stas Bekman wrote: Jim Albert wrote: I'm trying to determine how to have my mod_perl apache server properly catch a SIGPIPE signal in a timely manner. My environment is Apache/2.0.49 (Fedora) and mod_perl 2. Jim, please *always* report bugs and problems following these guidelin

Re: [mp2] modperl test failed

2004-06-10 Thread Stas Bekman
Alex Oboimov wrote: Hi folks, Can amybody help me. After compile and build of modperl only 1 test failed. 99.1% is okay. May it be left alone? Should be OK for yourself if you don't use rflush, but it's definitely not OK otherwise. 3. This is the core dump trace: (if you get a core dump): GNU gdb

Shared Servers (Was: mod_perl presence at OSCON (and other CONs) is at danger)

2004-06-10 Thread Chris Shiflett
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Actually, as I understand it, PHP has all the same problems. There > is a "safe mode", but enabling it tends to break things, so many > ISPs turn it off. Even with it on, I believe you can still redefine > core functions at will, not to mention just c

[mp2] modperl test failed

2004-06-10 Thread Alex Oboimov
Hi folks, Can amybody help me. After compile and build of modperl only 1 test failed. 99.1% is okay. May it be left alone? -8<-- Start Bug Report 8<-- 1. Problem Description: After successful compile & install of Apache 2.0.49 server I have configured and

Re: [ANNOUNCE] Apache::HEADRegistry 0.01

2004-06-10 Thread Geoffrey Young
Kreimendahl, Chad J wrote: > Why not just fix Apache::Registry to be compliant? while I'd like it fixed, of course, please check the archives for why the issue remains unresolved to date. patches welcome :) --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.

RE: [ANNOUNCE] Apache::HEADRegistry 0.01

2004-06-10 Thread Kreimendahl, Chad J
Why not just fix Apache::Registry to be compliant? -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: Thu 6/10/2004 8:55 PM To: [EMAIL PROTECTED] Cc: Subject: [ANNOUNCE] Apache::HEADRegistry 0.01

[ANNOUNCE] Apache::HEADRegistry 0.01

2004-06-10 Thread Geoffrey Young
The URL http://www.modperlcookbook.org/~geoff/modules/Apache-HEADRegistry-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-HEADRegistry-0.01.tar.gz size: 5507 bytes md5: 252e7d6f2356e717adf24be4a54845eb from the README: NAME Apache::HEADRegistry - Apache::Regis

RE: reverse IP lookup for check all doimains on the server

2004-06-10 Thread Maxipoint Rep Office
On Thu, Jun 10, 2004 at 11:51:02PM +0200, Maxipoint Rep Office wrote: > how create it at all? :-) about that I can not find any documentation Create what? A reverse lookup database? Or CGI tools to display such a database? RE: CGI tool that display all domains connected on some server IP...

Re: reverse IP lookup for check all doimains on the server

2004-06-10 Thread Brian Reichert
On Thu, Jun 10, 2004 at 11:51:02PM +0200, Maxipoint Rep Office wrote: > how create it at all? :-) about that I can not find any documentation Create what? A reverse lookup database? Or CGI tools to display such a database? -- Brian Reichert <[EMAIL PROTECTED]> 37 Cryst

RE: reverse IP lookup for check all doimains on the server

2004-06-10 Thread Maxipoint Rep Office
how create it at all? :-) about that I can not find any documentation -Original Message- From: Brian Reichert [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 6:59 PM To: Maxipoint Rep Office Cc: [EMAIL PROTECTED] Subject: Re: reverse IP lookup for check all doimains on the server

Re: mod_perl2 timely catching SIGPIPE

2004-06-10 Thread Jim Albert
Stas Bekman wrote: Jim Albert wrote: I'm trying to determine how to have my mod_perl apache server properly catch a SIGPIPE signal in a timely manner. My environment is Apache/2.0.49 (Fedora) and mod_perl 2. Jim, please *always* report bugs and problems following these guidelines! http://perl.ap

Re: velocigen

2004-06-10 Thread Perrin Harkins
On Thu, 2004-06-10 at 11:04, Stas Bekman wrote: > Not quite so for BEGIN blocks: > http://perl.apache.org/docs/1.0/guide/porting.html#BEGIN_blocks > They won't be run on each request. They will be if you use PerlRun though, since it compiles them each time. END block stuff could probably be moved

Re: reverse IP lookup for check all doimains on the server

2004-06-10 Thread Brian Reichert
On Thu, Jun 10, 2004 at 09:36:21AM +0200, Maxipoint Rep Office wrote: > > Have someone any idea what I must to do? > > if I add some IP of server that I can see all domains on the same IP on the > server. What problem are you trying to solve? > http://whois.webhosting.info/216.127.92.54 > > Ma

Re: Configuration problems

2004-06-10 Thread David Arnold
Neil, >Hello Sir >Don't know if you sort your problem out or not. >I had the same issue just yesterday our time ;-) >If you follow this: http://apache.perl.org/docs/2.0/user/intro/start_fast.html#Configuration > >Not the installation part and try the example scripts and Handler example then it wil

Re: SOAP::Lite on mp2

2004-06-10 Thread Randy Kobes
On Thu, 10 Jun 2004, Issac Goldstand wrote: > I seem to recall someone saying that they'd ported > SOAP::Transport::HTTP::Apache for mp2, but I can't seem to > find the relevant post(s)... Am I remembering correctly? > > Issac The patches for SOAP::Lite on mp2 are available in some messages in

Re: velocigen

2004-06-10 Thread Stas Bekman
gunther wrote: The following talk link discusses how to do something similar to what you ask http://conferences.oreillynet.com/cs/os2001/view/e_sess/1262 I am not sure if Oreilly allows the presentations to be downloaded for old conferences somewhere on their website. If not, email me privately

Re: velocigen

2004-06-10 Thread gunther
The following talk link discusses how to do something similar to what you ask http://conferences.oreillynet.com/cs/os2001/view/e_sess/1262 I am not sure if Oreilly allows the presentations to be downloaded for old conferences somewhere on their website. If not, email me privately and I will dig

velocigen

2004-06-10 Thread flav
Hello I'm trying to migrate some velocigen script to mod_perl did someone do it before ?? I'm trying to use axkit If someone knows some tools... Thanks -- flav -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.a

SOAP::Lite on mp2

2004-06-10 Thread Issac Goldstand
I seem to recall someone saying that they'd ported SOAP::Transport::HTTP::Apache for mp2, but I can't seem to find the relevant post(s)... Am I remembering correctly? Issac -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiq

Re: mod_perl2 timely catching SIGPIPE

2004-06-10 Thread Stas Bekman
Jim Albert wrote: I'm trying to determine how to have my mod_perl apache server properly catch a SIGPIPE signal in a timely manner. My environment is Apache/2.0.49 (Fedora) and mod_perl 2. Jim, please *always* report bugs and problems following these guidelines! http://perl.apache.org/bugs/ and s

Re: Configuration problems

2004-06-10 Thread Stas Bekman
David Arnold wrote: Hi, I've spent quite a bit of time experimenting and reading, but I am unable to make progress with configuring mod_perl on our server. Please bear with me, as I am a mathemtaics teacher, not a system guru by any means. I am reading Paul Dubois's MySQL and Perl for the Web and I

reverse IP lookup for check all doimains on the server

2004-06-10 Thread Maxipoint Rep Office
Have someone any idea what I must to do? if I add some IP of server that I can see all domains on the same IP on the server. http://whois.webhosting.info/216.127.92.54 Mario --- Free professional Perl web hosting without