Restart a single apache vhost
Posted
by
snowflake
on Server Fault
See other posts from Server Fault
or by snowflake
Published on 2012-09-13T09:22:38Z
Indexed on
2012/09/13
9:39 UTC
Read the original article
Hit count: 254
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
© Server Fault or respective owner