When you open your server as share host server (e.g webhost server) you have to make your server more secure than single account on single server. As we know, today many hosting company using suPHP for their webserver. It more secure than other module. But suPHP has a weakness.. in standard configuration it make open_basedir not work properly, so a user can read file from other users. And this condition [...]
Use this script to secure your config file, this script will chmod your config files at your webserver to 0600:
Mungkin hal ini sering sekali kita perlukan. Saya sendiri sering sekali membutuhkan ini ketika perlu merubah chmod atau permission sebuah webhost dengan kasus hanya perlu merubah pemission file atau directorynya saja. Untuk melakukannya sebenarnya gampang-gampang saja. Perhatikan struktur perintah berikut: find . -type [tipe-yang-diinginkan] -exec chmod [permission-yang-diinginkan] {} \; Ok, lanjut. Nah sekarnag kan kita ingin untuk merubah khusus file atau directory saja. Perhatikan pada contoh berikut ini akan: Merubah [...]

