/etc/thttpd.conf - CentOS Linux 7

This is the default example configuration of thttpd.conf provided by Apache. This config file was generated by Apache running on CentOS 7.

It is located under: /etc/thttpd.conf

    # BEWARE : No empty lines are allowed!
# This section overrides defaults
dir=/var/www/thttpd
chroot
user=thttpd         # default = nobody
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
# This section _documents_ defaults in effect
# port=80
# nosymlink         # default = !chroot
# novhost
# nocgipat
# nothrottles
# host=0.0.0.0
# charset=iso-8859-1

    
  

Config Details

Location
/etc/thttpd.conf
Operating system
CentOS Linux 7
Length
15 lines
MD5 checksum
3ff6c3c2f7837acedfdcf4c2e36f953b

Usage

Download the raw file with wget or curl

Wget

wget -O thttpd.conf.example http://exampleconfig.com/static/raw/apache/centos7/etc/thttpd.conf

cURL

curl http://exampleconfig.com/static/raw/apache/centos7/etc/thttpd.conf > thttpd.conf.example