Howdy,

I'm trying to set up a local copy of Apache on our LAN to try things on 
before I try them on our main web server.

My Virtual hosts section looks like this:

<VirtualHost 192.168.0.81>
     ServerAdmin webmaster@localhost
     DocumentRoot /Webhomes/Testsite.com
     ServerName localhost
     ErrorLog logs/testsite.com-error_log
     CustomLog logs/testsite.com-access_log common
</VirtualHost>


I can't use a real domain name. because we don't have one here.

The virtual host section on the live server looks exactly like that, but it 
uses a real domain name. It works fine, but here on our LAN it's showing me 
the default Apache page instead of the index.html file that's in the dir.

Any suggestions? the perms are ok, all dirs are ugo+rx and all files are ugo+r.

                JW



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to