1

I've set up an app which builds new websites. I am creating virtual host files automatically when a user signs up.

Is there a "right" way to enable the virtual host and reload apache from the web app or should I delegate that task to a cron job with root privileges? I added www-data to the sudoers folder but I still have a permission denied in my error log.

Ubuntu 11.10 running Apache/Mod_PHP

1 Answer 1

4

Seems like dynamic vhosts are very useful in your situation. You don't need to reload apache in case with vhosts at all.

1
  • You're right, this seems like the best path = ) Commented Jun 26, 2012 at 19:21

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .