[arch-commits] Commit in owncloud/trunk (apache.example.conf)

Anatol Pomozov anatolik at nymeria.archlinux.org
Thu May 22 15:41:52 UTC 2014


    Date: Thursday, May 22, 2014 @ 17:41:52
  Author: anatolik
Revision: 111681

Use absolute path to Apache logs dir

Since Apache 2.4 there is no etc/logs dir anymore.

Modified:
  owncloud/trunk/apache.example.conf

---------------------+
 apache.example.conf |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: apache.example.conf
===================================================================
--- apache.example.conf	2014-05-22 14:56:02 UTC (rev 111680)
+++ apache.example.conf	2014-05-22 15:41:52 UTC (rev 111681)
@@ -12,6 +12,6 @@
     ServerAdmin foo at foofarm.com
     DocumentRoot /usr/share/webapps/owncloud
     ServerName owncloud.foo.com
-    ErrorLog logs/owncloud.foo.info-error_log
-    CustomLog logs/owncloud.foo.info-access_log common
-</VirtualHost>
\ No newline at end of file
+    ErrorLog /var/log/httpd/owncloud.foo.info-error_log
+    CustomLog /var/log/httpd/owncloud.foo.info-access_log common
+</VirtualHost>




More information about the arch-commits mailing list