summaryrefslogtreecommitdiff
path: root/apache1x/mod_httpauth.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-12 03:40:09 +0000
committerStef Walter <stef@memberwebs.com>2008-06-12 03:40:09 +0000
commit3dc8cb104d3392e00514bb829c50390a9598fe3c (patch)
tree945274bf792a923f187a9e83a8c8af9fa3c63942 /apache1x/mod_httpauth.c
parentde44fe7893da8d8c9903f1a7268fa6fe03446d36 (diff)
- apache2x module now supports connecting to multiple daemon addresses
and failover between them.
Diffstat (limited to 'apache1x/mod_httpauth.c')
-rw-r--r--apache1x/mod_httpauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache1x/mod_httpauth.c b/apache1x/mod_httpauth.c
index fffaf9d..bb71ea7 100644
--- a/apache1x/mod_httpauth.c
+++ b/apache1x/mod_httpauth.c
@@ -44,7 +44,7 @@
#include <ap_config.h>
#include <ap_alloc.h>
-#include "sock_any.h"
+#include "sock-any.h"
#include "stringx.h"
#define DEFAULT_PORT 8020
@@ -898,5 +898,5 @@ module MODULE_VAR_EXPORT httpauth_module =
* object file, at least when statically compiled.
* so we include this here
*/
-#include "../common/sock_any.c"
+#include "../common/sock-any.c"
#include "../common/stringx.c"