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