I had an ersatz build server running on my website, hosted by Network Solutions. Recently, I lost permissions to run make via PHP, presumably because of some silent server move or configuration change. I have had problems with NS in the past, so this gives me another excuse to switch hosts. Before I do that, though, can I expect other hosts to give me the luxury of running system commands like make?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
|||||
|
|
Any decent/competent web host should allow you access to make as there are no reasons not to and it's a pretty commonly needed utility. Letting users compile their own custom build of PHP or install apps in their home directory poses no additional security risks to a properly configured server, and without access to basic utilities like make, there's not much point to having SSH access. |
|||
|
|