You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
11 lines
312 B
16 years ago
|
--- a/networking/httpd.c
|
||
|
+++ b/networking/httpd.c
|
||
13 years ago
|
@@ -1814,6 +1814,7 @@ static void handle_incoming_and_exit(con
|
||
16 years ago
|
char *header_ptr = header_ptr;
|
||
|
Htaccess_Proxy *proxy_entry;
|
||
18 years ago
|
#endif
|
||
|
+ xchdir(home_httpd);
|
||
|
|
||
17 years ago
|
/* Allocation of iobuf is postponed until now
|
||
|
* (IOW, server process doesn't need to waste 8k) */
|