does this work?
ServerName mail.yourdomain.com
DocumentRoot /path/to/the/index/page/
ErrorLog /dev/null
TransferLog /dev/null
</VirtualHost>
Try both your entries in that format.
r.
Code:
<VirtualHost XXX.XX.XXX.XX> ServerName mail.yourdomain.com
DocumentRoot /path/to/the/index/page/
ErrorLog /dev/null
TransferLog /dev/null
</VirtualHost>
Try both your entries in that format.
r.