<VirtualHost *:80> ServerName %%fqdn%% DocumentRoot "%%document_root%%" AssignUserId #%%UID%% #%%GID%% <Directory "%%document_root%%"> php_admin_value open_basedir "%%account_root%%:/usr/share/php/:/var/alternc/tmp:/tmp" php_admin_value upload_tmp_dir %%document_root%%/tmp php_admin_value sendmail_path '/usr/lib/alternc/sendmail ' Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch AllowOverride AuthConfig FileInfo Limit Options Indexes </Directory> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc CustomLog /var/log/apache2/access.log alternc </VirtualHost>