Category: Linux

CentOS’a Apache olmadan ApacheBench yüklemek 0

CentOS’a Apache olmadan ApacheBench yüklemek

apr-util’i yükleyin (ab için gereklidir): yum install apr-util yum-utils’i yükleyin: yum install yum-utils httpd’i indirip içinden ab’ı çıkarın: mkdir ~/httpd cd ~/httpd yumdownloader httpd rpm2cpio httpd-2.2.3-43.el5.centos.3.i386.rpm | cpio -idmv mv usr/bin/ab /usr/bin/ab cd ~...

Apache 2.2 mod_rpaf Kurulumu 0

Apache 2.2 mod_rpaf Kurulumu

wget http://stderr.net/apache/rpaf/download/mod_rpaf-0.6.tar.gz tar xvfz mod_rpaf-0.6.tar.gz cd mod_rpaf-0.6 sed -ie ‘s/apxs2/apxs/’ Makefile make rpaf-2.0 make install-2.0 LoadModule rpaf_module /usr/lib/apache/mod_rpaf-2.0.so RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 SUNUCUIPADRESLERINIZ RPAFheader X-Forwarded-For

Apache 2.4 Kurulumu (CentOS üzerine derleyerek) 0

Apache 2.4 Kurulumu (CentOS üzerine derleyerek)

Apache 2.4.1 indirmek ve derlemek ; cd /usr/local/src/ wget http://apache.mirrors.pair.com//httpd/httpd-2.4.1.tar.bz2 tar -jxf httpd-2.4.1.tar.bz2 cd httpd-2.4.1 ./configure –prefix=/usr/local/apache –enable-so –enable-deflate –enable-expires –enable-headers –enable-rewrite (İhtiyacanız olan diğer modülleri de ekleyerek derleyebilirsiniz bana deflate expires header ve...

Inetbase Kurulumu 0

Inetbase Kurulumu

wget http://www.inetbase.com/scripts/ddos/install.sh sh install.sh nano /usr/local/ddos/ddos.conf APF_BAN=0 // 0 işaretlerseniz iptables ile banlıyor 1 işaretlerseniz apf ile banlıyor NO_OF_CONNECTIONS=150 // Bir ip adresinden 150 bağlantı olduğunda banlıyor BAN_PERIOD=600 // Saniye cinsinden banlama suresi (10dk)...

Plesk Kurulum Hatası 0

Plesk Kurulum Hatası

Hata: Packages “db4-4.3.29-9.fc6.i386 (u 0x98de838 source=0x9231ca0 P:9 R:21)” and “db4-4.3.29-10.el5.i386 (s 0x91d7338 source=0x9198e38 P:9 R:21)” cannot be installed at the same time because of the conflict on the file “/lib/libdb-4.3.so” Çözüm: rpm -e –nodeps...