@@ -, +, @@ config files - Verify every mention of RewriteLog has been removed from Koha - Verify patch by reading it --- debian/templates/apache-site-https.conf.in | 2 -- debian/templates/apache-site.conf.in | 2 -- etc/koha-httpd.conf | 8 -------- 3 files changed, 12 deletions(-) --- a/debian/templates/apache-site-https.conf.in +++ a/debian/templates/apache-site-https.conf.in @@ -34,7 +34,6 @@ ErrorLog /var/log/koha/__KOHASITE__/opac-error.log # TransferLog /var/log/koha/__KOHASITE__/opac-access.log -# RewriteLog /var/log/koha/__KOHASITE__/opac-rewrite.log # Intranet @@ -62,5 +61,4 @@ ErrorLog /var/log/koha/__KOHASITE__/intranet-error.log # TransferLog /var/log/koha/__KOHASITE__/intranet-access.log -# RewriteLog /var/log/koha/__KOHASITE__/intranet-rewrite.log --- a/debian/templates/apache-site.conf.in +++ a/debian/templates/apache-site.conf.in @@ -16,7 +16,6 @@ ErrorLog /var/log/koha/__KOHASITE__/opac-error.log # TransferLog /var/log/koha/__KOHASITE__/opac-access.log -# RewriteLog /var/log/koha/__KOHASITE__/opac-rewrite.log # Intranet @@ -35,5 +34,4 @@ ErrorLog /var/log/koha/__KOHASITE__/intranet-error.log # TransferLog /var/log/koha/__KOHASITE__/intranet-access.log -# RewriteLog /var/log/koha/__KOHASITE__/intranet-rewrite.log --- a/etc/koha-httpd.conf +++ a/etc/koha-httpd.conf @@ -100,10 +100,6 @@ # Rewrite Rules RewriteEngine On - # Uncomment to turn on rewrite logging - #RewriteLog __LOG_DIR__/koha-opac-rewrite.log - #RewriteLogLevel 1 - #The following two directives are unnecessary to proper Koha functioning. #RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*) #RewriteRule (.+) $1?%1%2 [N,R,NE] @@ -224,10 +220,6 @@ # Rewrite Rules RewriteEngine On - # Uncomment to turn on rewrite logging - #RewriteLog __LOG_DIR__/koha-intranet-rewrite.log - #RewriteLogLevel 1 - #The following two directives are unnecessary to proper Koha functioning. #RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*) #RewriteRule (.+) $1?%1%2 [N,R,NE] --