After completing the upgrade to v11.24 successfully we've experienced a slight issue... and this isn't on one server, but multiple servers across multiple datacenters.
For some reason the following was added to the httpd.conf for majority of IP's on each server...
================================
# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
<VirtualHost 127.0.0.1:80>
ServerName server.hostname.com
DocumentRoot /usr/local/apache/htdocs
ServerAdmin
[email protected]ain.net
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
================================
The problem with this is that now when you "Show IP Address Usage" all the once dedicated IP's now show as having two hostname's attached to them...
To compound this issue you can't reload/update SSL cert's on these IP's/hosts because CPanel doesn't think the IP's are dedicated any longer...
Yes I've tried rebuilding the httpd.conf and that did nothing...
Anyone else experiencing this or have a fix?