--- src/httpd.h.orig Sun Oct 12 21:54:52 1997 +++ src/httpd.h Sun Oct 12 21:55:50 1997 @@ -70,7 +70,7 @@ /* Set default for OS/2 file system */ #define HTTPD_ROOT "/os2httpd" #else -#define HTTPD_ROOT "/usr/local/etc/httpd" +#define HTTPD_ROOT "/var/lib/httpd" #endif #endif @@ -79,7 +79,7 @@ /* Set default for OS/2 file system */ #define DOCUMENT_LOCATION "/os2httpd/docs" #else -#define DOCUMENT_LOCATION "/usr/local/etc/httpd/htdocs" +#define DOCUMENT_LOCATION "/var/lib/httpd/htdocs" #endif /* Max. number of dynamically loaded modules */ @@ -182,7 +182,7 @@ /* The path to the suExec wrapper, can be overridden in Configuration */ #ifndef SUEXEC_BIN -#define SUEXEC_BIN "/usr/local/etc/httpd/sbin/suexec" +#define SUEXEC_BIN "/var/lib/httpd/sbin/suexec" #endif /* The default string lengths */