• Apfeltalk ändert einen Teil seiner Allgemeinen Geschäftsbedingungen (AGB), das Löschen von Useraccounts betreffend.
    Näheres könnt Ihr hier nachlesen: AGB-Änderung
  • Viele hassen ihn, manche schwören auf ihn, wir aber möchten unbedingt sehen, welche Bilder Ihr vor Eurem geistigen Auge bzw. vor der Linse Eures iPhone oder iPad sehen könnt, wenn Ihr dieses Wort hört oder lest. Macht mit und beteiligt Euch an unserem Frühjahrsputz ---> Klick

Xampp Virtuellen Host einrichten

PumpkinHead

Golden Delicious
Registriert
30.03.09
Beiträge
8
Servus,

ich bin gerade frisch zu den Äpplern gewechselt und habe Prompt ein Problem.
Hab zwar die Suche bemüht aber bin zu keiner Lösung gekommen. Wenn ich versuche meinen
angelegten virtuellen Host aufzurufen, verweist es mich auf die xampp/index.php.

meine hosts sieht wie folgt aus:
Code:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1  demo.symweb.dev   # demo.symweb.de
127.0.0.1    localhost
255.255.255.255    broadcasthost
::1             localhost 
fe80::1%lo0    localhost
und meine httpd-vhosts.conf:
Code:
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at 
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
#<VirtualHost *:80>
#    ServerAdmin [email protected]
#    DocumentRoot "/Applications/xampp/xamppfiles/docs/dummy-host.example.com"
#    ServerName dummy-host.example.com
#    ServerAlias www.dummy-host.example.com
#    ErrorLog "logs/dummy-host.example.com-error_log"
#    CustomLog "logs/dummy-host.example.com-access_log" common
#</VirtualHost>

#<VirtualHost *:80>
#    ServerAdmin [email protected]
#    DocumentRoot "/Applications/xampp/xamppfiles/docs/dummy-host2.example.com"
#    ServerName dummy-host2.example.com
#    ErrorLog "logs/dummy-host2.example.com-error_log"
#    CustomLog "logs/dummy-host2.example.com-access_log" common
#</VirtualHost>

<VirtualHost *:80>
    DocumentRoot "/Applications/xampp/xamppfiles/htdocs"
    ServerName localhost
</VirtualHost>

<VirtualHost *:80>
    DocumentRoot "/Applications/xampp/xamppfiles/htdocs/kunden/demo.symweb.de"
    ServerName demo.symweb.dev
</VirtualHost>
 

PumpkinHead

Golden Delicious
Registriert
30.03.09
Beiträge
8
Keiner ne Idee, brauch den Kram zum Arbeiten. Sonst muss ich meinen alten Win rechner weiternutzen.:-c
 

drlecter

Wöbers Rambur
Registriert
04.11.06
Beiträge
6.442
Warum willst du überhaupt einen Virtuellen Host einrichten? Hast du so viele verschiedene Domains zum testen? Sonst packte das ganze doch einfach ins DokumentRoot und gut ist.
Was sagt denn das Log wenn du den Server startest?
Ach du hast die include Anweisung in der httpd.conf für die vhosts aktiviert?
 

hosja

Mutterapfel
Registriert
23.03.07
Beiträge
5.252
Ist der Apache von Mac OS X abgeschaltet?