when php fails dont send php files - apache config
As you know if anything happens to php running with apache, php files will be send to page viewer browser. That is very dangerous because php files usually have all passwords in itself.Is there any way to prevent such scenario? Is there any way to configure in httpd.conf that if php somehow fails to NEVER send .php .inc files, but to parse it server side?