Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17891

Shell script to edit apache config file

$
0
0

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>

submitted by MA5TER
[link][6 comments]

Viewing all articles
Browse latest Browse all 17891

Trending Articles