cvs commit: modperl-2.0/lib/Apache Status.pm

2003-01-27 Thread stas
stas2003/01/27 20:53:15 Modified:lib/Apache Status.pm Log: - CGI.pm's script_name() appears to be broken, use $r-location instead - handle gracefully the stash dump for a child that doesn't have that stash Revision ChangesPath 1.2 +15 -12

Re: glitched install of mod_perl (1.99.08)

2003-01-27 Thread benjamin mccall
don't know, but my pulled zilch! ... could the absence of the two modules be reason for the test errors? ben - Original message - From: Stas Bekman [EMAIL PROTECTED] To: benjamin mccall [EMAIL PROTECTED] Date: Mon, 27 Jan 2003 18:25:26 +1100 Subject: Re: glitched install of mod_perl

AW: [mod_perl-2.0] server doesn't start, unable to Apache2?

2003-01-27 Thread Robert Kehl
Hi all! Thanks for your thoughts, Randy. Are there any helpful messages in the error log indicating what's failing? No, none. Perhaps the first thing to check - does LoadFile C:/Perl/bin/perl56.dll LoadModule perl_module modules/mod_perl.so alone, without any further mod_perl

AW: PerlSwitches -M and @INC

2003-01-27 Thread Helmut Zeilinger
Hi, after i recompiled the newest versions of perl, apache and mod_perl on my home computer with the appropriate debug switches, i cannot reproduce the Segmentation Faults any more, too. At my machine at work i found out that the problem had to do with the DBI module, which i additionally loaded.

mod_perl PHP installation problem

2003-01-27 Thread domm
Hi! I've got some problems compiling mod_perl together with PHP. I'm using Apache 1.3.27, mod_perl 1.27 and PHP 4.3.0 on RedHat-Linux (7.2). I'm following http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php The problem arises at the step Build Apache ./configure

sftp

2003-01-27 Thread koudjo ametepe
hi everybody Do someone know how to connect to a distant host with perl (via sftp ) and copy file from the host ? thank you koudjo _ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp

Re: sftp

2003-01-27 Thread Ged Haywood
Hello there, On Mon, 27 Jan 2003, koudjo ametepe wrote: Do someone know how to connect to a distant host with perl (via sftp Please read http://perl.apache.org/maillist/email-etiquette.html 73, Ged.

Re: AW: [mod_perl-2.0] server doesn't start, unable to Apache2?

2003-01-27 Thread Randy Kobes
On Mon, 27 Jan 2003, Robert Kehl wrote: Hi all! Thanks for your thoughts, Randy. Are there any helpful messages in the error log indicating what's failing? No, none. Perhaps the first thing to check - does LoadFile C:/Perl/bin/perl56.dll LoadModule perl_module

RE: Connection pool with Apache::DBI and Oracle

2003-01-27 Thread Georg Botorog
I don't understand. The Apache server I am using has 50 ThreadsPerChild (default in httpd.conf). Thus, Apache is able to handle quite a few requests simultaneously. However, Oracle has only one session for the job. As a consequence, starting two identical requests from distinct clients leads to

Re: [mp2] Connection pool with Apache::DBI and Oracle

2003-01-27 Thread Perrin Harkins
Georg Botorog wrote: I don't understand. The Apache server I am using has 50 ThreadsPerChild If you want help with mod_perl 2, you need to say so. Otherwise it is assumed you are using 1.x. Put [mp2] in your subject line. Thus, Apache is able to handle quite a few requests simultaneously.

Re: [mp2] Connection pool with Apache::DBI and Oracle

2003-01-27 Thread Perrin Harkins
Georg Botorog wrote: Actuallly, I had no idea I am using mp2. I have downloaded some time ago a bundle with Perl, Apache, etc. (for NT), and I'm still using it today. Ah, okay NT is another key piece of information. Sorry, I don't use apache on NT so I thought that was a mp2 directive. So,

RE: [mp1.27] Too much logging

2003-01-27 Thread Goehring, Chuck Mr., RCI - San Diego
Geoffrey, That and the following did the trick: use warnings; no warnings; Thanks Chuck -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 10:56 AM To: Goehring, Chuck Mr., RCI - San Diego Cc: mod perl list (E-mail) Subject: Re: [mp1.27]

Re: mod_perl PHP installation problem

2003-01-27 Thread domm
Hi! On Mon, Jan 27, 2003 at 02:03:12PM +0100, [EMAIL PROTECTED] wrote: I've got some problems compiling mod_perl together with PHP. So, after reading some docs, I solved them myself. For the archives: ./configure --prefix=/usr/local/etc/httpd \

Re: sftp

2003-01-27 Thread dom
hi everybody Do someone know how to connect to a distant host with perl (via sftp) and copy file from the host ? You could just launch the sftp command using system(), or better, the IPC::Run module from CPAN that was discussed here some time ago. I would be surprised to hear that there be

Re: sftp

2003-01-27 Thread koudjo ametepe
hi everybody ; I found the solution I use the module Net::SFTP; use Net::SFTP; $host=remote host adress; %args=(user= username, password=user_password ); my $sftp=Net::SFTP-new($host,%args); $sftp-get($remote_file); koudjo

How to test for mod_perl

2003-01-27 Thread Richard
Ok, I just installed apache::asp which forced the install of mod_perl. How do I test to see if mod_perl is running ok on any given server? Thanks! PS. I'm currently reading the manpage mod_perl that is on my server, thus far I don't see anything regarding testing that it works.

[mp2] Perl Sections, Method handlers

2003-01-27 Thread Randy J. Ray
Any indication of when/if these features will make it to mp2? I've been trying to get my RPC::XML code (specifically the Apache::RPC::Server and Apache::RPC::Status modules) to work under Apache2 and mod_perl2 (thanks to Red Hat for pushing up my timetable on this by installing those). Randy

Re: [mp2] Perl Sections, Method handlers

2003-01-27 Thread Stas Bekman
Randy J. Ray wrote: Any indication of when/if these features will make it to mp2? I've been trying to get my RPC::XML code (specifically the Apache::RPC::Server and Apache::RPC::Status modules) to work under Apache2 and mod_perl2 (thanks to Red Hat for pushing up my timetable on this by

Re: How to test for mod_perl

2003-01-27 Thread Stas Bekman
Richard wrote: Ok, I just installed apache::asp which forced the install of mod_perl. How do I test to see if mod_perl is running ok on any given server? Thanks! PS. I'm currently reading the manpage mod_perl that is on my server, thus far I don't see anything regarding testing that it

Re: [MP2] Perl_Tstack_sp_ptr

2003-01-27 Thread Stas Bekman
Xiaodong Shen wrote: During the weekend I had no connectivity due to the worm, sorry. Okay I tried remove my old perl installation and compiled a new one (5.8.0), and then installed a new mod_perl 1.99_08, and got the exactly same error. So I don't think it was because of my Perl installation

Re: How to test for mod_perl

2003-01-27 Thread Richard
Thank you VERY much!!! I've bookmarked that site! Have a good day! - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Richard [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 27, 2003 5:30 PM Subject: Re: How to test for mod_perl Richard wrote: Ok, I just

Re: [mp2] Perl Sections, Method handlers

2003-01-27 Thread Stas Bekman
[please always reply to the list! thank you!] Randy J. Ray wrote: I guess Philippe can comment on the Perl sections part, I think it should be in RSN. What about method handlers? What's wrong with them? Only that my handlers, both prototyped as ($$), received only the request object

Re: glitched install of mod_perl (1.99.08)

2003-01-27 Thread benjamin mccall
sorry, Stas...my former isp bit the dust and slammed me over to monopolistic wolf, verizon. so, i had no access since your last post. well, mod_perl is up and running. apparently the 'perlio' issue was corrected by some simple authentication sweeps. as for the mysteriously missing 'cgi.pm', i

Re: glitched install of mod_perl (1.99.08)

2003-01-27 Thread Stas Bekman
benjamin mccall wrote: sorry, Stas...my former isp bit the dust and slammed me over to monopolistic wolf, verizon. so, i had no access since your last post. well, mod_perl is up and running. apparently the 'perlio' issue was corrected by some simple authentication sweeps. as for the

Re: glitched install of mod_perl (1.99.08)

2003-01-27 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 27, 2003 at 06:25:26PM +1100, Stas Bekman wrote: Hmm, you have perl 5.8.0. How is it possible that you don't have CGI.pm, which is a part of the core? It's probably a perl installed from a vendor-supplied package. You'd be amazed at