diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-10 01:56:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-10 01:56:01 +0000 |
commit | 3352fe72738192c46b94c03033618e083a1d27de (patch) | |
tree | 4421d229d9a9f0a5663acaeff3ba266c43c1151a /www/apache13-fp/files/patch-fh | |
parent | Dummy commit because I forgot to explain what this port does (diff) |
Fixup port to provide Apache version 1.3.3 with FrontPage extensions.
PR: 8522
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=14435
Diffstat (limited to 'www/apache13-fp/files/patch-fh')
-rw-r--r-- | www/apache13-fp/files/patch-fh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/apache13-fp/files/patch-fh b/www/apache13-fp/files/patch-fh new file mode 100644 index 000000000000..82895f03799b --- /dev/null +++ b/www/apache13-fp/files/patch-fh @@ -0,0 +1,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 */ |