Re: [Question / Newbie]

2005-11-02 Thread Philip M. Gollucci
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

Re: [Question / Newbie]

2005-11-02 Thread Philip M. Gollucci
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

Re: [Question / Newbie]

2005-11-02 Thread Perrin Harkins
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}

[Question / Newbie]

2005-11-02 Thread Michael Preslar
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

Re: [Question] Newbie: Apache::SubProcess to spawn PHP commands

2004-02-19 Thread Stas Bekman
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

[Question] Newbie: Apache::SubProcess to spawn PHP commands

2004-02-19 Thread Rob Saunders
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

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Geoffrey Young
> 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

RE: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread sagi
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

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread cyberintense
"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

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Geoffrey Young
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

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Thomas Klausner
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

[QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread cyberintense
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

Re: [QUESTION] Newbie: Chained Handlers with variable content type

2004-02-10 Thread Philippe M. Chiasson
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

[QUESTION] Newbie: Chained Handlers with variable content type

2004-02-10 Thread Rob Saunders
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