Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Thomas Klausner
Hi! On Sat, Feb 15, 2003 at 12:07:28PM +0530, Devi .M wrote: > After authentication I have to redirect to > another page,if the user and passwd is right. I am able to view my HTML > page also correctly but below the page the following message is displayed. > When I checked the error.log , there

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Devi .M
On Fri, 14 Feb 2003, Thomas Klausner wrote: > You'll have to download Apache::Session (and probably a lot of other usefull > modules) seperatly from CPAN, http://www.cpan.org (though I prefer > http://search.cpan.org) Thanks, I was able to install the Apache::Session. Now I wrote a program for au

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Enrico Sorcinelli
On Fri, 14 Feb 2003 15:52:35 +0530 (IST) "Devi .M" <[EMAIL PROTECTED]> wrote: > Hello all, > Thanks for all ur reponses. With all ur suggestions and > comparisons, I have decided to use mod_perl [...] Good! ;-) > Now I tried authenticating the user, where I have to maintain > separat

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Valerio_Valdez Paolini
On Fri, 14 Feb 2003, Devi .M wrote: > Now I tried authenticating the user, where I have to maintain > separate session for each user. When I saw how to do session management in > mod_perl a module called Apache::Session was told. But when I tried it, > that module was missing in my mod_perl

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Thomas Klausner
Hi! On Fri, Feb 14, 2003 at 03:52:35PM +0530, Devi .M wrote: > Now I tried authenticating the user, where I have to maintain > separate session for each user. When I saw how to do session management in > mod_perl a module called Apache::Session was told. But when I tried it, > that module w

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Devi .M
Hello all, Thanks for all ur reponses. With all ur suggestions and comparisons, I have decided to use mod_perl and also wrote a sample program on it which worked fine. I have installed apache-1.3.27 and mod_perl-1.27. Now I tried authenticating the user, where I have to maintain se

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-13 Thread Huili_Liu
Devi, There are many reasons for you to select one of them such as - if you are looking for an easy way to present your contents, try PHP. - if you are an expert on Perl/CGI, of course, you would like use Perl/CGI - if you are put more attention on traffic/speed, you can try Mod_perl. - Aga

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-13 Thread Jeff AA
> DM> Hello All, > DM> We have a server running in a Linux machine, now we would like to > DM> present the data in a browser using HTML interface. Can anyone suggest me > DM> which is the best one (CGI or PHP or modperl) to develop for web > DM> programming and also their advantages and d

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-13 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 DM> Hello All, DM> We have a server running in a Linux machine, now we would like to DM> present the data in a browser using HTML interface. Can anyone suggest me DM> which is the best one (CGI or PHP or modperl) to develop for web DM> programmi