summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-fh
blob: 82895f03799b81cf48c1d3005a5d99dabf4cea4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*** src/include/httpd.h.orig	Thu May 21 19:37:29 1998
--- src/include/httpd.h	Fri May 22 16:57:19 1998
***************
*** 689,695 ****
  
      char *unparsed_uri;		/* the uri without any parsing performed */
      char *uri;			/* the path portion of the URI */
!     char *filename;
      char *path_info;
      char *args;			/* QUERY_ARGS, if any */
      struct stat finfo;		/* ST_MODE set to zero if no such file */
--- 689,700 ----
  
      char *unparsed_uri;		/* the uri without any parsing performed */
      char *uri;			/* the path portion of the URI */
!     char *execfilename;		/* physical filename to exec */
!     char *filename;		/* logical filename to exec -- always the same
! 				 * except for FrontPage CGI programs where we
! 				 * will execute the CGI program in
! 				 * /usr/local/frontpage....
! 				 */
      char *path_info;
      char *args;			/* QUERY_ARGS, if any */
      struct stat finfo;		/* ST_MODE set to zero if no such file */