summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-02-22 14:46:09 +0100
committerGilrain2021-02-22 14:46:09 +0100
commit17bed756c7229281d962db370b058e51e9b6eef7 (patch)
treee340621bcfde64501d4c74d12ff36c4ce780f0eb
parent6c12dd039360723f41bece8961b293396ec06fc0 (diff)
downloadaur-17bed756c7229281d962db370b058e51e9b6eef7.tar.gz
change access.log path
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34597b94d361..7844dc659ee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,7 @@ prepare() {
sed -i '/User/s/www-data/http/' 'httpd.conf'
sed -i '/Group/s/www-data/http/' 'httpd.conf'
sed -i '/ErrorLog/s_logs/error.log_/var/log/httpd/error\_log_' 'httpd.conf'
+ sed -i '/CustomLog/s_logs/access.log_/var/log/httpd/access\_log_' 'httpd.conf'
sed -i '/SSLSessionCache/s_"shmcb:/usr/local/apache2/logs/ssl\_gcache\_data(10485760)"_"shmcb:/run/httpd/ssl\_scache(10485760)"_' 'h5bp/ssl/ssl_engine.conf'
sed -i '/SSLStaplingCache/s_shmcb:/var/run/ocsp(128000)_shmcb:/run/httpd/ssl\_stapling(128000)_' 'h5bp/ssl/ocsp_stapling.conf'