我有一个问题,我的localhost =. it不运行我的代码,我做了,并运行另一个localhost与“it Works”消息.我尝试了许多方法来解决它,但我不能.
我认为我的conf有问题,这里是我的apache2
block="<VirtualHost *:$3>
ServerAdmin webmaster@localhost
ServerName $1
ServerAlias www.$1
DocumentRoot "$2"
$paramsTXT
$headersTXT
<Directory "$2">
AllowOverride All
Require all granted
EnableMMAP Off
1条答案
按热度按时间8i9zcol21#
我认为您应该使用以下代码sudo /etc/init.d/apache 2 restart
并尝试使用代码/etc/init.d/apache 2 stop停止Apache
请解释一下证明我错了