Virtual Hosting funktioniert nicht mehr

Alles, was den Apache betrifft, kann hier besprochen werden.

Virtual Hosting funktioniert nicht mehr

Postby GARADAM » 03. November 2010 00:04

Virtual Hosting funktioniert nicht mehr

Nachdem ich meinen virtuellen Host über a2dissite deaktiviert und wieder aktiviert habe funktioniert dieser nicht mehr und verweist nur noch auf /var/www/.

Eigentlich habe ich nichts verändert, aber wohl auch den Host allgemein nicht sauber konfiguriert:

Code: Select all
<VirtualHost *>
   ServerAdmin webmaster@localhost
   ServerName www.abc.de
   DocumentRoot /home/abc.de/public_html/
   <Directory />
      Options FollowSymLinks
      AllowOverride None
   </Directory>
   <Directory /home/abc.de/public_html/>
      Options Indexes FollowSymLinks MultiViews
      AllowOverride None
      Order allow,deny
      allow from all
   </Directory>

   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
   <Directory "/usr/lib/cgi-bin">
      AllowOverride None
      Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
      Order allow,deny
      Allow from all
   </Directory>

   ErrorLog /var/log/apache2/error.log

   # Possible values include: debug, info, notice, warn, error, crit,
   # alert, emerg.
   LogLevel warn

   CustomLog /var/log/apache2/access.log combined
   ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>
</VirtualHost>
<VirtualHost *>
   ServerAdmin webmaster@localhost
   ServerName abc.de
   DocumentRoot /home/abc.de/public_html/
   <Directory />
      Options FollowSymLinks
      AllowOverride None
   </Directory>
   <Directory /home/abc.de/public_html/>
      Options Indexes FollowSymLinks MultiViews
      AllowOverride None
      Order allow,deny
      allow from all
   </Directory>

   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
   <Directory "/usr/lib/cgi-bin">
      AllowOverride None
      Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
      Order allow,deny
      Allow from all
   </Directory>

   ErrorLog /var/log/apache2/error.log

   # Possible values include: debug, info, notice, warn, error, crit,
   # alert, emerg.
   LogLevel warn

   CustomLog /var/log/apache2/access.log combined
   ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>
</VirtualHost>


Ich habe zwei Einträge da ich nicht wusste wie ich sonst "www.abc.de" und "abc.de" auf das selbe Verzeichnis schicke.

Den Server habe ich nach deaktivieren und aktivieren jeweils reloadet.

Ich bin für jeden Hinweis dankbar....
GARADAM
 
Posts: 3
Joined: 18. September 2010 16:47

Return to Apache

Who is online

Users browsing this forum: No registered users and 25 guests