3 * This file is part of httpd.
5 * 02/26/1996 Michael Temari <Michael@TemWare.Com>
6 * 07/07/1996 Initial Release Michael Temari <Michael@TemWare.Com>
7 * 12/29/2002 Michael Temari <Michael@TemWare.Com>
8 * 07/04/2003 Al Woodhull <asw@woodhull.com>
9 * 02/08/2005 Michael Temari <Michael@TemWare.Com>
10 * 05/14/2006 Michael Temari <Michael@TemWare.Com>
14 #define VERSION "Minix httpd 0.995"
18 struct authuser
*next
;
26 struct authuser
*users
;
67 #define URLA_HEADERS 8
69 #define HTTPD_CONFIG_FILE "/etc/httpd.conf"
71 _PROTOTYPE(int readconfig
, (char *cfg_file
, int testing
));
73 extern struct mtype
*mtype
;
74 extern struct msufx
*msufx
;
75 extern struct vhost
*vhost
;
76 extern struct vpath
*vpath
;
77 extern struct dirsend
*dirsend
;
78 extern struct auth
*auth
;
79 extern struct auth
*proxyauth
;
81 extern char *srvrroot
;
82 extern char *Redirect
;