Ticket #26396: patch-fcgid_conf.c
File patch-fcgid_conf.c, 358 bytes (added by ro@…, 14 years ago) |
---|
Line | |
---|---|
1 | --- modules/fcgid/fcgid_conf.c.org 2009-12-15 15:53:55.000000000 +0100 |
2 | +++ modules/fcgid/fcgid_conf.c 2010-09-07 22:43:40.000000000 +0200 |
3 | @@ -29,7 +29,7 @@ |
4 | #include "fcgid_conf.h" |
5 | |
6 | #ifndef DEFAULT_REL_RUNTIMEDIR /* Win32, etc. */ |
7 | -#define DEFAULT_REL_RUNTIMEDIR "logs" |
8 | +#define DEFAULT_REL_RUNTIMEDIR "var/run" |
9 | #endif |
10 | |
11 | #define DEFAULT_IDLE_TIMEOUT 300 |