| | |
| | | //* Fastcgi |
| | | $conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php5/cgi/'; |
| | | $conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
| | | $conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi'; |
| | | |
| | | //* Postfix |
| | | $conf['postfix']['installed'] = false; // will be detected automatically during installation |
| | |
| | | $conf['nginx']['php_fpm_ini_path'] = '/etc/php5/fpm/php.ini'; |
| | | $conf['nginx']['php_fpm_pool_dir'] = '/etc/php5/fpm/pool.d'; |
| | | $conf['nginx']['php_fpm_start_port'] = 9010; |
| | | |
| | | //*Ufw |
| | | $conf['ufw']['installed'] = false; |
| | | $conf['ufw']['config_dir'] = '/etc/ufw'; |
| | | $conf['ufw']['init_script'] = 'ufw'; |
| | | $conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm'; |
| | | |
| | | //*Bastille-Firwall |
| | | $conf['bastille']['installed'] = false; |
| | |
| | | $conf['cron']['crontab_dir'] = '/etc/cron.d'; |
| | | $conf['cron']['wget'] = '/usr/bin/wget'; |
| | | |
| | | //* OpenVZ |
| | | $conf['openvz']['installed'] = false; |
| | | |
| | | |
| | | ?> |