When I go to the link
http://198.70.62.105/~shox, I can see it fine. However, I also get the Apache Startup page when I go to
www.shoxland.com.
I'm not sure what's wrong?? You're right it looks ok to me. What version of Apache are you running? 1.3 or 2.0??
Here is an output of a user file (domain has been changed) that is working fine for me on Apache 2.0:
# Auto generated apache config file by DirectAdmin version 1.23.5
# Modifying this file is not recommended as any changes you make will be
# overwritten when the user makes any changes to his/her website
# Frontpage requires these parameters in every httpd.conf file or else
# it won't work.
ServerRoot /etc/httpd
<VirtualHost 206.222.222.60:80>
ServerName
www.bob.com
ServerAlias
www.bob.com bob.com
ServerAdmin
[email protected]
DocumentRoot /home/bob/domains/bob.com/public_html
ScriptAlias /cgi-bin/ /home/bob/domains/bob.com/public_html/cgi-bin/
UseCanonicalName OFF
SuexecUserGroup bob bob
CustomLog /var/log/httpd/domains/bob.com.bytes bytes
CustomLog /var/log/httpd/domains/bob.com.log combined
ErrorLog /var/log/httpd/domains/bob.com.error.log
<Directory /home/bob/domains/bob.com/public_html>
Options +Includes -Indexes
php_admin_flag engine ON
php_admin_flag safe_mode OFF
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f
[email protected]'
</Directory>
#php_admin_value open_basedir /home/bob/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/
</VirtualHost>
Also, make sure your /etc/httpd/conf/ips.conf is ok. Make sure it has a NameVirtualHost statement for your IP

ort.
All I can think of for now.
Louie