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

Re: Content compression FAQ

2003-07-13 Thread Stas Bekman
Slava Bizyayev wrote: Hi everyone, I've just updated the content at http://devl4.outlook.net/devdoc/FAQ/compression.html . It is supposed to be a final version, unless I missed something important. Great work, Slava. Please send the diff (or probably just the whole thing), or the URL where we