I'm trying to get some per-request stats for the entire request, not just the response phase, and Apache::Scoreboard looked like it would do the job. However,...
63736
Matthew Berk
matthew@...
Mar 2, 2005 5:36 pm
[JOB] About the position(s): Open List, Inc. is seeking talented, take-charge, SENIOR Perl engineers to improve and extend our core vertical search platform....
63735
Carl Johnstone
fade@...
Mar 2, 2005 5:18 pm
Hi, To explain exactly what is going on... The "Files" directive is an *apache* not mod_perl directive. You can use it within apache to define specific rules...
63734
Perrin Harkins
perrin@...
Mar 2, 2005 5:16 pm
On Wed, 2005-03-02 at 08:36 -0800, Goehring, Chuck, RCI - San Diego ... It just checks the modification time to see if it should be re-parsed. It doesn't...
63733
Goehring, Chuck, RCI ...
cgoehring@...
Mar 2, 2005 4:44 pm
Well, when I use cgis that run under Registry, if I modify a pm file, I have to restart the web server before I see changes. If I modify the top level cgi, I...
63732
Perrin Harkins
perrin@...
Mar 2, 2005 4:27 pm
On Wed, 2005-03-02 at 08:16 -0800, Goehring, Chuck, RCI - San Diego ... Not to gang up on you, Chuck, but the question was about running things under...
63731
Perrin Harkins
perrin@...
Mar 2, 2005 4:18 pm
... If you change hello.cgi to *.cgi, then all files ending in .cgi will be run through Apache::Registry. Is that what you were looking for? - Perrin...
63730
Goehring, Chuck, RCI ...
cgoehring@...
Mar 2, 2005 4:17 pm
Yeah, you win. But my point was that making a module is the way to reduce parsing. An ordinary cgi script would be parsed every time regardless of the...
63729
Tom Schindl
tomAtLinux@...
Mar 2, 2005 3:52 pm
... Since when is that the case. You can of course use the Files-directive to tell Apache that it should not use the default content handler but instead your...
63728
Barry Hoggard
barry@...
Mar 2, 2005 3:34 pm
... I've used Mason with a DSO mod_perl in 1.x and 2.x without problems. -- Barry Hoggard Tristan Media LLC w: www.tristanmedia.com yahoo/aim: hoggardb...
63727
Roman
roman2k@...
Mar 2, 2005 3:19 pm
Hi all, Is it possible to dynamically create VirtualHost39;s using mod_perl, taking the value of each directive in a database ? If it is, how can I do exactly...
63726
Goehring, Chuck, RCI ...
cgoehring@...
Mar 2, 2005 3:01 pm
Jain, If you are using mod_perl (Registry) and the bulk of the code can be moved to module files, minimizing of parsing is automatic. When the code is in...
63725
Markus Wichitill
mawic@...
Mar 2, 2005 2:56 pm
... mod_perl always caches everything it executes, whether you want it or not. Files/Directory/Location blocks are just possible ways to specify what it is ...
63724
Jain, Abhay K, ALABS
jainabhay@...
Mar 2, 2005 2:52 pm
... From: Sean Davis [mailto:sdavis2@...] Sent: Wednesday, March 02, 2005 9:43 AM To: Jain, Abhay K, ALABS Cc: modperl@... Subject: Re:...
63723
Sean Davis
sdavis2@...
Mar 2, 2005 2:44 pm
... I don't think just a files directive will do it. You probably need to read--it is worth the read: http://perl.apache.org/docs/1.0/guide/porting.html Sean...
63722
Jain, Abhay K, ALABS
jainabhay@...
Mar 2, 2005 2:37 pm
I just compiled mod_perl 1.29 with apache. As I understand from the documentation that with use of directive "Files", Apache caches the perl cgi code so that...
63721
Kurt Hansen
khansen@...
Mar 2, 2005 2:28 pm
Hello, ... That recommendation is for mod_perl1 and does not necessarily apply to mod_perl2, I believe. I've been using a dynamically linked mp2 and Mason for...
63720
Stas Bekman
stas@...
Mar 2, 2005 1:20 pm
... [...] ... Alexander, it has nothing to do with mod_perl, but the particular test. Take a look at t/response/TestApache/util.pm, it already tries to deal ...
63719
Alexander Godyaev
alexander.godyayev@...
Mar 2, 2005 8:44 am
L<@L<@-----8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I make test for mod_perl and get error in some test (make test...
63718
David Hodgkinson
daveh@...
Mar 1, 2005 10:01 pm
... httpd -l Try it as a dso. on recent builds it should be fine. -- Dave Hodgkinson CTO, Rockit Factory Ltd. http://www.rockitfactory.com/ Web sites for rock...
63717
Gokul P. Nair
gpnair78@...
Mar 1, 2005 9:58 pm
how do i find out if mod_perl is statically linked to apache or dynamically? the reason i need to know this is because in order to install HTML::Mason, it is ...
63716
Damon Buckwalter
buckwad@...
Mar 1, 2005 9:49 pm
Greetings, I use mod_perl 2 on a Debian Linux system, from the Debian supplied package. I also use ext3 and jfs filesystems, which provide ACL capabilites for...
63715
Jonathan Vanasco
jvanasco@...
Mar 1, 2005 6:44 pm
I'm in need of a 'good' method to limit files uploaded via mod_perl2 ( to photos of gif/jpg/png 100k or less) How have others approached this? I haven't found...
63714
Gavin Henry
ghenry@...
Mar 1, 2005 5:03 pm
<quote who="Chris Croome"> ... Many thanks, I'll try this tonight. -- Just getting into the best language ever... Fancy a yourname@...? Just ask!!!...
63713
Chris Croome
chris@...
Mar 1, 2005 4:46 pm
Hi ... You need to tell apache which file to serve as a directory index: DirectoryIndex index.pl ...
63712
Gavin Henry
ghenry@...
Mar 1, 2005 4:36 pm
Dear all, I have been reading http://perl.apache.org and http://modperlbook.org/ and I understand the Apache::Registry parts of the docs, i.e. enabling say ...
63711
David Wright
dave@...
Mar 1, 2005 2:47 pm
... As long as first you do: use Apache::RequestUtil (); I think. dave...
63710
Ian Joyce
ian.joyce@...
Mar 1, 2005 2:43 pm
... $r->location --Ian...
63709
Jozef Kosoru
zyzstar@...
Mar 1, 2005 2:40 pm
Hello, Let's assume that we have these lines in the apache config: <Location /my/location> SetHandler modperl PerlResponseHandler MyApp::Handler </Location> ...
63708
Silvio Wanka
Silvio.Wanka@...
Mar 1, 2005 10:49 am
... 1. the shared library list of /post/opt/oracle9.2/lib32//libclntsh.sl.9.0 must also contain /usr/lib/libpthread.1 and /usr/lib/libcl.2 2. the shared...