Re: setting virtual hosts with apache

1999-04-26 Thread Remco van de Meent
Eugene Sevinian wrote: > > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/vhosts/radiovan/ > ServerName new_host.some_domain > ErrorLog /var/log/apache/new-error.log > TransferLog /var/log/apache/new-access.log > > > Is something wrong in this configuration? > > The new_host also set in

setting virtual hosts with apache

1999-04-26 Thread Eugene Sevinian
Hi all, It seems that configuring virtual hosts not so easy for me :( The one problem is that after adding virual stuff to httpd.conf for new_host.some_domain, I got lost my old_host.some_domain. I mean that looking from outside at both OLD and NEW addresses one can see only new_host's pages. Th