Thread: Security in PHP
View Single Post
  #153 (permalink)  
Old 07-22-2008, 11:42 PM
Daccara Daccara is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 8
Daccara is on a distinguished road
Default Re: Security in PHP

When PHP installed as CGI the following cases to be considered
* only public files served
* using --enable-force-cgi-redirect
or

A good way to ensure that security.inc is always included at the top of every PHP script is to use the auto_prepend_file directive.
__________________
web design
Free Templates

Last edited by Daccara : 07-22-2008 at 11:44 PM.
Reply With Quote