blob: f9f6b7a1e053cad22e46e4a76f1e05bf220eb4a7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1808,6 +1808,7 @@
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) */
|