[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Virtuelle Server



Hallo Christian,

* Christian Fein schrieb [28-07-02 19:09]:
> On Sun, Jul 28, 2002 at 06:35:31PM +0200, Dirk Prösdorf wrote:
> > Gut, dann Standardfrage: Was sagen die Logfiles?
> 
> /usr/apache/logs/error
> [Sat Jul 27 23:32:02 2002] [warn] NameVirtualHost 213.221.110.135:80 has
> no VirtualHosts

NameVirtualHost 192.168.0.1

<VirtualHost 192.168.0.1>	<-- Hier muss das Gleiche stehen
					wie bei NameVirtualHost
  ServerAdmin webmaster@domain.tld
  DocumentRoot /var/www/1
  ServerName domain.tld
  ServerAlias www.domain.tld
</VirtualHost>

<VirtualHost 192.168.0.1>
  ServerAdmin webmaster@domain2.tld
  DocumentRoot /var/www/2
  ServerName domain2.tld
  ServerAlias www.domain2.tld
</VirtualHost>

So und nicht anders läuft es bei mir.

Gruss Udo

-- 
Es gibt keine Witze über Microsoft, es sind Tatsachen.

Attachment: pgpsjXj8X22Pu.pgp
Description: PGP signature


Reply to: