docroot.patch 313 B

123456789101112
  1. --- include/httpd.h 2006-10-13 01:55:03.000000000 +0300
  2. +++ include/httpd.h 2008-01-15 09:57:16.000000000 +0200
  3. @@ -90,7 +90,7 @@
  4. #define HTTPD_ROOT "/apache"
  5. #else
  6. /** Set for all other OSs */
  7. -#define HTTPD_ROOT "/usr/local/apache"
  8. +#define HTTPD_ROOT "/var/www/localhost"
  9. #endif
  10. #endif /* HTTPD_ROOT */