Virtuella servrar i apache, får det inte att fungera
Hej!
Jag har köpt en gratis domän från binero.se, och har nu tänkt att koppla den till en virtuell server i apache. Grejen är att jag får samma sida om jag går in på mitt IP som på domänen, vad jag har förstått så ska man inte få det.
såhär ser det ut i httpd.cfg
<Directory "E:\www">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks Includes ExecCGI
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
<Directory "E:\overklockning">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ServerName *:80
<VirtualHost *:80>
ServerAdmin min.mail@telia.com
DocumentRoot "E:\overklockning"
ServerName www.overklockningssidan.se
ServerAlias overklockningssidan.se www.overklockningssidan.se
</VirtualHost>
Det är ingen brådska eftersom att jag igentligen inte har något viktigt där ännu men det skulle vara bra att veta