Der Webserver Nginx hat sich einen Namen als robuster und effizienter Ersatz für Apache gemacht. Davon profitieren nicht nur Sites mit hohem Traffic, sondern auch schwache Server. Seine Vorteile hat Nginx von einer asynchronen Arbeitsweise: Während Apache zu jeder Verbindung einen neuen Prozess beziehungsweise bei der Verwendung des MPM-Workers einen neuen Thread aufmacht, ist Nginx ereignisgesteuert und kann Tausende Anfragen mit wenigen Prozessen beantworten.
Follow steps in the following article to get the SCL channel/repo added!
# yum list "*nginx*"
# yum install rh-nginx18
rpm -ql “*nginx*-nginx”
to check file locations # rpm -ql rh-nginx18-nginx
# systemctl list-unit-files | grep nginx nginx16-nginx.service disabled rh-nginx18-nginx.service disabled # systemctl enable rh-nginx18-nginx Created symlink from /etc/systemd/system/multi-user.target.wants/rh-nginx18-nginx.service to /usr/lib/systemd/system/rh-nginx18-nginx.service.
# systemctl start rh-nginx18-nginx # systemctl status rh-nginx18-nginx -n0