From fdf19b48fdb7a022b8f0d6f490bf07b9a1d3bc7a Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 7 May 2020 08:47:04 +0200 Subject: ajout de SSL --- www/server-config/apache2/conf-available/other-vhosts-access-log.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/server-config/apache2/conf-available/other-vhosts-access-log.conf (limited to 'www/server-config/apache2/conf-available/other-vhosts-access-log.conf') diff --git a/www/server-config/apache2/conf-available/other-vhosts-access-log.conf b/www/server-config/apache2/conf-available/other-vhosts-access-log.conf new file mode 100644 index 0000000..5e9f5e9 --- /dev/null +++ b/www/server-config/apache2/conf-available/other-vhosts-access-log.conf @@ -0,0 +1,4 @@ +# Define an access log for VirtualHosts that don't define their own logfile +CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- cgit v1.2.3