linux - Is it necessary to run miltiple uWSGI web-sites with different users? -


In this they say:

customers ??? Applications can now be run (UWGG is running through the process manager of your choice, such as rc.local, upstart, supervisor, or who attacks your fancy) A different UID And limited (if you want) address space for each socket:

Is it really necessary to do this? If yes - why?

This is a general security rule, tampering any of your apps, if it is allowed to have the same permissions If it goes along, it will probably harm them too.

Comments

Popular posts from this blog

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

ios - Does Core Data autoupdate a many to many relationship on saving -

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