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
ISPConfig
ISPConfig 3
Commits
c69cf27c
Commit
c69cf27c
authored
Nov 06, 2022
by
Michael Seevogel
Browse files
added default php version to EL9 conf
parent
650935ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/dist/conf/centos72.conf.php
View file @
c69cf27c
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
//***
Fedora 9
default settings
//***
RHEL 7 derivatives
default settings
//* Main
//* Main
$conf
[
'language'
]
=
'en'
;
$conf
[
'language'
]
=
'en'
;
...
...
install/dist/conf/centos80.conf.php
View file @
c69cf27c
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
//***
Fedora 9
default settings
//***
RHEL 8 derivatives
default settings
//* Main
//* Main
$conf
[
'language'
]
=
'en'
;
$conf
[
'language'
]
=
'en'
;
...
...
install/dist/conf/centos90.conf.php
View file @
c69cf27c
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
//***
Fedora 9
default settings
//***
RHEL 9 derivatives
default settings
//* Main
//* Main
$conf
[
'language'
]
=
'en'
;
$conf
[
'language'
]
=
'en'
;
...
@@ -43,6 +43,7 @@ $conf['init_scripts'] = '/etc/init.d';
...
@@ -43,6 +43,7 @@ $conf['init_scripts'] = '/etc/init.d';
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
$conf
[
'default_php'
]
=
"8.0"
;
//* Services provided by this server, this selection will be overridden by the expert mode
//* Services provided by this server, this selection will be overridden by the expert mode
$conf
[
'services'
][
'mail'
]
=
true
;
$conf
[
'services'
][
'mail'
]
=
true
;
...
...
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