jyrppa
2nd April 2005, 09:32 AM
I'm running apache 2 and php5 on Fedora Core 3. Both installed from rpms.
Is there some basic stuff that should be setted in /etc/httpd/conf.d/php.conf
for security reasons? at the moment I have default configuration file :
----------------------------
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
----------------------------
Is there some basic stuff that should be setted in /etc/httpd/conf.d/php.conf
for security reasons? at the moment I have default configuration file :
----------------------------
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
----------------------------