summaryrefslogtreecommitdiff
blob: d3bc6f4e2237164bf9c8fe4406f8dc176b3e3de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/init.d/shttpd:
# $Header: /var/cvsroot/gentoo-x86/www-servers/shttpd/files/shttpd.confd,v 1.2 2005/07/01 04:49:16 ka0ttic Exp $

# shttpd now uses /etc/shttpd/shttpd.conf.
# This file is obsolete and will be removed later.

#SHTTPD_PORT="81"
#SHTTPD_USER="shttpd"
#SHTTPD_DOCROOT="/var/www/localhost/htdocs"
#SHTTPD_LOG="/var/log/shttpd/access.log"
#SHTTPD_ERROR="/var/log/shttpd/error.log"

# comma separated list of files shttpd will interpret as index files
#SHTTPD_INDECIS="index.html,index.cgi"
#SHTTPD_CGIEXT=".cgi"
#SHTTPD_DOMAIN="localhost"
#SHTTPD_MIME="/etc/mime.types"

# set any extra options here.
#SHTTPD_EXTRAOPTS=""