440-httpd_chdir.patch 271 B

12345678910
  1. --- a/networking/httpd.c
  2. +++ b/networking/httpd.c
  3. @@ -1797,6 +1797,7 @@
  4. char *header_ptr = header_ptr;
  5. Htaccess_Proxy *proxy_entry;
  6. #endif
  7. + xchdir(home_httpd);
  8. /* Allocation of iobuf is postponed until now
  9. * (IOW, server process doesn't need to waste 8k) */