hello every1
i wanna remove some lines from a specific file , in my case it's httpd.conf where i wanna remove the Virtual host lines ( that i already add with a script ) is there any command to do this ?
we have to know that my httpd.conf looks like this :
Code:
...
...
#user1
<VirtualHost 10.0.0.1>
DocumentRoot /var/www/clients/user1
ServerName www.yahoo.com
</VirtualHost>
...
...
thnx for any suggestions !