PHP Security?

Discussion in 'Programming/Scripts' started by BorderAmigos, Jul 16, 2010.

  1. BorderAmigos

    BorderAmigos New Member

    I can do about any administrative function on my servers using php programming. While the database, ssh, etc, require passwords there are some things that don't. What are some suggestions to increase server security from users breaking things while still allowing them as much flexibility on their own sites? Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    With mod_php, you can use PHP safe mode, or you use suPHP or PHP + FastCGI.
     

Share This Page