# # mksite.conf: configuration file for mksite scripts # # general config LANG="pt_BR" # language for the scripts PROJECT="projeto" # project name DOMAIN="projeto.org" # project main domain MAILING_LIST="https://listas.projeto.org/nome-da-lista" # hosting mailing list IP="127.0.0.1" # server ip STATS="http://$DOMAIN/stats" # url for web site statistics HOME="/var/users/home" # users homedir RESERVED_PROJECT_NAMES="listas mail www" # reserved project names USE_SIMPLEPKG="yes" # copia os arquivos dos projetos para um template do simplepkg AUTO_GEN_PASSWORDS="yes" # automatically generate passwords? # apache settings APACHE_USER="nobody" # apache user APACHE_GROUP="nobody" # apache group VHOST_DIR="/etc/apache/vhosts" # folder where mksite should place vhost definitions APACHE_CONFIGTEST="/usr/sbin/apachectl configtest" # apache command to test its configuration APACHE_RESTART="/usr/sbin/apachectl graceful" # apache reload or restart command # APACHE_RESTART="/etc/rc.d/rc.httpd restart" # APACHE_RESTART="/etc/init.d/apache reload" # database settings DB_HOST="localhost" # mysql hostname or IP address DB_SUPERUSER="root" # database superuser, defaults to "root" DB_PREFIX="projeto" # prefix that is appended to dabatase name and (optionally to db usernames), blank for none DB_USER_WITH_DB_PREFIX="yes" # set either yes or 1 to enable, anything else to disable # mksite config GROUP="projeto" SHELL="/usr/bin/rssh" # default shell for users PORTAL="/var/www/projeto" # projet web dir main folder PROJECT_DOMAIN="sarava.org" # project domain SFTP_PORT="22" # tcp port for ssh and sftp connections # mksite-proxy-sync INSTANCES_BASE_DIR="/vservers" VHOST_PROXY_POST_RELOAD="/etc/webalizer/webalizer.sh" # run a post-reload command # wiki config MKWIKI="pmwiki" # which wiki tool "mkwiki" command should use (pmwiki, moin, etc)