My domains still point to localhost root folder. I set up httpd.conf like this
<VirtualHost *>
ServerName
www.pockaj.clubDocumentRoot /home/username/public_html/pockaj
</VirtualHost>
I added domains via CentOs Web Panel, each domain pointing to different folder. Set DNS records.... but still all domains point to localhost base folder (/home/username/public_html). What is wrong?