Apache::File

2006-08-21 Thread Jonathan Vanasco
Does anyone plan on porting Apache::File to Apache2 ? I'm using it in the Apache2::compat mode right now, but I feel uneasy using compat outside of my dev box I took a stab at porting the perl part of File and Symdump, but File has an xs component I know i can't handle myself.

Re: acceptable memory leaks?

2006-08-21 Thread Matt Sergeant
It does. But you may need: sub DBI::FIRSTKEY {} somewhere in your code. Not sure why. I'll ask Artur. On 21-Aug-06, at 5:48 PM, Jonathan Vanasco wrote: Devel::GC::Helper con: doesn't work with DBI installed

Re: acceptable memory leaks?

2006-08-21 Thread Philip M. Gollucci
Jonathan Vanasco wrote: > I just wanted to give the list an update on my recent exploits > > Devel::Cycle > Find memory cycles in objects > pro: > easy to integrate into mp2 handlers. > con: > it only detects one type of leak , which most people avoid > creating in the

Re: acceptable memory leaks?

2006-08-21 Thread Jonathan Vanasco
I just wanted to give the list an update on my recent exploits Devel::Cycle Find memory cycles in objects pro: easy to integrate into mp2 handlers. con: it only detects one type of leak , which most people avoid creating in the first place Devel::Lea

Re: dynamic loading

2006-08-21 Thread James Smith
For the project I work on many of our Modules derive from a common Root module which contains the following dynamic_use call which is exactly the same as a use line - but does not fail fatally if the module isn't there - it also nicely means that the code isn't loaded up front (as if all blocks of

Re: Getting internal server error when I run a simple CGI script

2006-08-21 Thread Randy Kobes
On Mon, 21 Aug 2006, Deepak Mallya wrote: Hi, I am trying to run a simple Perl CGI script and I get the following error..Can anyone help me on this As others have noted, this isn't a mod_perl problem. Help running cgi scripts is available at http://httpd.apache.org/docs/2.2/howto/cgi.html

Re: Getting internal server error when I run a simple CGI script

2006-08-21 Thread Philip M. Gollucci
Deepak Mallya wrote: Hi, I am trying to run a simple Perl CGI script and I get the following error..Can anyone help me on this This isn't really a mod_perl question, but I'm betting its because you need to do chmod 755 file or similiar. Also, make sure that /usr/bin/perl is a valid perl

RE: Getting internal server error when I run a simple CGI script

2006-08-21 Thread Garrett, Philip \(MAN-Corporate\)
Check your Apache error logs.  "More information about this error may be available in the server error log." From: Deepak Mallya [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 4:42 PMTo: modperl@perl.apache.orgSubject: Getting internal server error when I run a simple

Getting internal server error when I run a simple CGI script

2006-08-21 Thread Deepak Mallya
Hi, I am trying to run a simple Perl CGI script and I get the following error..Can anyone help me on this   Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] an

Re: Using "switch" in section.

2006-08-21 Thread Jeff Nokes
Hi, We have about 30 servers in our productin envrionment, and growing too. We use blocks in our configs, but we just use standard conditionals to do any switch/case decision trees (which is what Switch is doing under the hood anyway [http://faq.perl.org/perlfaq7.html#How_do_I_create_a_sw]. W

Re: dynamic loading

2006-08-21 Thread John ORourke
Arshavir Grigorian wrote: I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only being a

Re: dynamic loading

2006-08-21 Thread Philip M. Gollucci
Arshavir Grigorian wrote: Hi, I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only bei

RE: dynamic loading

2006-08-21 Thread Garrett, Philip \(MAN-Corporate\)
Arshavir Grigorian wrote: > Hi, > > I am wondering if anyone has experience with a framework for > dynamically loading certain modules into an application and executing > certain code based on whether a certain module is loaded (available or > not). By "dynamically", I do not mean loading run-time

dynamic loading

2006-08-21 Thread Arshavir Grigorian
Hi, I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only being able to safely exclude c

Re: PerlConfig

2006-08-21 Thread Philip M. Gollucci
Fred Moyer wrote: I have been struggling with the $PerlConfig, and @PerlConfig variables, only to find out that in the current release of Mod_Perl they are broken. In SVN this has aparently allready been corrected though. So: - When will we get 2.0.3? Probably before apachecon is my guess. It

Re: PerlConfig

2006-08-21 Thread Fred Moyer
I have been struggling with the $PerlConfig, and @PerlConfig variables, only to find out that in the current release of Mod_Perl they are broken. In SVN this has aparently allready been corrected though. So: - When will we get 2.0.3? Probably before apachecon is my guess. - What do I do in th

[Fwd: CPAN Upload: P/PG/PGOLLUCCI/Apache-DBI-1.03.tar.gz]

2006-08-21 Thread Philip M. Gollucci
1.03 08/21/2006 - MP1: Undefined subroutine &Apache2::Const::OK called at Apache/AuthDBI.pm line 906. Submitted by: [EMAIL PROTECTED] Reviewed by: Kevin A. McGrail (ThoughtWorthy Media, Inc.) - http://rt.cpan.org/Ticket/Display.html?id=20809 avoid a warnings caused by debug s

Re: Installation of mod_perl and apache on windows

2006-08-21 Thread Tom Schindl
Please do not compile it your own if you are a newbie use the prepackaged versions from here: Apache as msi-package: - http://httpd.apache.org/download.cgi mod-perl: - http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages - Tom Deepak Mallya schrieb: > Hi everyone, >

Re: Installation of mod_perl and apache on windows

2006-08-21 Thread Randy Kobes
On Mon, 21 Aug 2006, Deepak Mallya wrote: Hi everyone, Can anyone tell me how to install mod_perl and Apache on windows.I am having problems when I run the makefile.pl file.It asks me the path and when I enter it I get error.I tried entering it in every possible way considerin

RE: Apache::AuthDBI support

2006-08-21 Thread Garrett, Philip \(MAN-Corporate\)
Philip M. Gollucci wrote: > Garrett, Philip (MAN-Corporate) wrote: >> Hi guys, >> >> Is anyone here still supporting Apache::AuthDBI? I sent a bugfix >> patch last week and have had no reply whatsoever, so I'm wondering >> if I should contact Ask directly. > No, its me. > > I'll take care of it.

Installation of mod_perl and apache on windows

2006-08-21 Thread Deepak Mallya
Hi everyone, Can anyone tell me how to install mod_perl and Apache on windows.I am having problems when I run the makefile.pl file.It asks me the path and when I enter it I get error.I tried entering it in every possible way considering that '\' is escape for perl but I am still no

Re: Apache::AuthDBI support

2006-08-21 Thread Philip M. Gollucci
Garrett, Philip (MAN-Corporate) wrote: Hi guys, Is anyone here still supporting Apache::AuthDBI? I sent a bugfix patch last week and have had no reply whatsoever, so I'm wondering if I should contact Ask directly. No, its me. I'll take care of it. Sorry for the delay, P.S. It was only Fri

Apache::AuthDBI support

2006-08-21 Thread Garrett, Philip \(MAN-Corporate\)
Title: Apache::AuthDBI support Hi guys, Is anyone here still supporting Apache::AuthDBI?  I sent a bugfix patch last week and have had no reply whatsoever, so I'm wondering if I should contact Ask directly. Thanks, Philip

[OT?] UK mod_perl contractor/moonlighter possibly needed

2006-08-21 Thread John ORourke
Hi folks, hope this isn't too OT.. just dipping my toes in the water here. This may not happen (depends on funding) but I'd really like to know if there are any UK based mod_perl coders who are either contractors or fancy a bit of out-of-hours work, so I have a case to present to my business p

re: install mod perl on cygwin

2006-08-21 Thread David Burt
I am new to Mod_perl and have tried to install mod_per_1 (26-29), apache_1.3 (24-37), under cygwin 1.5.21-1, perl 5.8.7, Windows XP and always come up with make compile errors   Looked up www sites and see, that I am not alone, many find it difficult to compile/install mod_per using cygwi

PerlConfig

2006-08-21 Thread Krist van Besien
Hello, I have been struggling with the $PerlConfig, and @PerlConfig variables, only to find out that in the current release of Mod_Perl they are broken. In SVN this has aparently allready been corrected though. So: - When will we get 2.0.3? - What do I do in the mean time? I really need the @Pe