/etc/apache2/modules.d/00_default_settings.conf
/etc/httpd/conf/httpd.conf
/usr/local/apache/conf/httpd.conf
IndexOptions FancyIndexing NameWidth=* SuppressDescription ServerTokens Prod TraceEnable off ServerSignature Off HostnameLookups Off EnableMMAP On EnableSendfile On FileEtag INode MTime Size ContentDigest On
It would be better if they were in php.ini or using ini_set()
in code.
<IfModule mod_php5.c> php_value include_path ".:/usr/local/lib/php" </IfModule
AddType text/html .php .phps AddHandler php-fastcgi .php .htm .html .js AddHandler php-fastcgi-source .phps Action php-fastcgi /cgi-bin/php.fcgi Action php-fastcgi-source /cgi-bin/phps.fcgi DirectoryIndex index.php index.html
NameVirtualHost *:80 NameVirtualHost *:443