/* * Define macro symbols to tailor getstats.c compile for this site. * SERVERSITE was made a pointer to a string rather than than a string * constant so we can change it. Edit the string so that it points to * your host (and port if not 80). */ #define SERVERSITE server_site_string char *server_site_string = "http://host.unknown/"; #define ROOTDIR "/www" #ifdef NOCGILIB #define LOGFILE "/WWW_Root/000000/http80.log" #define HOMEPAGE "/www/welcome.html" #define HTMLTITLE "CERN HTTP Server statisics" #define SERVERTYPE "CERN" #else #define LOGFILE "/WWW_Root/000000/access.log" #define HOMEPAGE "/www/index.html" #define HTMLTITLE "DECthread HTTP Server statisics" #define SERVERTYPE "OSUVMS" #endif /* NOCGILIB */ #define COMMON 1 #define CGI #define LOGTZ "EDT" #define PRINTHTML 0