Trouble with Vagrant - “404 - Not Found”

前端 未结 5 1149
逝去的感伤
逝去的感伤 2021-02-09 10:47

I am attempting to make a LAMP box using Vagrant. I have been told that it is quite simple to use. I am completely new to networks and virtual machines and have very little expe

5条回答
  •  余生分开走
    2021-02-09 11:36

    Can you access your web server from inside your virtual machine ?

    For example, try curl localhost:80

    if curl is not installed, use sudo apt-get install curl on Ubuntu and try again.

    Also, have you checked your apache virtual hosts ? Is there a 000-default file in /etc/apache2/sites-available ?

提交回复
热议问题