EDIT:
old message:
Hello everyone, need help again.
Introduction to the problem (you can skip reading this)
The exact problem
So I figure we need to run apache as root so it could use bash to run Virtual macines via php. I think this might need to recompile the apache, but I was hoping for an easier solution. Any ideas?
Code:
we found out that apache is not the only choice for httpd, and now use monkey httpd. Thanks for trying to help
Hello everyone, need help again.
Introduction to the problem (you can skip reading this)
Code:
Me and my team are doing a project for our studies in the univercity that involves booting a linux based os from a USB, that runs a number of virtual machines (using VirtualBox) and does some computations inside the virtual machine. The interface beetween virtual machines and the host is done through a web page(php)
Code:
As our deadline is only a week away, we started connecting the parts and noticed this: only root is able to run virtual machines via the command line. We tried creating a new user that apache would run on, added all the groups root had, but it is no use.
Comment