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