Hello sneader,
I've opened a new thread about this issue as it isn't related to the initial issue. Best to open a new thread whenever possible about such matters.
The document root should be /usr/local/apache/htdocs with the index.html in that location. Do you have any entry above that one for the main IP in /usr/local/apache/conf/httpd.conf file? Apache will select whatever is the first VirtualHost IP listed in httpd.conf
Can you try rebuilding Apache and restarting it using these commands (I have a backup being made first before the rebuild)?
Code:
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak110325
/scripts/rebuildhttpdconf
/etc/init.d/httpd restart
Also, could you try checking in a proxy such as proxify.net or kproxy.com to ensure this isn't some type of bizarre caching going on?
Thanks!