On Oct 24, 2007, at 9:01 PM, Randy Kobes wrote:
I misunderstood your question - I thought you were trying
to do this just under mod_perl, without CGI.pm. The
CGI::Apache2::Wrapper package and CGI.pm are intended
to give the same results, assuming the tests pass:
http://search.cpan.org/src/RKOBE
On Wed, 24 Oct 2007, Lev Lvovsky wrote:
On Oct 24, 2007, at 4:31 PM, Randy Kobes wrote:
The code in CGI::Apache2::Wrapper:
http://cpan.uwinnipeg.ca/htdocs/CGI-Apache2-Wrapper/CGI/Apache2/Wrapper.pm.html#Apache2_URI
provides a CGI-compatible url() method based on
Apache2::URI:
http://cpan.uwinn
What is fast to cook, good to eat is HTML::Template. No XML, easy
abstraction between your web designer and developer.
Tyler Bird wrote:
Hi List,
Hey I was wondering if there was any MVC framework that anybody on
this list could point
me to that work work well with mod_perl.
We are having d
Marilyn Burgess wrote:
> Hello,
>
> I'm running modperl2 on Debian from the libapache2-mod-perl2 debian package
> and I can't get the DirectoryIndex rule to work properly. I have the line
>
> DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
>
> in apache2.conf, and in the fil
On Oct 24, 2007, at 4:31 PM, Randy Kobes wrote:
The code in CGI::Apache2::Wrapper:
http://cpan.uwinnipeg.ca/htdocs/CGI-Apache2-Wrapper/CGI/Apache2/
Wrapper.pm.html#Apache2_URI
provides a CGI-compatible url() method based on
Apache2::URI:
http://cpan.uwinnipeg.ca/htdocs/mod_perl/Apache2/URI.
On Wed, 24 Oct 2007, Lev Lvovsky wrote:
judging by this thread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg15609.html
This might be an old question but I'm not entirely sure I understand the
answer spelled out in the response.
I have the following Location setting in my httpd.conf (vi
Hello,
I'm running modperl2 on Debian from the libapache2-mod-perl2 debian package
and I can't get the DirectoryIndex rule to work properly. I have the line
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
in apache2.conf, and in the file default in sites-available... nether se
judging by this thread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg15609.html
This might be an old question but I'm not entirely sure I understand
the answer spelled out in the response.
I have the following Location setting in my httpd.conf (via an
include file):
SetHandler perl-s
The following always works for me:
Run apache2(pre fork) with '-X' option under valgrind:
In my system it looks something like this:
valgrind --leak-check=full /usr/sbin/apache2 -X
If you are using any 'XS' based perl modules, it would show memory
leaks/errors, if any in any of the loaded shar
Catalyst is a MVC framework we can use with mod_perl
http://www.catalystframework.org/
On 10/24/07, Tyler Bird <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> Hey I was wondering if there was any MVC framework that anybody on this
> list could point
> me to that work work well with mod_perl.
>
> We ar
On 24 Oct 2007, at 17:26, Tyler Bird wrote:
Hi List,
Hey I was wondering if there was any MVC framework that anybody on
this list could point
me to that work work well with mod_perl.
We are having difficulty finding a good MVC framework for perl.
I have looked at HTML::Mason and the templ
Hi Tyler
> We are having difficulty finding a good MVC framework for perl.
>
> I have looked at HTML::Mason and the template toolkit today.
> I am not quite sure mason is a MVC framework. The template toolkit
> looks promising.
Neither TT or Mason are MVC frameworks, but they can be used to
prov
"Tyler Bird" <[EMAIL PROTECTED]> wrote...
> Hi List,
Hi Tyler,
> Hey I was wondering if there was any MVC framework that anybody on this
> list could point me to that work work well with mod_perl.
>
> We are having difficulty finding a good MVC framework for perl.
/me points you to -> CGI::Appl
there's a list here:
http://perl.apache.org/products/app-server.html
Adam
Quoting Tyler Bird <[EMAIL PROTECTED]>:
Hi List,
Hey I was wondering if there was any MVC framework that anybody on this
list could point
me to that work work well with mod_perl.
We are having difficulty finding a goo
Hi List,
Hey I was wondering if there was any MVC framework that anybody on this
list could point
me to that work work well with mod_perl.
We are having difficulty finding a good MVC framework for perl.
I have looked at HTML::Mason and the template toolkit today.
I am not quite sure mason is
On Oct 24, 2007, at 3:59 AM, Philippe M. Chiasson wrote:
Have you tried Apache::Leak?
http://search.cpan.org/~gozer/mod_perl-1.30/Leak/Leak.pm
Everything I've read about Apache::Leak says it points out lots of
false positives and can be a huge waste of time. Maybe I'll give it a
try anyw
On 10/24/07, John Siracusa <[EMAIL PROTECTED]> wrote:
> Well, if we trust register_cleanup() to clean up db connections and so on,
> why not trust it to reset globals too?
The problems I had involved unpredictable order of execution with
multiple cleanups. I'm fuzzy on the details though, since t
On 10/24/07 10:39 AM, Perrin Harkins wrote:
> In mod_perl 1, you can only store pnotes at a request level, so a
> subrequest has separate pnotes. This meant you would need to lookup
> the parent request ($r->main) to get your pnotes. In mod_perl 2, you
> have the option of using pnotes on a conne
On 10/23/07, John Siracusa <[EMAIL PROTECTED]> wrote:
> My problems were more along the lines of not realizing that an internal
> subrequest was happening, which (if memory serves) would end up clearing
> pnotes (or maybe my code was clearing/resetting pnotes when re-traversed for
> the subrequest)
Chetan Sarva wrote:
> Hey all,
>
> We've got an aging web app running on Apache/1.3.34 (Ubuntu) and
> mod_perl/1.29 which we know has several memory leaks --- apache has
> been crashing of late and we'd like to stop that. For the time being
> we're using Apache::SizeLimit but would like to a
Fred Moyer wrote:
> There was a recent sytems upgrade which probably caused this. Looking
> into it.
Yup, caused by a switch to a 64 bit OS.
A couple of CPAN packages need rebuilding, I am taking care of it.
Philippe M. Ch
21 matches
Mail list logo