If you have ever encountered problem on the permission when triggering web application from your website, chances are your webserver may not be running suPHP. What is suPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) read more
Tag Archives: Linux
The World of Command Line – Linux
June 30, 2009 – 1:30 pm
THE FILE SYSTEM In Linux system, everything is a file. A picture, an MP3 song, a text file, is a file. What about directories? A folder would be more familiar name for directory. And guess what, a directories, sub directories and sub-sub directories and etc too are a type of file. It is just a read more