I've tried this bit of code in SSH but doesn't work so well (displays a list of things on the server but couldn't see PHP_INI_PERDIR or php_value allow_call_time_pass_reference to edit): php -i | grep php.ini Code (markup): I've also thought about copying the php.ini into CGI-BIN, but can I edit the file safely with Dreamweaver/Notepad and then re-upload? cp /etc/php5/php.ini $HOME/example.com/cgi-bin/php.ini Code (markup):