Verifique qual domínio Apache está em execução

# apache2ctl -S   [On Debian/Ubuntu]
# apachectl -S    [On CentOS/RHEL]
OR
# httpd -S
Lokesh003Coding