Archive for the ‘Apache’ Category

Instalasi XAMPP di Mac OS X

1. Pertama Donlot XAMPP For Mac Disini

2. Menginstall XAMPP
*Instalasi memerlukan kuasa admin
Buka Terminal dan ketik
sudo su
lalu masukkan password untuk root
tar -xfvz /path-ke-direktori/xampp-macosx-0.6.2.tar.gz -C /

3. Menjalankan [...]

Continue reading »

Securing your Apache webserver

Securing your Apache webserver from scanning, using mod_security !
in httpd.conf please add :
LoadModule security_module modules/mod_security.so
<IfModule mod_security.c>
SecFilterEngine On
SecServerSignature “IIS V10 bla bla bla”
</IfModule>
before :

after :

Windows : http://www.apachelounge.com/download/
Linux : http://www.modsecurity.org/download/
Met mencoba ye …

Continue reading »

Kenangan Buruk Bersama Apache, MySQL dan PHP di Linux

Ga tau kenapa Webserver Apache 1.3x ku yang di Ubuntu Linux rada gokil
segala aplikasi PHP yang konek ke database MySQL, trus mau aku tampilin ke browser dibilang error ama Apache-nya,
padahal server MySQL-nya udah aku cek, tapi ternyata baik-baik aja … settingan PHP udah bener …
httpd.conf and site-enable.conf juga fine-fine aja dicek lewat commandline, bahkan Apachetop [...]

Continue reading »