Title: RE: Apache and PHP

Thanks, all.  The .inc files I am using are from ACID for Snort.  I am having difficulty getting the acid_main.php to display and I have tracked it down to the .inc files that are called from include statements within acid_main.php.  

-----Original Message-----
From: Gordon Messmer
To: [EMAIL PROTECTED]
Sent: 8/31/2002 11:44 AM
Subject: Re: Apache and PHP

On Sat, 2002-08-31 at 06:20, David Kramer wrote:
>
> .inc files are supposed to be included into .php files, not served
> directly.  This is dangerous, as more comples PHP applications often
have
> private information in them about the system they run on.

...Which brings up this point, too:  any files, php or otherwise, which
contain sensitive information (SQL passwords, etc) are best stored
outside of the HTTP root, where no URL can get them, and only used as
includes.




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to