Apache 2.2.4 Kurulumu & Güncellemesi

78

Merhaba Değerli Ziyaretçimiz,

apachi server 2.2.4 kurulumu

apache ‘nin yeni sürümlerine geçişi ve sıfırdan kurulumunu anlatacağız.

Eğer Sıfırdan Apache 2.2.4 Kuracaksanız ;

Öncelikle root olarak ssh ‘ye girişimizi yapıyoruz.

Sonra aşağıdaki komutları sırayla giriyoruz ;

cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf_back
wget http://sunsite.bilkent.edu.tr/pub/apache/httpd/httpd-2.2.4.tar.bz2
tar -xz -f httpd*
cd httpd*
./configure –prefix=/usr/local/apache –with-php –with-mysql –with-susexec –enable-mods-shared=all –disable-info

make ; make install ; /usr/local/apache/bin/apachectl restart

Eğer Apache 2.2.4 ‘e Güncelleme Yapacaksanız ;

Aşağıdaki komutları sırayla giriniz ;

cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf_back
wget  http://sunsite.bilkent.edu.tr/pub/apache/httpd/httpd-2.2.4.tar.bz2
tar -xz -f httpd*
cd httpd*
./config.nice
make ; make install ; /usr/local/apache/bin/apachectl restart

İyi çalışmalar…


Article Tags: · · · ·

Comments are closed.

Paylaş