Exercice: commit initial
This commit is contained in:
BIN
17.3_variable/myapache3/vars/.main.yml.swp
Normal file
BIN
17.3_variable/myapache3/vars/.main.yml.swp
Normal file
Binary file not shown.
15
17.3_variable/myapache3/vars/main.yml
Normal file
15
17.3_variable/myapache3/vars/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# vars file for myapache
|
||||
http_port: 80
|
||||
apache_vhosts:
|
||||
- servername: orsys.fr
|
||||
serveralias: www.orsys.fr
|
||||
documentroot: /var/www/html/orsys.fr
|
||||
accesslog: /var/log/httpd/access_orsys.fr_log
|
||||
errorlog: /var/log/httpd/error_orsys.fr_log
|
||||
- servername: thomas.fr
|
||||
serveralias: www.thomas.fr
|
||||
documentroot: /var/www/html/thomas.fr
|
||||
accesslog: /var/log/httpd/access_thomas.fr_log
|
||||
errorlog: /var/log/httpd/error_thomas.fr_log
|
||||
documentrootoptions: indexes
|
||||
Reference in New Issue
Block a user