Re: Apache and perl CGI

2007-12-03 Thread Misko
Thanks that was the info I was looking for. Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Apache and perl CGI

2007-12-03 Thread Patter
On Mon, 03 Dec 2007 16:40:16 +0100, Bogart Salzberg wrote: > Perl has a "taint" mode (add switch "-T" to the command line or > shebang line, as in "#!/usr/bin/perl -T"). The taint mode, I think, > prevents user input from being used in unsafe operations until it is > filtered by a regular exp

Re: Apache and perl CGI

2007-12-03 Thread Bogart Salzberg
Perl has a "taint" mode (add switch "-T" to the command line or shebang line, as in "#!/usr/bin/perl -T"). The taint mode, I think, prevents user input from being used in unsafe operations until it is filtered by a regular expression. Taint mode is not as comprehensive as PHP's safe mode. T

Apache and perl CGI

2007-12-02 Thread Misko
I am starting creating pages with perl and have some question. I want to know if perl has something similar to PHPs safe mode. Especialy if there are some limitation for how long script can run (PHP has usually 30 second limit) and if perl can have disabled some features (as fsocketopen() and mail(

Re: Apache and perl cgi problem

2000-06-15 Thread jose laverde
To: debian-user@lists.debian.org Subject: Apache and perl cgi problem Date: Thu, 15 Jun 2000 09:27:16 +0200 Hello I have a little problem with Apache and the execution of the cgi-script. I have already set the ScritpAlias and it work fine. Now I'd like to have under the public_html dir of

Re: Apache and perl cgi problem

2000-06-15 Thread John Pearson
On Thu, Jun 15, 2000 at 09:27:16AM +0200, [EMAIL PROTECTED] wrote > Hello > > I have a little problem with Apache and the execution of the cgi-script. > > I have already set the ScritpAlias and it work fine. Now I'd like to > have under the public_html dir of one user (my user) a directory tree >

Re: Apache and perl cgi problem

2000-06-15 Thread Ernest Johanson
> > > Now I'd like to > > > > have under the public_html dir of one user (my user) a directory tree > > > > wicht contain one entry for every project I am working on. > > > > Is this directory under the directory named in the ScriptAlias directive? > > No, but as I understand from the apache d

Re: Apache and perl cgi problem

2000-06-15 Thread gianluca
On Thu, Jun 15, 2000 at 11:30:29AM -0700, Ernest Johanson wrote: > > > > > I have already set the ScritpAlias and it work fine. > > What directory is your ScriptAlias set to? The directory is /home/www/cgi-bin, and it work fine. > Now I'd like to > > > have under the public_html dir of one u

Re: Apache and perl cgi problem

2000-06-15 Thread Ernest Johanson
> > I have already set the ScritpAlias and it work fine. What directory is your ScriptAlias set to? Now I'd like to > > have under the public_html dir of one user (my user) a directory tree > > wicht contain one entry for every project I am working on. Is this directory under the directory n

Re: Apache and perl cgi problem

2000-06-15 Thread Keith G. Murphy
[EMAIL PROTECTED] wrote: > > Hello > > I have a little problem with Apache and the execution of the cgi-script. > > I have already set the ScritpAlias and it work fine. Now I'd like to > have under the public_html dir of one user (my user) a directory tree > wicht contain one entry for every pro

Apache and perl cgi problem

2000-06-15 Thread gianluca
Hello I have a little problem with Apache and the execution of the cgi-script. I have already set the ScritpAlias and it work fine. Now I'd like to have under the public_html dir of one user (my user) a directory tree wicht contain one entry for every project I am working on. The problem is that