T
T
Twelfth Doctor2017-01-22 20:10:37
Apache HTTP Server
Twelfth Doctor, 2017-01-22 20:10:37

Why is the default Apache stub displayed instead of a website?

Hello! Tell me, for some reason, instead of the site, the standard Apache stub page is displayed.
Apache config file for this site:

<VirtualHost :*80>
AssignUserID *** ***
DocumentRoot /home/***
DirectoryIndex index.php
ServerName ***
ServerAlias www.***
<Directory /home/***/>
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo
Order allow,deny
allow from all
</Directory>
</VirtualHost>

When I go to the site, I see this:
127d733cfe924e55830af9ecf59fbe38.jpg
OS: Ubuntu Server 16.04 x64

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Ulrich, 2017-01-22
@verdex

And you did not forget to include this config? Apache reloaded? Give the contents of the sites-enabled directory
And why not use the /var/www directory?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question