【发布时间】:2018-11-26 01:34:54
【问题描述】:
社区,
我的 Apache2.4 网络服务器有问题。
以下情况:
我有一个注册了@netcup 的域,并将其重定向到我的网络服务器的 IP(使用朋友的 IP,所以他的域也已经指向那里)
现在我以这种方式设置了我的 VirtualHost:
<VirtualHost *:80>
ServerName test.holzbau-krüger.de
ServerAdmin administrator@n-network.de
DocumentRoot /var/www/wg-manager
<Directory /var/www/wg-manager/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
</VirtualHost>
但是当我打开页面时,它会打开他的主页,在他的域下可以访问。
知道,有什么问题吗?
真诚的 Jan
【问题讨论】: