My httpd conf looks like this for a vhost on a dedicated IP. This is generated with WHM 10.8.0 cPanel 10.9.1-S14304 running on CentOS 4.5. Cpanel appears to create a VirtualHost entry even for sites on dedicated IPs.
NameVirtualHost 74.53.241.186:80
<VirtualHost 74.53.241.186>
ServerAlias featuredauction.com
ServerAdmin webmaster@featuredauction.com
DocumentRoot /home/featured/public_html
BytesLog domlogs/featuredauction.com-bytes_log
ServerName www.featuredauction.com
ServerAlias featuredauction.com
ServerAdmin webmaster@featuredauction.com
DocumentRoot /home/featured/public_html
BytesLog domlogs/featuredauction.com-bytes_log
ServerName www.featuredauction.com
User featured
Group featured
CustomLog /usr/local/apache/domlogs/featuredauction.com combined
ScriptAlias /cgi-bin/ /home/featured/public_html/cgi-bin/
</VirtualHost>
The main site IP is at 178. When Litespeed is configured to pull the Apache config it ignores all the additional IPs, and worse, sits on ALL incoming available IP addresses, making it impossible to set it up in conjunction with another webserver. I can provide the full httpd.conf if that will help diagnose the issue.
NameVirtualHost 74.53.241.186:80
<VirtualHost 74.53.241.186>
ServerAlias featuredauction.com
ServerAdmin webmaster@featuredauction.com
DocumentRoot /home/featured/public_html
BytesLog domlogs/featuredauction.com-bytes_log
ServerName www.featuredauction.com
ServerAlias featuredauction.com
ServerAdmin webmaster@featuredauction.com
DocumentRoot /home/featured/public_html
BytesLog domlogs/featuredauction.com-bytes_log
ServerName www.featuredauction.com
User featured
Group featured
CustomLog /usr/local/apache/domlogs/featuredauction.com combined
ScriptAlias /cgi-bin/ /home/featured/public_html/cgi-bin/
</VirtualHost>
The main site IP is at 178. When Litespeed is configured to pull the Apache config it ignores all the additional IPs, and worse, sits on ALL incoming available IP addresses, making it impossible to set it up in conjunction with another webserver. I can provide the full httpd.conf if that will help diagnose the issue.