Safe Mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to
try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels
aren’t very realistic, many people, especially ISP’s, use safe mode for now.
(more…)
Posts Tagged ‘Php’
Tips and Tricks PHP CON 2002
Wednesday, May 28th, 2008Introduction Linux
Monday, May 19th, 2008The name of a directory has to comply with the same rules as those applied on regular file names. One of the most important restrictions is that you can’t have two files with the same name in one directory (but keep in mind that Linux is, like UNIX, a case sensitive operating system).
Linux Cluster Howto
Sunday, May 18th, 2008We have identified at least two kinds of users of our cluster: those that need (i.e., take advantage of) permanent local processing power and disk space in conjunction with the cluster to speed up processing, and those that just need only the cluster processing power.
Flickr and PHP
Saturday, May 17th, 2008Normalised data is for sissies
Keep multiple copies of data around
Makes searching faster
Have to ensure consistency in the application logic