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]
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
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
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(
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
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
>
>
> > 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
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
> > 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
[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
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
11 matches
Mail list logo