GNU/Linux >> Belajar Linux >  >> Cent OS

Centos – Instal Apache 2.4 Pada Centos Menggunakan Yum?

Saya membutuhkan Apache 2.4 di CentOS karena dengan Apache 2.2 mod_proxy_wstunnel itu tidak mungkin. Saya sudah mencoba ini, tetapi sayangnya ini untuk RHEL. Setelah menginstal, saya tidak dapat menjalankan Apache 2.4.

Adakah yang bisa menunjukkan kepada saya cara menginstal Apache 2.4 yang berfungsi lengkap di CentOS?

EDIT:

# yum list installed | grep httpd
Failed to set locale, defaulting to C
httpd.x86_64                         2.2.15-30.el6.centos       @updates        
httpd-tools.x86_64                   2.2.15-30.el6.centos       @updates        
httpd24.x86_64                       1-6.el6                    @epel-httpd24   
httpd24-apr.x86_64                   1.4.8-2.el6                @epel-httpd24   
httpd24-apr-util.x86_64              1.5.2-5.el6                @epel-httpd24   
httpd24-httpd.x86_64                 2.4.6-5.el6                @epel-httpd24   
httpd24-httpd-tools.x86_64           2.4.6-5.el6                @epel-httpd24   
httpd24-mod_ssl.x86_64               1:2.4.6-5.el6              @epel-httpd24   
httpd24-runtime.x86_64               1-6.el6                    @epel-httpd24   

Jawaban yang Diterima:

Apache 2.4 di CentOS:

Langkah 1:

cd /etc/yum.repos.d/
wget http://repos.fedorapeople.org/repos/jkaluza/httpd24/epel-httpd24.repo

Langkah 2:

yum install httpd24.x86_64

Langkah 3:

$ /opt/rh/httpd24/root/usr/sbin/httpd -version
Server version: Apache/2.4.6 (Red Hat)
Server built:   Sep 25 2013 05:25:46

CATATAN:file konfigurasi ada di:/opt/rh/httpd24/root/etc/httpd

$ ls
conf  conf.d  conf.modules.d  logs  modules  run

EDIT: jika Anda ingin mematikan Apache 2.2

$ chkconfig httpd off
$ chkconfig --list | grep httpd
httpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
httpd24-httpd   0:off   1:off   2:off   3:off   4:off   5:off   6:off

EDIT 2: http://wiki.Apache.org/httpd/PHP-FPM

yum install php-fpm
/etc/init.d/php-fpm start

Cent OS
  1. Instal Nginx di CentOS 6 melalui YUM

  2. Cara Menginstal Apache Kafka di CentOS 8

  3. Cara menginstal modul mod_pagespeed untuk Apache di RHEL, CentOS dan Fedora menggunakan YUM

  1. Cara Menginstal YUM di RHEL 8 / CentOS 8

  2. Cara Instal Apache Cassandra di CentOS 8

  3. Cara Menginstal Apache di CentOS 7

  1. Cara Menginstal Apache Maven di CentOS 7

  2. Cara Instal Apache Cassandra di CentOS 7

  3. Cara Menginstal Apache di CentOS 8