tazpanel view tazpanel.conf @ rev 51

Implement daemons management
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 09 05:45:44 2011 +0200 (2011-04-09)
parents cf15cb2ff715
children 730f8bcacabc
line source
1 # tazpanel.conf: SliTaz Web Control Panel configuration
2 #
3 # Copyright (C) 2011 SliTaz GNU/Linux - GNU gpl v3
4 #
6 # Panel location and theme
7 PANEL="/var/www/tazpanel"
8 STYLE="default"
10 # Absolute path to images and xHTML skel from $PANEL
11 IMAGES="/styles/$STYLE/images"
12 HEADER="/styles/$STYLE/header.html"
13 FOOTER="/styles/$STYLE/footer.html"
15 # Display some debug message
16 DEBUG="0"
18 # Activity log file
19 LOG_FILE="/var/log/slitaz/tazpanel.log"
21 # Terminal settings
22 TERMINAL="xterm"
23 TERM_OPTS="-geometry 80x16-0+24 -bg black -fg white"
25 # Generic page loading message
26 LOADING_MSG="Loading..."
28 # Busybox HTTP deamon config
29 HTTPD_CONF="/etc/slitaz/httpd.conf"
30 HTTPD_PORT="8090"
32 # Shared Tazpkg paths
33 LOCALSTATE="/var/lib/tazpkg"
34 INSTALLED="$LOCALSTATE/installed"