[odrs-web/oscp] Only enable errorlog



commit a3ac3bc18a00976719fc94ec79d4e59b05cf4a76
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 20:32:47 2018 +0100

    Only enable errorlog

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index ed1ecb7..10cadd0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ COPY odrs.gnome.org.conf /etc/apache2/conf.d/000-default.conf
 RUN sed -i 's/Listen 80/Listen 8080/' /etc/apache2/httpd.conf
 RUN sed -i 's/Listen 443/Listen 8443/' /etc/apache2/conf.d/ssl.conf
 RUN sed -i 's/#LoadModule expires_module/LoadModule expires_module/' /etc/apache2/httpd.conf
-RUN sed -i 's/CustomLog/#CustomLog/' /etc/apache2/httpd.conf
+#RUN sed -i 's/CustomLog/#CustomLog/' /etc/apache2/httpd.conf
 RUN sed -i 's/ErrorLog/#ErrorLog/' /etc/apache2/httpd.conf
 RUN echo 'ServerName odrs.gnome.org' >> /etc/apache2/httpd.conf
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]