openwrtv4/package/busybox/patches/440-httpd_chdir.patch
Nicolas Thill e7133da4aa busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
2009-05-25 17:15:39 +00:00

10 lines
312 B
Diff

--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1824,6 +1824,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) */