solon Posted August 1, 2009 Share Posted August 1, 2009 hey guys i recently got a new linux server and i need help to add a directory into open_basedir . I have no idea about ssh so i would really appreciate any help! Thanks in advance Link to comment https://forums.phpfreaks.com/topic/168415-ssh-help-for-open_basedir-configuration/ Share on other sites More sharing options...
trq Posted August 2, 2009 Share Posted August 2, 2009 I'm not sure what ssh has to do with your question. ssh is simply the protocol you use to connect to a remote shell. I assume your having trouble editing your php.ini file from within your shell account? You need to open the file (as root) using an editor such as vim or (even simpler) nano. eg; sudo vim /etc/php/php.ini Link to comment https://forums.phpfreaks.com/topic/168415-ssh-help-for-open_basedir-configuration/#findComment-888603 Share on other sites More sharing options...
solon Posted August 3, 2009 Author Share Posted August 3, 2009 yes when i said ssh i ment shell commands.And that helped 'thrope' thnx. Link to comment https://forums.phpfreaks.com/topic/168415-ssh-help-for-open_basedir-configuration/#findComment-889349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.