ServerName www.dploy.org ServerAlias dploy.org ServerAdmin webmaster@dploy.org DocumentRoot /prj/www/html/dploy CustomLog /var/log/httpd/www.dploy.org/access_log combined Errorlog /var/log/httpd/www.dploy.org/error_log RewriteEngine On RewriteRule ^/index\.html$ /index.shtml RewriteRule ^/$ /index.shtml DirectoryIndex index.shtml Options -Indexes +MultiViews +FollowSymLinks +Includes AllowOverride None Require all granted Options +Indexes +MultiViews +FollowSymLinks AllowOverride None Require all granted AllowOverride All Options +ExecCGI +FollowSymLinks Require all granted ServerName ftp.dploy.org DocumentRoot /prj/ftp CustomLog /var/log/httpd/www.dploy.org/access_log combined Errorlog /var/log/httpd/www.dploy.org/error_log Options +Indexes +MultiViews +FollowSymLinks AllowOverride None Require all granted ServerName trac.dploy.org DocumentRoot /prj/www/html/dploy DefaultInitEnv TRAC_ENV "/prj/trac/ploy.env" ServerAdmin webmaster@dploy.org CustomLog /var/log/httpd/www.dploy.org/access_log combined Errorlog /var/log/httpd/www.dploy.org/error_log AllowOverride All Options +ExecCGI +FollowSymLinks Require all granted ScriptAlias / "/var/www/cgi-bin/trac.fcgi/" ServerName www1.dploy.org ServerAdmin webmaster@dploy.org DocumentRoot /prj/www/html/dploytest CustomLog /var/log/httpd/www1.dploy.org/access_log combined Errorlog /var/log/httpd/www1.dploy.org/error_log Options -Indexes +MultiViews +FollowSymLinks +Includes AllowOverride None Require all granted