--- main.h 2004-09-07 00:36:40.114608168 +0200 +++ main.h.new 2004-09-07 00:38:44.699668360 +0200 @@ -37,18 +37,18 @@ #define MIME_TYPE_DEFAULT "application/octet-stream" /* configuration file location */ -#define DEFAULT_CONFIG_LOCATION "/usr/people/multix/pserv/defaults/" +#define DEFAULT_CONFIG_LOCATION "/etc/" /* hard-wired defaults, if loading of config file fails */ #define DEFAULT_PORT 2000 #define DEFAULT_MAX_CHILDREN 5 -#define DEFAULT_DOCS_LOCATION "/home/multix/public_html" +#define DEFAULT_DOCS_LOCATION "/var/www/localhost/htdocs" #define DEFAULT_FILE_NAME "index.html" #define DEFAULT_SEC_TO 1 #define DEFAULT_USEC_TO 100 -#define DEFAULT_LOG_FILE "/home/multix/pserv/pserv.log" -#define DEFAULT_MIME_FILE "/home/multix/pserv/mime_types.dat" -#define DEFAULT_CGI_ROOT "/home/multix/public_html/cgi-bin" +#define DEFAULT_LOG_FILE "/var/log/pserv.log" +#define DEFAULT_MIME_FILE "/usr/lib/mime_types.dat" +#define DEFAULT_CGI_ROOT "/var/www/localhsot/cgi-bin" #define DEFAULT_SERVER_NAME "localhost" /* amount of connections queued in listening */