how can i delete a virtual host entry for a specific domain from apache conf using shell script , i want remove the whole virtualhost tag like in below example.com <VirtualHost *:80> DocumentRoot /www/example1 ServerName www.example.com</VirtualHost>
[link][6 comments]