forked from pool/ksystemlog
This commit is contained in:
parent
cbc51eda70
commit
32e8693c6d
@ -1,18 +0,0 @@
|
|||||||
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"));
|
|
Loading…
x
Reference in New Issue
Block a user