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 Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.