head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2000.01.29.07.15.13;	author steve;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules.

PR:		15804
Submitted by:	Will Andrews <andrews@@technologist.com>
@
text
@--- 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
@
