|
@@ -981,7 +981,7 @@ The Apache configuration for the site should look something like the following.
|
981
|
981
|
|
982
|
982
|
# Possible values include: debug, info, notice, warn, error, crit,
|
983
|
983
|
# alert, emerg.
|
984
|
|
- LogLevel warn
|
|
984
|
+ LogLevel error
|
985
|
985
|
|
986
|
986
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
987
|
987
|
</VirtualHost>
|
|
@@ -1031,7 +1031,7 @@ The Apache configuration for the site should look something like the following.
|
1031
|
1031
|
|
1032
|
1032
|
# Possible values include: debug, info, notice, warn, error, crit,
|
1033
|
1033
|
# alert, emerg.
|
1034
|
|
- LogLevel warn
|
|
1034
|
+ LogLevel error
|
1035
|
1035
|
|
1036
|
1036
|
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
|
1037
|
1037
|
|
|
@@ -2821,7 +2821,7 @@ The settings should look something like the following. Replace /mywikidomainnam
|
2821
|
2821
|
|
2822
|
2822
|
# Possible values include: debug, info, notice, warn, error, crit,
|
2823
|
2823
|
# alert, emerg.
|
2824
|
|
- LogLevel warn
|
|
2824
|
+ LogLevel error
|
2825
|
2825
|
|
2826
|
2826
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
2827
|
2827
|
</VirtualHost>
|
|
@@ -2861,7 +2861,7 @@ The settings should look something like the following. Replace /mywikidomainnam
|
2861
|
2861
|
|
2862
|
2862
|
# Possible values include: debug, info, notice, warn, error, crit,
|
2863
|
2863
|
# alert, emerg.
|
2864
|
|
- LogLevel warn
|
|
2864
|
+ LogLevel error
|
2865
|
2865
|
|
2866
|
2866
|
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
|
2867
|
2867
|
|