php - shell_exec not respecting open_basedir -


I am creating a shared hosting but unfortunately I need to allow users to use shell_exec. I problem That's the order they can read almost any file in my server, including the files of other websites! How can I open shell_exec to open_basedir which I have set in the vhosts file?

I think there is no easy way to do this, blocking your customers in a specific directory For, you must block the running user running PHP. (Possibly Apache or www-data)

You have to implement a way to run each instance with a module or user, which you can defect on your specific path.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -