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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
>
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
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.
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
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
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
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
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
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
26 matches
Mail list logo