Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
e81bf96c
Commit
e81bf96c
authored
Jul 08, 2010
by
tbrehm
Browse files
Added distribution specific default settings for cgi and apache php.ini.
parent
7fddfe84
Changes
9
Hide whitespace changes
Inline
Side-by-side
install/dist/conf/centos52.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/httpd/conf/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/httpd/conf/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/cgi/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/var/www'
;
...
...
install/dist/conf/centos53.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/httpd/conf/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/httpd/conf/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/cgi/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/var/www'
;
...
...
install/dist/conf/debian40.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/apache2/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/apache2/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/cgi/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/var/www'
;
...
...
install/dist/conf/debian60.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/apache2/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/apache2/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/cgi/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/var/www'
;
...
...
install/dist/conf/fedora9.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/httpd/conf/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/httpd/conf/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/cgi/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/var/www'
;
...
...
install/dist/conf/gentoo.conf.php
View file @
e81bf96c
...
...
@@ -88,6 +88,8 @@ $conf['apache']['vhost_conf_dir'] = $conf['apache']['config_dir'] . '/vhosts.d';
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
$conf
[
'apache'
][
'vhost_conf_dir'
];
$conf
[
'apache'
][
'vhost_default'
]
=
'00_default_vhost.conf'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/cgi/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/var/www'
;
...
...
install/dist/conf/opensuse110.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/apache2/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/apache2/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/apache2/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/srv/www'
;
...
...
install/dist/conf/opensuse112.conf.php
View file @
e81bf96c
...
...
@@ -81,6 +81,8 @@ $conf['apache']['version'] = '2.2';
$conf
[
'apache'
][
'vhost_conf_dir'
]
=
'/etc/apache2/sites-available'
;
$conf
[
'apache'
][
'vhost_conf_enabled_dir'
]
=
'/etc/apache2/sites-enabled'
;
$conf
[
'apache'
][
'vhost_port'
]
=
'8080'
;
$conf
[
'apache'
][
'php_ini_path_apache'
]
=
'/etc/php5/apache2/php.ini'
;
$conf
[
'apache'
][
'php_ini_path_cgi'
]
=
'/etc/php5/apache2/php.ini'
;
//* Website base settings
$conf
[
'web'
][
'website_basedir'
]
=
'/srv/www'
;
...
...
install/lib/installer_base.lib.php
View file @
e81bf96c
...
...
@@ -211,6 +211,8 @@ class installer_base {
$tpl_ini_array
[
'web'
][
'security_level'
]
=
20
;
$tpl_ini_array
[
'web'
][
'user'
]
=
$conf
[
'apache'
][
'user'
];
$tpl_ini_array
[
'web'
][
'group'
]
=
$conf
[
'apache'
][
'group'
];
$tpl_ini_array
[
'web'
][
'php_ini_path_apache'
]
=
$conf
[
'apache'
][
'php_ini_path_apache'
];
$tpl_ini_array
[
'web'
][
'php_ini_path_cgi'
]
=
$conf
[
'apache'
][
'php_ini_path_cgi'
];
$tpl_ini_array
[
'mail'
][
'pop3_imap_daemon'
]
=
(
$conf
[
'dovecot'
][
'installed'
]
==
true
)
?
'dovecot'
:
'courier'
;
$tpl_ini_array
[
'mail'
][
'mail_filter_syntax'
]
=
(
$conf
[
'dovecot'
][
'installed'
]
==
true
)
?
'sieve'
:
'maildrop'
;
$tpl_ini_array
[
'dns'
][
'bind_user'
]
=
$conf
[
'bind'
][
'bind_user'
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment