Ok, here's an update... I've gotten Apache working again (yay)
by the (bad) expedient of taking the httpd.conf file from a working
machine and copying onto the new machine (Ratbert).

However, that still doesn't tell me if my syntax is right for
the virtual hosts....

Listen 82
Listen 81
NameVirtualHost 192.168.3.100:82
NameVirtualHost 192.168.3.100:81
<VirtualHost 192.168.3.100:82>
    DocumentRoot /var/www/html/raku/
</VirtualHost>
<VirtualHost 192.168.3.100:81>
        DocumentRoot /var/www/html/troop14/
</VirtualHost>
<VirtualHost _default_:*>
        DocumentRoot    /var/www/html
</VirtualHost>

Actually, I >KNOW< there is something wrong, as I can ONLY access the
site at port 82.  By a coincidence that's the first virtual host in 
my list... but it IS a coincidence, as I can't bring up port 81 if
I reverse the two, but port 82 still comes through.  Port 80 doesn't
come through, either.

Anyone on the list know what mistake I'm making on the Virtual Hosts?

Bill
> -----Original Message-----
> From: Ward William E DLDN [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 23, 2002 1:50 PM
> To: Redhat-List (E-mail)
> Subject: RH7.3 and Apache... problem with it not starting
> 
> 
> I'm trying to set up Apache to work on my system; long story short,
> while I had Apache working briefly, it's not working now (only changes
> made were in /etc/httpd/conf/httpd.conf).  This is a STOCK 
> RH7.3 system;
> I only installed it last night, it's not connected to the internet yet
> (because I can't get up2date to work.... something is wrong 
> with it at 
> Red Hat).



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

Reply via email to