From 151b31b6f47fb3d96afdd66138ff40d92cac6202 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 14:39:12 +0100 Subject: mise en place du service apache --- Services/apache/httpd.conf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'Services/apache/httpd.conf') diff --git a/Services/apache/httpd.conf b/Services/apache/httpd.conf index 8eab200..ef55e71 100644 --- a/Services/apache/httpd.conf +++ b/Services/apache/httpd.conf @@ -2,7 +2,18 @@ # This file will be copied into /etc/httpd/conf.d/sx.conf and loaded when httpd start # ServerAdmin cl@startx.fr - +ErrorLog "/data/logs/httpd_error.log" + + + CustomLog "/data/logs/httpd_access.log" combined + + +Alias / /data/www + + AddDefaultCharset UTF-8 AllowOverride All + Order Allow,Deny + Allow from All + Require all granted DirectoryIndex index.html home.html - + \ No newline at end of file -- cgit v1.2.3