slitaz-dev-tools view taztpd/taztpd.conf @ rev 63

Add TazTPD - A tiny Web server (3,5 Kb) all in shell script
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:09:31 2011 +0200 (2011-04-06)
parents
children
line source
1 # taztpd.conf: TazTPD Web Server configuration file
2 #
4 # Path to the files to serve and HTTP port
5 SERVER_ROOT="$HOME/Public"
6 SERVER_PORT="8080"
8 # Page heading is followed by $url
9 PAGE_HEADING="Index of"
10 PARENT_DIR="Parent Directory"
11 SERVER_NAME="Served by TazTPD (SliTaz GNU/Linux)"
12 SERVER_CSS="/usr/share/taztpd/taztpd.css"
14 # 404 Not Found
15 NOT_FOUND="The requested URL was not found on the server"