13
Jun
Posted by dbunshin in Apache, Hobby, MySQL, PHP, Terserah. Leave a Comment
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 »
26
Dec
Posted by dbunshin in Apache, Hobby. Leave a Comment
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 »
22
Dec
Posted by dbunshin in Apache, Hobby, LINUX, MySQL, PHP. 4 Comments
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 »