ServerAdmin webmaster@test.local DocumentRoot X:/var/www/vhosts/test/httpdocs/ ServerName test.local #LogLevel debug ErrorLog X:/var/www/vhosts/test/logs/error.log CustomLog X:/var/www/vhosts/test/logs/access.log combined #PassEnv TEMP #PassEnv TMP RewriteLog "X:/var/www/vhosts/test/logs/mod_rewrite.log" RewriteLogLevel 2 Options +Includes +Indexes AllowOverride All DirectoryIndex index.html index.shtml AddType text/html .shtml .html AddOutputFilter INCLUDES .shtml .html XBitHack on Options +ExecCGI +FollowSymlinks SetHandler cgi-script RewriteEngine On Allow from all Alias /cgi-bin/ X:/var/www/vhosts/test/httpdocs/cgi-bin/ DirectoryIndex index.html index.pl index.cgi Options +ExecCGI +FollowSymlinks SetHandler cgi-script Options +Indexes Alias /perl/ X:/var/www/vhosts/test/httpdocs/perl/ Options +ExecCGI +FollowSymlinks SetHandler perl-script Alias /fcgi-bin/ X:/var/www/vhosts/test/httpdocs/fcgi-bin/ SetHandler fcgid-script Options +ExecCGI +FollowSymlinks DirectoryIndex index.fpl index.fcgi ExpiresActive On ExpiresDefault "access plus 1 weeks" ExpiresByType text/html "access plus 2 hours" ExpiresByType application/xhtml+xml "access plus 2 hours" ExpiresByType text/xml "modification plus 1 days" ExpiresByType application/xml "modification plus 1 days" ExpiresByType application/rss+xml "modification plus 1 days" ExpiresByType video/quicktime "access plus 1 months" ExpiresByType audio/mpeg "access plus 1 months" ExpiresByType application/pdf "access plus 1 weeks" ExpiresByType application/ps "access plus 1 weeks"