]> git.pld-linux.org Git - packages/apachetop.git/blob - apachetop-log_location.patch
- rel 4; fix max path overflow
[packages/apachetop.git] / apachetop-log_location.patch
1 --- ./src/apachetop.h.org       Wed Oct  8 18:46:38 2003
2 +++ ./src/apachetop.h   Sat Oct 18 13:16:48 2003
3 @@ -198,7 +198,7 @@
4  #define DEBUG_OUTPUT "/tmp/atop.debug"
5  
6  #ifndef DEFAULT_LOGFILE
7 -# define DEFAULT_LOGFILE "/var/httpd/apache_log"
8 +# define DEFAULT_LOGFILE "/var/log/httpd/access_log"
9  #endif
10  #define DEFAULT_LOGTYPE LOG_COMMON
11  #define DEFAULT_CIRCLE_SIZE 30
This page took 1.365447 seconds and 3 git commands to generate.