webmaster1 Posted July 5, 2010 Share Posted July 5, 2010 I have a VPS and my host suggested using SSH to access php.ini. Do I need to learn how to use shell access or can I use a file manager or FTP to access the file (I'm using cPanel)? Quote Link to comment https://forums.phpfreaks.com/topic/206793-whats-the-easiest-way-to-access-phpini/ Share on other sites More sharing options...
premiso Posted July 5, 2010 Share Posted July 5, 2010 SSH will just give you access to shell commands. You can read up on BASH SHELL programming, for writing scripts. But if you ever worked with the linux command prompt it is simply a cd /path/to/php.ini then using VIM / VI / NANO you do nano php.ini to edit it and modify it to your likings. Quote Link to comment https://forums.phpfreaks.com/topic/206793-whats-the-easiest-way-to-access-phpini/#findComment-1081491 Share on other sites More sharing options...
webmaster1 Posted July 24, 2010 Author Share Posted July 24, 2010 Thanks for the explanation Premiso. I was trying to edit the memory_limit. For cPanel, it can be modified without directly editing the file: Main >> Service Configuration >> PHP Configuration Editor Quote Link to comment https://forums.phpfreaks.com/topic/206793-whats-the-easiest-way-to-access-phpini/#findComment-1090740 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.