Re: Configuration problems

2004-06-11 Thread Stas Bekman
David Arnold wrote: Stas, Oooh! that's easy. Just change one line of rocks.pl. That is, change print "Content-type: text/plain\n\n"; to print "Content-type: text/html\n\n"; And all is well. Strange. It looks like a problem in your browser then. text/plain is a fine content-type. -- _

Re: Configuration problems

2004-06-11 Thread David Arnold
Stas, Oooh! that's easy. Just change one line of rocks.pl. That is, change print "Content-type: text/plain\n\n"; to print "Content-type: text/html\n\n"; And all is well. At 08:27 PM 6/11/04 -0700, you wrote: >David Arnold wrote: >[...] I place the following script in /var/www/cgi-perl a

Re: Configuration problems

2004-06-11 Thread Stas Bekman
David Arnold wrote: [...] I place the following script in /var/www/cgi-perl and when I request it from a browser I get a popup asking if I want to save the file to disk or open it. Not the behavior I expect. #! /usr/bin/perl print "Content-type: text/plain\n\n"; print "Mod_perl 2.0 rocks!\n"; When

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

2004-06-11 Thread Maxipoint Rep Office
-Original Message- From: Brian Reichert [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 5:10 PM To: Maxipoint Rep Office Cc: Brian Reichert; [EMAIL PROTECTED] Subject: Re: reverse IP lookup for check all doimains on the server On Fri, Jun 11, 2004 at 12:09:06AM +0200, Maxipoint Re

Re: Configuration problems

2004-06-11 Thread David Arnold
Stas, At 07:18 AM 6/11/04 -0700, you wrote: >David Arnold wrote: >> 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#Configurati

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

2004-06-11 Thread Brian Reichert
On Fri, Jun 11, 2004 at 12:09:06AM +0200, Maxipoint Rep Office wrote: > > > 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 su

Re: mod_perl2 timely catching SIGPIPE

2004-06-11 Thread Stas Bekman
[Jim, please keep the thread on the list, so others will be able to re-use that discussion via archives later on when they hit the same problem. Thanks.] Excellent, looking forward for your docs Jim. Is there any particular format people use to report such findings? Any examples online? I don

Re: [mp2] modperl test failed

2004-06-11 Thread Stas Bekman
Alex Oboimov wrote: [...] ### Issuing bt command ### (gdb) bt #0 0x40324a74 in Perl_pp_leavesub () from /usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so #1 0x082ea320 in ?? () #2 0x0918ae00 in ?? () (gdb) q == That's all I have.

Re: Configuration problems

2004-06-11 Thread Stas Bekman
David Arnold wrote: 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 exampl

ModPerl and Perl on darwin jaguar/panther

2004-06-11 Thread plumber
ModPerl and Perl on darwin jaguar/panther http://plumber.gnu-darwin.org/ Regards -BEGIN PLUMBER CODE BLOCK- Version: 1.0 ¬ | | > Regards Plumber || GNU Darwin. ¬ | | > OOP --\///\ (0)=(0) Darwin/Power Mac G4. ¬ | | > ( __ò ó__ ) The best for Fede ¬ \\\ federicafontana.it ¬ --END PLUMBER

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-11 Thread Stas Bekman
Gerald Richter wrote: Stas (or anybody else) It so appears that in the last few years we get less and less mod_perl talks and tutorials at the big (non-YAPC) conferences. Do you know how many talks / tutorials were submitted ? I don't have that information. if you remember in the previous years so

libapreq2-2.03-dev-rc3 available for testing

2004-06-11 Thread Joe Schaefer
Folks, Please take this release candidate out for a test drive http://cvs.apache.org/~joes/libapreq2-2.03-dev-rc3.tar.gz and report back your success/failure. I'd like to get this new developer release of libapreq2 on CPAN this weekend, but I need a few volunteers to test it and report ba

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-11 Thread Gerald Richter
Stas (or anybody else) > It so appears that in the last few years we get less and less > mod_perl talks and tutorials at the big (non-YAPC) conferences. Do you know how many talks / tutorials were submitted ? Asking the other way round: Was it a problem of to less submissions or that the submissi

Re[2]: [mp2] modperl test failed

2004-06-11 Thread Alex Oboimov
Hello Stas, you wrote: SB> Should be OK for yourself if you don't use rflush, but it's definitely not OK SB> otherwise. I'm not sure which programs may use it, which not... SB> Show us the *complete* output of: SB> % t/TEST -verbose api/rflush.t SB> and the t/logs/error_log as explained he