2011-03-06 15:33:51 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerName %%fqdn%%
|
|
|
|
DocumentRoot "%%document_root%%"
|
2012-08-21 18:25:56 +00:00
|
|
|
AssignUserId #%%UID%% #%%GID%%
|
|
|
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
2011-03-06 15:33:51 +00:00
|
|
|
|
|
|
|
<Directory "%%document_root%%">
|
2012-08-23 08:15:32 +00:00
|
|
|
php_admin_value open_basedir "%%account_root%%:/usr/share/php/"
|
2013-02-28 12:56:24 +00:00
|
|
|
php_admin_value upload_tmp_dir %%account_root%%/tmp
|
2012-10-15 09:07:00 +00:00
|
|
|
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
|
2013-10-23 15:07:47 +00:00
|
|
|
php_admin_flag mail.add_x_header on
|
2011-05-29 11:58:58 +00:00
|
|
|
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
2011-04-26 18:36:19 +00:00
|
|
|
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
2011-03-06 15:33:51 +00:00
|
|
|
</Directory>
|
|
|
|
|
|
|
|
</VirtualHost>
|
2012-08-21 18:25:56 +00:00
|
|
|
|