Файл конфигурации для скрипта установки ISPconfig. Используется после того, как программное окружение установлено в виде

php -q install.php --autoinstall=autoinstall.ini
  • HOSTNAME - (доменное) имя сервера
  • MYSQLPWD - root-пароль для подключения к MySQL
[install]
language=en
install_mode=standard
hostname=HOSTNAME
mysql_hostname=localhost
mysql_root_user=root
mysql_root_password=MYSQLPWD
mysql_database=dbispconfig
mysql_charset=utf8
http_server=apache
ispconfig_port=8080
ispconfig_use_ssl=y

[ssl_cert]
ssl_cert_country=RU
ssl_cert_state=Moscow
ssl_cert_locality=Moscow
ssl_cert_organisation=Some ISP Ltd
ssl_cert_organisation_unit=IT department
ssl_cert_common_name=HOSTNAME

[expert]
mysql_ispconfig_user=ispconfig
mysql_ispconfig_password=ispconfig
join_multiserver_setup=n
mysql_master_hostname=master.example.com
mysql_master_root_user=root
mysql_master_root_password=ispconfig
mysql_master_database=dbispconfig
configure_mail=y
configure_jailkit=y
configure_ftp=y
configure_dns=y
configure_apache=y
configure_nginx=y
configure_firewall=y
install_ispconfig_web_interface=y

[update]
do_backup=yes
mysql_root_password=ispconfig
mysql_master_hostname=master.example.com
mysql_master_root_user=root
mysql_master_root_password=ispconfig
mysql_master_database=dbispconfig
reconfigure_permissions_in_master_database=no
reconfigure_services=yes
ispconfig_port=8080
create_new_ispconfig_ssl_cert=no
reconfigure_crontab=yes