[bug] PerlModule reloads modules twice on start

2001-02-23 Thread Stas Bekman
I've noticed an inconcistency between PerlModule and use() (and PerlRequire and require()). When Apache starts, it immediately restarts itself to see whether it can sustain the reload. So when you have PerlModule Apache::Registry you will see: Subroutine handler redefined at

Just learning, and a little stuck...

2001-02-23 Thread Alec Smith
This isn't specifically a mod_perl question, but something I'm having trouble doing within mod_perl code. I'm far from a Perl expert, but I try... I've got a hash called %post which contains submitted form info and a variable $db which is the result of a DBI-connect call. I need to take these 2

Re: [AIX] [gsar@ActiveState.com: v5.6.1 trial2 is available]

2001-02-23 Thread Ciaran.Deignan
On Wed, 21 Feb 2001, Jens-Uwe Mager wrote: Hi Jum ;-), to import symbols from the main program. The patch already does that in makedef.pl for the perl.exp file, but only on AIX 4.3 and above because the older AIX linkers do strange things if this option is used. I tried your patch on v5.6.1

[OT] Re: Just learning, and a little stuck...

2001-02-23 Thread Steve Reppucci
Yes, this doesn't belong on this list. But: Couple of immediate problems: - If you pass a hash in an argument list, it gets inserted into the list as just a sequence of key,value pairs -- there's no way in the subroutine to determine that a hash was passed, as opposed to a simple list, or an

Re: [AIX] [gsar@ActiveState.com: v5.6.1 trial2 is available]

2001-02-23 Thread Jens-Uwe Mager
On Fri, Feb 23, 2001 at 12:11:41PM +0100, [EMAIL PROTECTED] wrote: to import symbols from the main program. The patch already does that in makedef.pl for the perl.exp file, but only on AIX 4.3 and above because the older AIX linkers do strange things if this option is used. I tried your

RE: [OT] (apache question) Working around MaxClients?

2001-02-23 Thread Stathy Touloumis
You could defined a different port in your img tags. Then you can start thttpd to bind to that port. You shouldn't have a problem binding to ports higher that 1024(?) I think. Unless they have done something to prevent this which is doubtful. Example: img

[Apache::ASP] Problems with SSI and XSLT

2001-02-23 Thread S.tygian B.lacksmith S.tudios
Hello, I've been having some troubles with the SSI and XSLT examples in the /eg/ directory in my Apache::ASP installation: the SSI example works to a point, but there's an extra opening comment tag ("!--") that appears at the end of the file, after the closing tag for the html element. The XSLT

[ANNOUNCE] ApacheBench 0.60

2001-02-23 Thread Adi Fairbank
The uploaded file ApacheBench-0.60.tar.gz has entered CPAN as file: $CPAN/authors/id/A/AD/ADIRAJ/ApacheBench-0.60.tar.gz size: 51190 bytes md5: e2325d7f89e32fecb6f76643ae38f7ed No action is required on your part Request entered by: ADIRAJ (Adi Fairbank) Request entered on: Fri, 23

[ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-23 Thread Paul Kulchenko
Apache::SOAP provides SOAP server functionality by simply adding couple of line in .htaccess or .conf file. Based on SOAP::Lite module, hence inherits all functionality, like, for example, compression on wire introduced in last version. For now released as part of SOAP::Lite module. Is there

path_info *again*! help!!!

2001-02-23 Thread Pierre Phaneuf
So I have this very clean Red Hat 7.0 system: [root@tetine httpd]# rpm -V apache mod_perl [root@tetine httpd]# I download the Apache::TreeBrowser module from http://modperl.com/ and put the TreeBrowser.pm file in /etc/httpd/Apache (which I just created). At the very end of

Re: [Apache::ASP] Problems with SSI and XSLT

2001-02-23 Thread Joshua Chamas
"S.tygian B.lacksmith S.tudios" wrote: Hello, I've been having some troubles with the SSI and XSLT examples in the /eg/ directory in my Apache::ASP installation: the SSI example works to a point, but there's an extra opening comment tag ("!--") that appears at the end of the file, after

Re: [ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-23 Thread Gunther Birznieks
Hmmm, I am under the impression that the DevelopMentor stuff has a mod_perl SOAP Handler (although I was never able to get it to work) so calling this one Apache::SOAP in the official name space seems a difficult sell unless you are dedicated to supporting the full SOAP API (not sure what

Re: [ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-23 Thread Paul Kulchenko
Hi, Gunther! --- Gunther Birznieks [EMAIL PROTECTED] wrote: Hmmm, I am under the impression that the DevelopMentor stuff has a mod_perl SOAP Handler (although I was never able to get it to work) so calling this one Apache::SOAP in the official name space seems a difficult sell unless