komme nicht mehr auf XAMPP Startseite

Irgendwelche Probleme mit XAMPP für Linux? Dann ist hier genau der richtige Ort um nachzufragen.

komme nicht mehr auf XAMPP Startseite

Postby superbike » 27. January 2005 08:55

Hallo Leute,
mit folgender Konfiguration komme ich zwar wunderbar auf alle meine verschiedenen Websites, aber nicht mehr auf die XAMPP Startseite (localhost/xampp). Was mache ich falsch ?
Code: Select all
<VirtualHost *:80>
DocumentRoot /webhosts/arathunersee/htm_docs
ServerName www.arathunersee.ch
<Directory "/webhosts/arathunersee/htm_docs">
allow from all
Options +Indexes
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot /webhosts/arastar/htm_docs
ServerName www.arastar.ch
<Directory "/webhosts/arastar/htm_docs">
allow from all
Options +Indexes
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot /webhosts/arastar/htm_docs
ServerName www.ara-star.ch
<Directory "/webhosts/arastar/htm_docs">
allow from all
Options +Indexes
</Directory>
</VirtualHost>

Apache 2.0.52 / XAMPP 1.4.11 / Suse 8.0
Bin froh für Eure Hilfe!
User avatar
superbike
 
Posts: 38
Joined: 17. November 2004 15:17

Postby Wiedmann » 27. January 2005 12:26

Es fehlt der 1. VHost für den Standardserver.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby superbike » 27. January 2005 14:18

Ach so, den muss ich explizit einfügen, obschon im Webmin unter Apache neben meinen Websites ein Standard Server mit den gleichen Einstellungen zu sehen ist wie diejenigen die ich neu angefügt habe:
Code: Select all
<VirtualHost _default_:80>
DocumentRoot /opt/lampp/htdocs
<Directory "/opt/lampp/htdocs">
allow from all
Options +Indexes
</Directory>
</VirtualHost>

Danke für die schnelle Hilfe!
User avatar
superbike
 
Posts: 38
Joined: 17. November 2004 15:17

Postby Wiedmann » 27. January 2005 14:26

Code: Select all
<VirtualHost *:80>
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP für Linux

Who is online

Users browsing this forum: No registered users and 8 guests