Archive for the ‘Log’ Category

System Update means..

Saturday, July 12th, 2008

Headache, for every bugs you’ve found. Tired, for downtime and complaints. and Happy, because you know that your system will never give any chance for Mr. ‘Excessive Resource Usage’ (hope so!). :D

Thank you suPHP.

T_PAAMAYIM_NEKUDOTAYIM

Friday, July 11th, 2008

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in H:\Web\f\base.php on line 140

err.. T_PAAMAYIM_NEKUDOTAYIM ? bahasa apa itu ?
* sepertinya saya butuh penerjemah sebelum koprol ke baris 140. :| *

Bypassing mod_security2 + apache2

Wednesday, February 13th, 2008

Normally, you can easily bypass mod_security2 + apache 1.3.x by adding this code in your .htaccess file :

<ifModule mod_security.c>
SecFilterEngine off
</ifModule>

But in apache2, you can’t use the code to bypass mod_security2 rules for 2 reasons :

  • Use SecRuleEngine instead of SecFilterEngine. Why ? Because SecFilterEngine didn’t exist in mod_security2 with apache2 :D
  • if you use SecRuleEngine Off in your .htaccess, you’ll get HTTP 500 error .

So use this code directly in your httpd.conf :

<ifModule mod_security2.c>
SecRuleEngine off
</ifModule>

[Worrying Start]
The code won’t last long, since httpd.conf will be auto-generated for CPanel server (server that running CPanel?). I guess i should add a new line in CPanel template’s vhost.default per vhost.servername. hmm…
** membacanya saja saya sulit, apalagi menulis disitu ** :(
[/Worrying Stop]

Mobile Web Server

Thursday, January 31st, 2008

Mobile WebServer
Lucu juga ya kalau punya web server ukurannya sebesar - atau bahkan lebih kecil - dari mouse . Dan ternyata bukan cuma IPhone yang bisa, mobile device bernyawa S60 pun sudah mampu melakukan hal yang sama.

Nokia yang memperkenalkan project ini. Web Server yang digunakan adalah Apache, pasangan yang cocok bukan ? Handphone dan web server sejuta umat. Project dari kedua pasangan ini diberi nama Raccoon. Dan percobaan terakhir yang dilakukan adalah PAMP (Personal Apache MySQL PHP ).

Dalam pikiran saya, PAMP bisa jadi kabar baik sekaligus kabar buruk. Bisa menulis kode dimana saja ketika inspirasi tiba-tiba datang tentu sangat menyenangkan. Tapi hati-hati, jangan sampai para boss tau :

Boss [B] : Project terakhir kenapa telat ?
Programmer [P] : anu boss, notebook saya rusak kemarin kesiram air..
[B] : Alesan, kamu kan punya hp yang bisa dipakai buat koding!
[B] : Ya sudah, gaji kamu saya potong karena telat mengumpulkan project..
[P] : ^&*^**#!!!*(

MVC Song

Thursday, December 27th, 2007

Kemarin lagu ini sempat ikut terhapus dari hard drive saya bersama beberapa JAV. Ini lagu yang saya dengarkan dulu sewaktu berkenalan dengan konsep MVC pada software engineering. Thank you Youtube, Thank you om James Dempsey, for such a great song.
Link ke video di Youtube

Liriknya ada di O’Reilly. ** takut kepanjangan kalau kopas disini. :D **