Page 1 of 1

A guide to install webserver

Posted: 2017/01/30 14:08:58
by Hitwalker
Centos 7.3
Hi...now i have try install a webserver on gnome 15 times :-(
Is there any kind person that can make a guid how to install.
Latest Apache latest mariadb latest php7 and latest phpmyadmin....
this have i try and not got it to work at all ...

have google and these guids i found dont make me happy

Re: A guide to install webserver

Posted: 2017/01/30 14:24:39
by TrevorH
If you want the "latest" of everything then you are using the wrong distribution. CentOS doesn't do "latest", it does "stable" and "just works".

yum install epel-release
yum install httpd mariadb-server php phpmyadmin

That'll get you httpd 2.4.6, mariadb 5.5 and php 5.4.16 plus a phpmyadmin that works with it. We don't ship php7 at all except as an SCL but you can also install the IUS Community repo and use their php70u* packages - these replace the distro php* packages so you would need to remove them first or use yum-plugin-replace to replace them.

Please read https://access.redhat.com/security/updates/backporting for more information on why we don't ship the "latest" of everything and why the things we do ship are secure.

Re: A guide to install webserver

Posted: 2017/01/30 16:07:02
by Hitwalker
Thanks for fast and good awnser...did think i should go nuts...then i know and will have a test... ;)