almost finished, need some tests

This commit is contained in:
Bachir Soussi Chiadmi
2015-01-06 00:43:26 +01:00
parent 3a6dd52445
commit 622a90d12c
5 changed files with 114 additions and 6 deletions

8
example.org.conf Normal file
View File

@@ -0,0 +1,8 @@
<VirtualHost *:80>
ServerAdmin webmaster@example.org
ServerName example.org
ServerAlias www.example.org
DocumentRoot /srv/www/example.org/public_html/
ErrorLog /srv/www/example.org/logs/error.log
CustomLog /srv/www/example.org/logs/access.log combined
</VirtualHost>