Changes

Jump to navigation Jump to search
don't use chown 777
Line 84: Line 84:  
    
 
    
 
===Web Applications===
 
===Web Applications===
 +
*chmod 777
 +
 +
Using 777 is always wrong (despite the fact that many howtos recommend it). 0770 is sufficient, as long as www is a member of the group owning the directory, and is safer.
 +
 +
Use chown www /path/to/dir <br />
 +
and preferably put your app in /opt/app not in an ibay
    
*Wasn't mod_perl installed in previous versions? How do I install it?
 
*Wasn't mod_perl installed in previous versions? How do I install it?

Navigation menu