ServerAdmin webmaster@localhost
SuexecUserGroup default ftpuser
ServerName domain.tld
#ServerAlias more.domains.tld
DocumentRoot /var/www/default/domain/html
DirectoryIndex index.php index.html index.htm
Options FollowSymLinks
AllowOverride None
Order Deny,Allow
Deny from All
FCGIWrapper /var/www/php-fcgid-scripts/default/php-fcgid-starter .php
Options +ExecCGI
order allow,deny
allow from all
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/www/default/domain/log/apache_access.log combined
ErrorLog /var/www/default/domain/log/apache_error.log
ServerSignature On