2008-08-20 14:00:34 +00:00
|
|
|
--- a/networking/httpd.c
|
|
|
|
+++ b/networking/httpd.c
|
2008-09-02 11:18:47 +00:00
|
|
|
@@ -1808,6 +1808,7 @@
|
2008-08-20 14:00:34 +00:00
|
|
|
char *header_ptr = header_ptr;
|
|
|
|
Htaccess_Proxy *proxy_entry;
|
2007-02-28 17:58:23 +00:00
|
|
|
#endif
|
|
|
|
+ xchdir(home_httpd);
|
|
|
|
|
2007-10-05 00:27:49 +00:00
|
|
|
/* Allocation of iobuf is postponed until now
|
|
|
|
* (IOW, server process doesn't need to waste 8k) */
|