Did you restart apache after making these changes?
Code:
<VirtualHost xx.xxx.xxx.xx>
ServerAlias xxxxx
ServerAdmin webmaster@jxxxx
DocumentRoot /home/xxxx/public_html
BytesLog domlogs/xxxxx.com-bytes_log
ServerName www.xxxxxxxxx.com
User j++++son
Group j++++son
CustomLog /usr/local/apache/domlogs/xxxxxxx.com combined
ScriptAlias /cgi-bin/ /home/xxxxxx/public_html/cgi-bin/
</VirtualHost>