blob: 66e41b55f212917313c526913b4098d825d4cad4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1853,6 +1853,7 @@ static void handle_incoming_and_exit(con
char *header_ptr = header_ptr;
Htaccess_Proxy *proxy_entry;
#endif
+ xchdir(home_httpd);
/* Allocation of iobuf is postponed until now
* (IOW, server process doesn't need to waste 8k) */
|