vps服务器问题

时间:2019-02-04 21:02:09

标签: php vps ubuntu-server

我正在vps上使用ubuntu服务器,并且正在尝试设置我的网站。我已经安装了apache2 php mysql。 apache2和php有效,但是当我打开我的网站时,它显示了我

我已经安装了apache2 php mysql。 apache2和php有效,但是当我打开我的网站时,它显示了我

此页面无效

www.specialselektrods.lv当前无法处理此请求。

HTTP错误500

这是启用站点的配置文件

<VirtualHost *:80>

        ServerAdmin uldisnelsons@gmail.com
        ServerName www.specialselektrods.lv
        ServerAlias specialselektrods.lv

       DocumentRoot /home/chroot/websites/specialselektrods.lv

       ErrorLog /home/chroot/websites/specialselektrods.lv/weblogs/error.log
       CustomLog /home/chroot/websites/specialselektrods.lv/weblogs/error.log combined

       <Directory /home/chroot/websites/specialselektrods.lv/>
               Require all granted
       </Directory>
</VirtualHost>

在网站error.log文件中显示了此信息

[Fri Nov 30 16:12:06.083381 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /index.html denied (filesystem path '/home/chroot/websites/s$
[Fri Nov 30 16:12:06.083555 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /index.cgi denied (filesystem path '/home/chroot/websites/sp$
[Fri Nov 30 16:12:06.083575 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /index.pl denied (filesystem path '/home/chroot/websites/spe$
[Fri Nov 30 16:12:06.083593 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /index.php denied (filesystem path '/home/chroot/websites/sp$
[Fri Nov 30 16:12:06.083608 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /index.xhtml denied (filesystem path '/home/chroot/websites/$
[Fri Nov 30 16:12:06.083620 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /index.htm denied (filesystem path '/home/chroot/websites/sp$
87.99.94.205 - - [30/Nov/2018:16:12:06 +0100] "GET / HTTP/1.1" 403 516 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.3$
[Fri Nov 30 16:12:06.807082 2018] [core:error] [pid 22909] (13)Permission denied: [client 87.99.94.205:52853] AH00035: access to /favicon.ico denied (filesystem path '/home/chroot/websites/$
87.99.94.205 - - [30/Nov/2018:16:12:06 +0100] "GET /favicon.ico HTTP/1.1" 403 526 "http://www.specialselektrods.lv/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, lik$
87.99.94.205 - - [30/Nov/2018:16:12:57 +0100] "-" 408 0 "-" "-"

问题是:

什么是HTTP ERROR 500以及如何解决?

如何修复error.log文件中的所有内容

我还能做什么来解决我的问题?

0 个答案:

没有答案