diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 07:15:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 07:15:20 +0000 |
commit | 02cbdaa95ac8f02febc99f5d7dcab79361adeabb (patch) | |
tree | 2bf2b598acd0a71e33ed3a047cbce1cd9368b2fe /www/fhttpd/files/patch-ab | |
parent | Handle an invalid result code of 0 in Start-Control-Connection-Reply (diff) |
Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules.
PR: 15804
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to '')
-rw-r--r-- | www/fhttpd/files/patch-ab | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/www/fhttpd/files/patch-ab b/www/fhttpd/files/patch-ab new file mode 100644 index 000000000000..4788284eac1c --- /dev/null +++ b/www/fhttpd/files/patch-ab @@ -0,0 +1,80 @@ +--- http-root/root-fhttpd.conf Mon Apr 19 13:31:49 1999 ++++ http-root/root-fhttpd.conf.new Fri Dec 24 19:29:00 1999 +@@ -5,7 +5,7 @@ + + # HTTP root directory + # +-HTTPRoot /home/ftp ++HTTPRoot /usr/local/share/fhttpd + + # honor Keep-Alive option + # +@@ -44,19 +44,19 @@ + # access control + # + AccessRealm system /etc/passwd +-AccessRealm http_users /etc/passwd.http_users +-AccessRights /home/ftp/private* restrict +-AccessRights /home/ftp/private* http_users default ++#AccessRealm http_users /etc/passwd.http_users ++AccessRights /usr/local/share/fhttpd/private* restrict ++#AccessRights /usr/local/share/fhttpd/private* http_users default + + # finger redirected to script + # +-PipeOutExec */fingerlocal /home/ftp/bin/finger-nohtml +-AbsPipeOutExec /home/ftp/fingerlocal.html\ +- /home/ftp/cgi-bin/finger @localhost ++PipeOutExec */fingerlocal /usr/local/share/fhttpd/bin/finger-nohtml ++#AbsPipeOutExec /home/ftp/fingerlocal.html\ ++# /home/ftp/cgi-bin/finger @localhost + + # directories with executables + # +-ExecMask /home/ftp/cgi-bin/* ++ExecMask /usr/local/share/fhttpd/cgi-bin/* + + # default header and footer + # +@@ -92,8 +92,8 @@ + + # CD-ROM + # +-AbsDirType /home/ftp/cdrom <DT><IMG_SRC="/icons/cdromicon.gif"\ +-_ALIGN=TOP_ALT=""><B>_ _</B> ++#AbsDirType /home/ftp/cdrom <DT><IMG_SRC="/icons/cdromicon.gif"\ ++#_ALIGN=TOP_ALT=""><B>_ _</B> + + # "folder" icon for directory + # +@@ -287,11 +287,11 @@ + + # preloaded files + # +-PreLoad - /home/ftp/file_index.html +-PreLoad /icons/folder.gif /home/ftp/icons/folder.gif +-PreLoad /icons/html.gif /home/ftp/icons/html.gif +-PreLoad /icons/text.gif /home/ftp/icons/text.gif +-PreLoad /icons/image.gif /home/ftp/icons/image.gif ++#PreLoad - /home/ftp/file_index.html ++PreLoad /icons/folder.gif /usr/local/share/fhttpd/icons/folder.gif ++PreLoad /icons/html.gif /usr/local/share/fhttpd/icons/html.gif ++PreLoad /icons/text.gif /usr/local/share/fhttpd/icons/text.gif ++PreLoad /icons/image.gif /usr/local/share/fhttpd/icons/image.gif + + # applications + # +@@ -305,11 +305,11 @@ + # default application + # + Application fhttpd-file - ftp 3000,30 1 * \ +-/usr/local/sbin/fhttpd-file -s -u 022 -c /etc/fhttpd.conf ++/usr/local/sbin/fhttpd-file -s -u 022 -c /usr/local/etc/fhttpd.conf + + # log aplication + # + LogApplication log - ftp 1 1 - \ +-/usr/local/sbin/fhttpd-log -u 022 -c /etc/fhttpd.conf -l /tmp/fhttpd-log.log ++/usr/local/sbin/fhttpd-log -u 022 -c /usr/local/etc/fhttpd.conf -l %%LOGFILE%% + + # EOF |