Restart a single apache vhost
- by snowflake
I've got an Apache (2) server with several virtual hosts. I currently have mysql db locks problems on one virtual host. A common and practical way to easy release those locks and unlock the site (while the dev team refactor its application to avoid the locks), is to simply restart the apache server.
I'm wondering if there is a way to restart the single vhost that is in trouble.
Thank you for any comments