[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: I need a little help



 == "Didier Caamano" <blood_omen_666@hotmail.com> writes:

> Is not that I don't want to share or soimething like that, is just I
> have some scripts that need to be part of the web page code but they
> compromise in some ways the security  of the site and the privacy of
> those who are part/members of the organization.

Ah-- scripts, that's different.  Most of the answers you've been getting
have to do with HTML code.

Are these CGI scripts?  It is possible to set up apache so that CGI
scripts are not viewable in source code form.  Generally, that involves
putting the CGI scripts in their own directory; have you done this
already?  Also, SSI-parsed scripts generally do not leave the server in
raw form, but only in parsed form.  That's a matter of writing your
scripts carefully.  If you have security information that you need to
use in a script on the server side but you don't want to go out, putting
it in a separate CGI script is probably going to be a better bet.

-Rob

-- 
-=-=-= Rob Knop =-= rknop@pobox.com =-= http://www.pobox.com/~rknop =-=-=-
     Help the EFF protect basic freedoms online: http://www.eff.org
 Playwrights & theatre types, see The Dramatic Exchange: http://www.dramex.org



Reply to: