Varying Vagrants WordPress框 - 重启Apache

时间:2016-07-31 18:34:23

标签: wordpress vagrant

我已经安装了一个带有WordPress的Varying Vagrant Vagrant盒子。

我只是ssh,但无法找到如何重新启动Apache。

这是我尝试过的(连同错误):

$ sudo restart apache2
restart: Unknown job: apache2

$ sudo service apache2 restart
apache2: unrecognized service

apachectl restart
The program 'apachectl' is currently not installed. To run 'apachectl' please ask your administrator to install the package 'apache2'

如果有帮助,uname给出:

$ uname -a
Linux vvv 3.13.0-92-generic #139-Ubuntu SMP Tue Jun 28 20:42:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

Varying Vagrant Vagrants不使用apache作为Web服务器。在自述文件中,Apache未列为已安装。它使用nginx作为Web服务器而不是apache。

provision script中,您会找到以下两行:

<frame name="top" src="top.html" name="topmenu" />
<frame name="main" src="content.html" name="content" />  

这就是为什么你找不到apache。如果你想重新启动nginx,那么你可以尝试:

# nginx is installed as the default web server
nginx