What is SuPHP?

Posted onCategoriesLAMP

It runs all PHP scripts as the user in whose account they reside – rather than running all scripts as user “nobody”. It also prevents scripts that have insecure permissions from running. What problem with regular PHP, and how SuPHP benefits over? SuPHP does not allow files/folders to run where they have group and world Read More …

MySQL® Database

Posted onCategoriesLAMP

The MySQL® database has become the world’s most popular open source database because of its consistent fast performance, high reliability and ease of use. It’s used in more than 6 million installations ranging from large corporations to specialized embedded applications on every continent in the world. (Yes, even Antarctica!). Not only is MySQL® the world’s Read More …

Linux is case-sensitive

Posted onCategoriesLAMP

Linux is case-sensitive. For example: myfile, Myfile, and myFILE are three different files. Your password and login name are also case-sensitive. (This follows tradition since both UNIX and the “c” programming language are case-sensitive.) Naming conventions for files and directories are identical. All the files and directories which you create (for yourself, as a user) Read More …