1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-git-1.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/29GitRepositories smeserver-git-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/29GitRepositories |
2 |
|
|
--- smeserver-git-1.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/29GitRepositories 2023-03-24 22:39:18.656000000 -0400 |
3 |
|
|
+++ smeserver-git-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/29GitRepositories 2023-03-24 22:46:16.432000000 -0400 |
4 |
|
|
@@ -200,10 +200,9 @@ |
5 |
|
|
|
6 |
|
|
if( $debugging eq 'enabled' ) { |
7 |
|
|
$OUT .= " # Set logging options - mainly for debugging\n"; |
8 |
|
|
- $OUT .= " LogLevel debug\n"; |
9 |
|
|
+ $OUT .= " LogLevel debug rewrite:trace8 \n"; |
10 |
|
|
$OUT .= " # for debugging rewrite rules\n"; |
11 |
|
|
$OUT .= " RewriteLog /var/log/httpd/rewrite_log\n"; |
12 |
|
|
- $OUT .= " RewriteLogLevel 9\n"; |
13 |
|
|
$OUT .= "\n"; |
14 |
|
|
} |
15 |
|
|
|