How do I set up the vhost in apache 1.3? The way I have it set up right 
now, they just send it to the first one, regardless of all the others. 
I'm doing name based rather than IP based. 

After looking at the documentation, here's what I have:

NameVirtualHost 168.151.130.19

<VirtualHost 168.151.130.19>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/.aaron/houreyes
ServerName www.houreyes.com
ErrorLog /var/log/www/houreyes.com.err
TransferLog /var/log/www/houreyes.com.trn
</VirtualHost>

<VirtualHost 168.151.130.19>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/.lordwurm/public_html
ServerName wurmland.warped-reality.com
ErrorLog /var/log/www/wurmland.warped-reality.com.err
TransferLog /var/log/www/wurmland.warped-reality.com.trn
</VirtualHost>


   =--------------------------------------------=
   | Asher Haig        [EMAIL PROTECTED] |
   | Pager/Voice Mail              (972) 328-9247 |
   =--------------------------------------------=
"It was like a visit by Don Carleone. I expected to 
find a bloody computer monitor in my bed the next day."
-- Mark Andreessen regarding the visit from Microsoft.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to