Migration

This commit is contained in:
2016-02-21 01:33:05 +01:00
commit 6db8a86a48
386 changed files with 17311 additions and 0 deletions

38
0.7.1/daemon/system/vhost.tpl Executable file
View File

@@ -0,0 +1,38 @@
#DEBUT: {DOMAINE}
<VirtualHost *>
<Directory "{CHEMIN}">
AllowOverride All
Options -ExecCGI -MultiViews SymLinksIfOwnerMatch {INDEXE}
Order allow,deny
Allow from all
</Directory>
ServerName {DOMAINE}
DocumentRoot {CHEMIN}
#Configuration PHP
php_admin_value open_basedir "{BASEDIR}:/tmp/"
{MYSQL_DEFAUT_HOST}
{MYSQL_DEFAUT_USER}
{MYSQL_DEFAUT_PASS}
{TMP_DIR}
{SESSION}
{URL_FOPEN}
{URL_INCLUDE}
{DISPLAY_ERROR}
{SHORT_OPEN_TAG}
{SESSION_AUTO_START}
{MAGIC_QUOTE}
{REGISTER_GLOBAL}
# Logs
ErrorLog /var/www/logs/error/{DOMAINE}.log
CustomLog /var/www/logs/access/{DOMAINE}.log combined
CustomLog /var/www/logs/trafic/{DOMAINE}.log trafic
#Bridage
{BRIDAGE}
</VirtualHost>
#FIN: {DOMAINE}