ben 96/08/24 09:33:30
Modified: src httpd.h
Log:
Correct comment referring to HostAlias instead of ServerAlias.
Revision Changes Path
1.48 +2 -2 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -C3 -r1.47 -r1.48
*** httpd.h 1996/08/20 11:50:52 1.47
--- httpd.h 1996/08/24 16:33:29 1.48
***************
*** 50,56 ****
*
*/
! /* $Id: httpd.h,v 1.47 1996/08/20 11:50:52 paul Exp $ */
/*
* httpd.h: header for simple (ha! not anymore) http daemon
--- 50,56 ----
*
*/
! /* $Id: httpd.h,v 1.48 1996/08/24 16:33:29 ben Exp $ */
/*
* httpd.h: header for simple (ha! not anymore) http daemon
***************
*** 525,531 ****
char *path; /* Pathname for ServerPath */
int pathlen; /* Length of path */
! char *names; /* Wildcarded names for HostAlias servers */
uid_t server_uid; /* effective user id when calling exec
wrapper */
gid_t server_gid; /* effective group id when calling exec
wrapper */
--- 525,531 ----
char *path; /* Pathname for ServerPath */
int pathlen; /* Length of path */
! char *names; /* Wildcarded names for ServerAlias servers */
uid_t server_uid; /* effective user id when calling exec
wrapper */
gid_t server_gid; /* effective group id when calling exec
wrapper */