[TYPO3-german] NEOS Installation mit Xampp auf Linux Mint 17
Martin
martinstockffm at googlemail.com
Fri Aug 1 17:10:41 CEST 2014
Ich versuche Typo3 Neos 1.1 in XAMPP auf Linux Mint 17 zu installieren
In der "hosts" Datei steht:
127.0.0.1 localhost
127.0.0.1 neos.demo
127.0.1.1 roma-HP-Pavilion-dv6700-Notebook-PC
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Folgende Eintragungen befinden sic in "httpd-vhosts.conf":
# Virtual Hosts
#
# Required modules: mod_log_config
# 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.4/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.
#
# 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 webmaster at dummy-host.example.com
DocumentRoot "/opt/lampp/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 webmaster at dummy-host2.example.com
DocumentRoot "/opt/lampp/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>
NameVirtualHost *:80 # if needed
<VirtualHost *:80>
ServerName neos.demo
DocumentRoot "/opt/lampp/htdocs/TYPO3-Neos/Web/"
# skip the following line for development
SetEnv FLOW_CONTEXT Production
</VirtualHost>
Wenn ich lokal "http://neos.demo/" aufrufe, werde ich zur "Xampp/Lampp" Startseite weitergeleitet und sehe im URL feld: "http://neos.demo/xampp".
Bei "neos.demo/setup" sehe ich ne 404 Fehlerseite.
In der Datei "httpd.conf" habe ich das "#" vor der Zeile "Include etc/extra/httpd-vhosts.conf" entfernt. Daraufhin kann ich den Apache Server nicht mehr stoppen oder starten. Klicke ich auf stoppen, so bleibt der Apache am Laufen.
Was ist falsch?
More information about the TYPO3-german
mailing list