RE: must I use mod-perl

2003-07-23 Thread Denis
Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 12:41 PM To: Oskar Cc: [EMAIL PROTECTED] Subject: Re: must I use mod-perl On Sun, 2003-07-13 at 16:53, Oskar wrote: Install it if you have a lot of time. It took me week to config it and month for rewritting

Re: must I use mod-perl

2003-07-14 Thread Ged Haywood
Hi there, On Sun, 13 Jul 2003, Dennis Stout wrote: I downloaded source for Apache, PHP, and mod_perl and compiled it all and had it working in about the time it took to download it + compile time + about 5 minutes. There is no config to mod_perl really. Either it's there or it isn't.

Re: must I use mod-perl

2003-07-14 Thread Perrin Harkins
On Sun, 2003-07-13 at 16:53, Oskar wrote: Install it if you have a lot of time. It took me week to config it and month for rewritting scripts. Oskar, Is there something specific that would have helped you get going faster? Did you find the documentation you needed? - Perrin

Re: must I use mod-perl

2003-07-14 Thread Les Mikesell
From: Oskar [EMAIL PROTECTED] Install it if you have a lot of time. It took me week to config it and month for rewritting scripts. A RedHat 7.3 install with current updates should run mod_perl nicely with only the changes to httpd.conf to load the dso and use it as a handler. However, as to

Re: must I use mod-perl

2003-07-13 Thread Ged Haywood
Hello there, On Sun, 13 Jul 2003, Bulba007 wrote: When must I to use mod_perl? It is necessary? No, it's not necessary. You may want to use mod_perl if you want to use Perl scripting with the Apache Web server. At the expense of some complexity, especially in the installation and

Re: must I use mod-perl

2003-07-13 Thread Mustafa Tan
Hi Bulba007, You should use mod_perl when and if your CGI need is more complex than a set of CGI scripts. For example you need better performance, better control of the whole process, such as authorization, authentication, etc.., you need to implement real sound web applications, etc... mod_perl

Re: must I use mod-perl

2003-07-13 Thread Oskar
Install it if you have a lot of time. It took me week to config it and month for rewritting scripts. Oskar

Re: must I use mod-perl

2003-07-13 Thread Adrian Howard
On Sunday, July 13, 2003, at 09:53 pm, Oskar wrote: Install it if you have a lot of time. It took me week to config it and month for rewritting scripts. YMMV of course. My first mod_perl installation took less than a day. If you're familiar with compiling Apache and apache modules it

Re: must I use mod-perl

2003-07-13 Thread Dave Rolsky
On Sun, 13 Jul 2003, Oskar wrote: Install it if you have a lot of time. It took me week to config it and month for rewritting scripts. If you're using a system that has some sort of packages, then there are probably mod_perl packages for it. Installing mod_perl on a Debian GNU/Linux systems

Re: must I use mod-perl

2003-07-13 Thread Dennis Stout
Install it if you have a lot of time. It took me week to config it and month for rewritting scripts. If you're using a system that has some sort of packages, then there are probably mod_perl packages for it. Installing mod_perl on a Debian GNU/Linux systems takes about as long as the