A guide to install webserver

Comments, suggestions, compliments, etc
Post Reply
Hitwalker
Posts: 2
Joined: 2017/01/30 14:02:49

A guide to install webserver

Post by Hitwalker » 2017/01/30 14:08:58

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

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: A guide to install webserver

Post by TrevorH » 2017/01/30 14:24:39

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.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Hitwalker
Posts: 2
Joined: 2017/01/30 14:02:49

Re: A guide to install webserver

Post by Hitwalker » 2017/01/30 16:07:02

Thanks for fast and good awnser...did think i should go nuts...then i know and will have a test... ;)

Post Reply