Mobile app version of vmapp.org
Login or Join
Margaret670

: Possible to leave proc_open() enabled on a shared host? We are working on a PHP component that requires proc_open() for it to work. Because of this, we have trouble running on common shared

@Margaret670

Posted in: #Security #SharedHosting #WebHosting

We are working on a PHP component that requires proc_open() for it to work. Because of this, we have trouble running on common shared hosts because proc_open() together with other functions like exec(), system(), passthru() and similar are usually disabled.

I am not a sysadmin but what I find interesting is that some hosts actually leave these functions enabled, and I wouldn't say they are amateurish, quite to the contrary from my experience. So the question is:

Is it possible to make a shared hosting secure with functions like proc_open() enabled? If so, what's the secret sauce? How can they afford it without risking one user on their servers doing something malicious with the other users' data?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme