##----------------------------------------------------------------------------- ## httpd.txt - fli4l configuration parameters __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001-2008 - Frank Meyer, fli4l-Team - team@fli4l.de ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: HTTP server for monitoring #------------------------------------------------------------------------------ OPT_HTTPD='no' # install monitoring webserver: yes or no HTTPD_PORT='80' # TCP port for webserver HTTPD_USER_N='1' # number of users for the webserver HTTPD_USER_1_USERNAME='admin' # name of the 1st user HTTPD_USER_1_PASSWORD='fli4l' # password of the 1st user HTTPD_USER_1_RIGHTS='all' # access rights of the 1st user HTTPD_GUI_LANG='auto' # choose language for web administration # can be: "auto" (get language from LOCALE) # or "en" , "de", "fr", "hu" or "nl" HTTPD_GUI_SKIN='default' # choose any supported skin HTTPD_ARPING='yes' # activate arping to hosts: yes or no # view arp state of hosts OPT_GUI_CONFIG='no' # not yet supported GUI_CONFIG_SAVEPATH='/boot'