https://issues.apache.org/bugzilla/show_bug.cgi?id=48441
--- Comment #3 from John <[email protected]> 2009-12-25 07:45:39 UTC --- Before I forget, my config file. It is a standard file slightly modified to suit my needs. ServerRoot "/usr/local/apache" Listen 80 ServerSignature Off ServerTokens Prod LoadModule php5_module modules/libphp5.so <IfModule !mpm_netware_module> <IfModule !mpm_winnt_module> User apache Group apache </IfModule> </IfModule> ServerAdmin <removed for spambots> ServerName 94.75.206.140:80 DocumentRoot "/srv/domains" <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> <Directory "/srv/domains"> Options FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> <IfModule dir_module> DirectoryIndex index.html index.php </IfModule> <FilesMatch "^\.ht"> Order allow,deny Deny from all Satisfy All </FilesMatch> ErrorLog "/var/log/httpd/error_log" LogLevel debug <IfModule log_config_module> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common <IfModule logio_module> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio </IfModule> </IfModule> <IfModule alias_module> ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/" </IfModule> <Directory "/usr/local/apache/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> DefaultType text/plain <IfModule mime_module> TypesConfig /etc/httpd/mime.types AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType application/x-compress .Z AddType application/x-gzip .gz .tgz </IfModule> Include /etc/httpd/extra/httpd-vhosts.conf <IfModule ssl_module> SSLRandomSeed startup builtin SSLRandomSeed connect builtin </IfModule> <IfModule mod_deflate.c> SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI \\.(?:gif|jpe?g|png|rar|zip)$ no-gzip dont-vary # Header append Vary User-Agent env=!dont-vary </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpeg "access plus 2 months" ExpiresByType image/png "access plus 2 months" ExpiresByType image/gif "access plus 2 months" ExpiresByType text/html "access plus 2 hours" ExpiresByType text/css "access plus 1 month" AddType image/vnd.microsoft.icon .ico ExpiresByType image/vnd.microsoft.icon "access plus 3 months" </IfModule> <IfModule mod_disk_cache.c> CacheRoot /var/cache/httpd CacheDirLength 2 </IfModule> <IfModule mod_cache.c> CacheEnable disk / CacheDisable /textpattern CacheDisable /images CacheDefaultExpire 86400 CacheIgnoreCacheControl On CacheIgnoreHeaders Set-Cookie </IfModule> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
