NameVirtualHost 55.55.555.55:80
<VirtualHost 55.55.555.55>
BytesLog domlogs/cpanel.ev1servers.net-bytes_log
ServerName cpanel.ev1servers.net
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
NameVirtualHost 55.55.555.55:80
<VirtualHost 55.55.555.55>
ServerName plain.ev1servers.net
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
There were multiple entries like this in /etc/httpd/conf/httpd.conf so I went through and changed them all to my host name instead. Well, now I've realized I probably don't need the duplicates so is it okay to delete them? I'm not sure what I can safely remove because both of those entries are preceded by NameVirtualHost 555.55.555.55:80. It's the same IP address and everything. Can I safely delete the duplicate NameVirtualHost entry as well?
<VirtualHost 55.55.555.55>
BytesLog domlogs/cpanel.ev1servers.net-bytes_log
ServerName cpanel.ev1servers.net
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
NameVirtualHost 55.55.555.55:80
<VirtualHost 55.55.555.55>
ServerName plain.ev1servers.net
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
There were multiple entries like this in /etc/httpd/conf/httpd.conf so I went through and changed them all to my host name instead. Well, now I've realized I probably don't need the duplicates so is it okay to delete them? I'm not sure what I can safely remove because both of those entries are preceded by NameVirtualHost 555.55.555.55:80. It's the same IP address and everything. Can I safely delete the duplicate NameVirtualHost entry as well?