How to best maintain security with a contractor installing a PHP/CodeIgniter/MySQL app?

Posted by Greg on Server Fault See other posts from Server Fault or by Greg
Published on 2010-04-22T18:23:36Z Indexed on 2010/04/22 18:33 UTC
Read the original article Hit count: 248

Filed under:
|
|
|

I've been working with an offshore developer on an alpha version of my web app. He's going to be installing it on my server soon, and while I trust him, I also want to be prudent. How can I structure his access to the server and MySQL to allow him to get the app running without exposing more than I need to?

I've already got Apache, MySQL, and PHP installed.

© Server Fault or respective owner

Related posts about security

Related posts about php