1e82faaa5e
SVN-Revision: 12348
11 lines
271 B
Diff
11 lines
271 B
Diff
--- a/networking/httpd.c
|
|
+++ b/networking/httpd.c
|
|
@@ -1797,6 +1797,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) */
|