author | NIIBE Yutaka <gniibe@fsij.org> | 2020年01月15日 13:52:10 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2020年01月15日 13:52:10 +0900 |
commit | ca24066bc0ac889624333002064307a7056ee630 (patch) | |
tree | 52821397f24e38bf781abe15ddc8b23426bd0953 | |
parent | ffb5c971710b40bdb13e9a706309e306714fc2b0 (diff) |
-rw-r--r-- | git-fsij-org.conf | 4 | ||||
-rw-r--r-- | wkd-fsij-org.conf | 4 | ||||
-rw-r--r-- | www-fsij-org.conf | 4 |
diff --git a/git-fsij-org.conf b/git-fsij-org.conf index f362a87..a01a278 100644 --- a/git-fsij-org.conf +++ b/git-fsij-org.conf @@ -21,7 +21,7 @@ SetEnv GITWEB_CONFIG /etc/gitweb-fsij.conf ServerSignature On LogLevel error - ErrorLog /var/log/apache2/error-fsij-git.log - CustomLog /var/log/apache2/access-fsij-git.log combined + ErrorLog /var/log/apache2/fsij-git-error.log + CustomLog /var/log/apache2/fsij-git-access.log combined RedirectMatch ^/$ /gitweb/ </VirtualHost> diff --git a/wkd-fsij-org.conf b/wkd-fsij-org.conf index f36ff99..b7f08cb 100644 --- a/wkd-fsij-org.conf +++ b/wkd-fsij-org.conf @@ -12,6 +12,6 @@ Protocols h2 http/1.1 LogLevel error - ErrorLog /var/log/apache2/error-openpgp.log - CustomLog /var/log/apache2/access-openpgp.log combined + ErrorLog /var/log/apache2/openpgp-error.log + CustomLog /var/log/apache2/openpgp-access.log combined </VirtualHost> diff --git a/www-fsij-org.conf b/www-fsij-org.conf index 7a031d1..84b76c0 100644 --- a/www-fsij-org.conf +++ b/www-fsij-org.conf @@ -27,8 +27,8 @@ Protocols h2 http/1.1 LogLevel error - ErrorLog /var/log/apache2/error-fsij.log - CustomLog /var/log/apache2/access-fsij.log combined + ErrorLog /var/log/apache2/fsij-error.log + CustomLog /var/log/apache2/fsij-access.log combined # Historical RedirectMatch ^/wiki$ / |