Perrin Harkins wrote:
On Wed, 2005-11-02 at 17:19 -0600, Michael Preslar wrote:
Server version: Apache/2.0.40
[...]
What version of mod_perl? Not sure. CPAN wants me to upgrade to 1.29
Nothing in the 1.x mp series will run on the 2.x apache series. You can
find out what version you have
Michael Preslar wrote:
[EMAIL PROTECTED] conf]# /usr/sbin/httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
(so mod_perl is not compiled in)
I assume that means it Dynamic.
Check your AddModule/LoadModule lines and be sure it _IS_ loaded.
... works.. So I know mod_perl i
On Wed, 2005-11-02 at 17:19 -0600, Michael Preslar wrote:
> Server version: Apache/2.0.40
[...]
> What version of mod_perl? Not sure. CPAN wants me to upgrade to 1.29
Nothing in the 1.x mp series will run on the 2.x apache series. You can
find out what version you have by printing $ENV{MOD_PERL}
First.. This is my first post to the list.. I hope that I'm not asking
something thats already been answered. If I have, please point me in the
right direction, and I'll gratefully go where needed. And sorry for the
length of the email.. I tried to be as verbose as I could so if someone
could h
Rob Saunders wrote:
Hi,
I'm using Mason to dynamically create templated web-pages and this is
all working okay, adding headers/footers/menus etc... via the
autohandler and "$m->call_next" for the content.
However, I also have a number of inherited PHP scripts, the output of
which I'd also like
Hi,
I'm using Mason to dynamically create templated web-pages and this is
all working okay, adding headers/footers/menus etc... via the
autohandler and "$m->call_next" for the content.
However, I also have a number of inherited PHP scripts, the output of
which I'd also like to format using my
> Yes, the more I got into researching specifics today, finding lots of
> seemingly conflicting advice, the more I can see the need for in-depth
> help.
if you stick to perl.apache.org and the resources listed there you are
unlikely to suggestions that are too far apart.
> I'll definitely be ge
To: [EMAIL PROTECTED]
Subject: Re: [QUESTION] Newbie getting started with mod_perl on a
production server = trouble?
"Geoffrey Young" <[EMAIL PROTECTED]> wrote
> you should really start with one of the books dedicated to mod_perl,
as it
> is there that you will find explanatio
"Geoffrey Young" <[EMAIL PROTECTED]> wrote
> you should really start with one of the books dedicated to mod_perl,
as it
> is there that you will find explanations from the people most
familiar with
> the technology.
Yes, the more I got into researching specifics today, finding lots of
seemingly c
in additon to the suggestions made by thomas...
> 2) Would the mod_perl installation affect more than just the one
> directory designated to run mod_perl scripts? IOW, would my other
> scripts, now running in the cgi-bin, be affected in any way? I figured
> on using an extension specific to mod_pe
Hi!
On Wed, Feb 18, 2004 at 12:36:36PM -0500, [EMAIL PROTECTED] wrote:
> I would like to start using mod_perl12, and I'm confident that I can
is this mod_perl1 or mod_perl2 (for Apache 1.x or 2.x)
Anyway, take a look at this section of the docs:
http://perl.apache.org/docs/1.0/guide/install.htm
Hello all,
I'm new to the list, and I apologize if these questions seem too
elementary, but I did not seem to be able to find definitive answers
elsewhere.
I would like to start using mod_perl12, and I'm confident that I can
figure out how to get it up and running (with plenty of written
instruct
Check out Apache::Sandwich if you need inspiration, it does just that.
http://search.cpan.org/~vkhera/Apache-Sandwich/
On Tue, 2004-02-10 at 12:23 +, Rob Saunders wrote:
> Hi,
>
> I'm a newbie to Apache and mod_perl, so my apologies if this question is
> directed at the wrong audience. (Poi
Hi,
I'm a newbie to Apache and mod_perl, so my apologies if this question is
directed at the wrong audience. (Pointers and other list recommendations
also welcome).
I'm running Apache 1.3.29 and mod_perl 1.29 on an intel based PC running
RH9 with kernel 2.6.2.
I'm trying to chain handlers to
14 matches
Mail list logo