Apache problems

2003-07-25 Thread Kates Gasis
Hello perl gurus I have a problem with my apache webserver. If I install mod_perl or mod_ssl or php4 my cgi scripts stops working. Funny thing is when I restore the original httpd.conf, the problem persist. I tried rebooting my machine but with no effect. The only solution is to uninstall apache a

Re: return(bless $rant, $class) || Fwd: PHP vs Perl

2003-07-25 Thread Ovid
--- drieux <[EMAIL PROTECTED]> wrote: > Great Questions! > > MVC - Model,View,Controller > > it is a design pattern, a way of 'looking at' > the problem and understanding which parts belong where. > > 1&q=Model%2CView%2CController&btnG=Google+S

Re: htaccess and CGI Perl passwording

2003-07-25 Thread Ramon Chavez
About the use of cookies for tracking user sessions, you can try Apache::Session or CGI::Session in CPAN. -rm- - Original Message - From: "Gordon Low" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 11:43 PM Subject: htaccess and CGI Perl passwording > > Wondere

Re: htaccess and CGI Perl passwording

2003-07-25 Thread zentara
On Fri, 25 Jul 2003 14:43:36 +1000, [EMAIL PROTECTED] (Gordon Low) wrote: > >Wondered if someone can help, am floundering about trying to work out >whether to use htaccess or a database type solution in order to restrict >access to my personal website. > >Have looked at perl module Apache::Htacce

Re: .htaccess

2003-07-25 Thread Teddy
No, as far as I know you cannot deny some addresses with .htaccess only for some forms, but for the entire page. This is wrong because nobody will be able to see the web pages. To deny the access to a perl script which is activated by a form you will need to check the REMOTE_ADDR and the REMOTE_HO

Re: return(bless $rant, $class) || Fwd: PHP vs Perl

2003-07-25 Thread Teddy
Please tell me what MVC means. Thanks. Teddy - Original Message - From: Camilo Gonzalez <[EMAIL PROTECTED]> To: drieux <[EMAIL PROTECTED]> Cc: cgi cgi-list <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 7:46 AM Subject: Re: return(bless $rant, $class) || Fwd: PHP vs Perl > drieux wro

Re: return(bless $rant, $class) || Fwd: PHP vs Perl

2003-07-25 Thread drieux
On Thursday, Jul 24, 2003, at 21:46 US/Pacific, Camilo Gonzalez wrote: [..] Okay, this is a beginner's list. What the hell is MVC? How do you hash an algorithm? Great Questions! MVC - Model,View,Controller it is a design pattern, a way of 'looking at' the problem and understanding which parts bel