|
Lines 11-13
Link Here
|
| 11 |
/*********************************************************************** |
11 |
/*********************************************************************** |
| 12 |
*** Pick one that best suits your system. |
12 |
*** Pick one that best suits your system. |
| 13 |
***********************************************************************/ |
13 |
***********************************************************************/ |
|
|
14 |
--- mod_throttle.c.orig Mon May 10 15:59:10 2004 |
| 15 |
+++ mod_throttle.c Mon May 10 16:00:45 2004 |
| 16 |
@@ -215,8 +215,8 @@ |
| 17 |
static const char dtype[] = "Directory"; |
| 18 |
static const char text_html[] = "text/html"; |
| 19 |
static const char text_plain[] = "text/plain"; |
| 20 |
-static const char file_lock[] = "logs/mod_throttle.lock"; |
| 21 |
-static const char file_runtime[] = "logs/mod_throttle.runtime"; |
| 22 |
+static const char file_lock[] = "/var/run/mod_throttle/mod_throttle.lock"; |
| 23 |
+static const char file_runtime[] = "/var/run/mod_throttle/mod_throttle.runtime"; |
| 24 |
|
| 25 |
static const char x_is_subrequest[] = "x-is-subrequest"; |
| 26 |
static const char request_handler[] = "request-handler"; |
| 27 |
|