Raymond Wooninck 2015-12-15 19:16:02 +00:00 committed by Git OBS Bridge
parent f96f4e17ca
commit cbc51eda70

View File

@ -0,0 +1,18 @@
diff -urB ksystemlog/src/modes/apache/apacheConfiguration.h new/src/modes/apache/apacheConfiguration.h
--- ksystemlog/src/modes/apache/apacheConfiguration.h 2015-10-16 20:39:49.998438710 +0200
+++ new/src/modes/apache/apacheConfiguration.h 2015-10-16 20:54:21.414726020 +0200
@@ -52,12 +52,12 @@
configuration->setCurrentGroup(QLatin1String("ApacheLogMode"));
QStringList defaultApachePaths;
- defaultApachePaths << QLatin1String("/var/log/apache2/error.log");
+ defaultApachePaths << QLatin1String("/var/log/apache2/error_log");
configuration->addItemStringList(QLatin1String("ApacheLogFilesPaths"), d->apachePaths,
defaultApachePaths, QLatin1String("ApacheLogFilesPaths"));
QStringList defaultApacheAccessPaths;
- defaultApacheAccessPaths << QLatin1String("/var/log/apache2/access.log");
+ defaultApacheAccessPaths << QLatin1String("/var/log/apache2/access_log");
configuration->addItemStringList(QLatin1String("ApacheAccessLogFilesPaths"), d->apacheAccessPaths,
defaultApacheAccessPaths,
QLatin1String("ApacheAccessLogFilesPaths"));