Jag försöker fixa en virituel server.
Jag har ett domännamn.se som jag använder mig av. I var/www/wordpress ligger det jag vill ska visas.
Den här guiden har jag följt: http://www.debuntu.org/2006/02/22/7-vir ... g-apache-2
Det här står i etc/apache2/sites-enabled/wordpress.conf:
Kod: Markera allt
<VirtualHost domännamn.se>
ServerName domännamn.se
ServerAdmin webmaster@localhost
#We want to be able to access the web site using www.dev.example.com or dev.exa$
ServerAlias www.domännamn.se
DocumentRoot /var/www/wordpress
#if using awstats
ScriptAlias /awstats/ /usr/lib/cgi-bin/
#we want specific log file for this server
CustomLog /var/log/apache2/wordpress-access.log combined
</VirtualHost>
Kod: Markera allt
127.0.0.1 localhost.localdomain localhost domännamn.se www.domännamn.se
127.0.1.1 ubuntu
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Kod: Markera allt
using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
Tack!