From 81f80d3097570af37393c68de4c99609a03f4c80 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 9 Jan 2018 09:51:01 +0100 Subject: [PATCH] ignoring retry files correction oubli fichiers sources --- .gitignore | 1 + 14_tags/index.html | 1 + {15_roles/myapache/files => 14_tags}/vhost.conf | 0 15_roles/myapache/templates/vhost.conf | 17 +++++++++++++++++ 4 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 14_tags/index.html rename {15_roles/myapache/files => 14_tags}/vhost.conf (100%) create mode 100644 15_roles/myapache/templates/vhost.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d50efe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.retry \ No newline at end of file diff --git a/14_tags/index.html b/14_tags/index.html new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/14_tags/index.html @@ -0,0 +1 @@ +test diff --git a/15_roles/myapache/files/vhost.conf b/14_tags/vhost.conf similarity index 100% rename from 15_roles/myapache/files/vhost.conf rename to 14_tags/vhost.conf diff --git a/15_roles/myapache/templates/vhost.conf b/15_roles/myapache/templates/vhost.conf new file mode 100644 index 0000000..b352f6d --- /dev/null +++ b/15_roles/myapache/templates/vhost.conf @@ -0,0 +1,17 @@ + + ServerName orsys.fr + ServerAlias www.orsys.fr + ServerAlias 100.0.0.100 + DocumentRoot /var/www/html/orsys.fr/ + CustomLog /var/log/httpd/orsys.fr_access.log combined + ErrorLog /var/log/httpd/orsys.fr_error.log + + Options none + Allowoverride none + Require all denied + + + + Require all granted + + \ No newline at end of file