After using the "Update Server Packages" feature on CWP and restarting the server, I discover that all my domains point to the default test page.
Upon further investigation, I discover that the apache installation located in /usr/sbin/httpd is used instead of the default installation in /usr/local/apache/bin/httpd.
This caused a different httpd.conf file to be used instead of the correct one. Server working as intended when manually running /usr/local/apache/bin/httpd but not when starting httpd from CWP.
Where do I go from here?
EDIT: Just figured out I can change which apachectl is used by cwp by changing chkconfig httpd startup script found in /etc/rc.d/init.d, but the problem of the apachectl command on console and cwp showing "httpd dead but subsys locked" remain