- 环境:-**
Ubuntu 20.04.4 LTS
$ apache2 -version
Server version: Apache/2.4.53 (Ubuntu)
Server built: 2022-03-14T15:01:21
- 问题:-**
一切都很好,当我访问http://160.55.56.28/artifacts
和终端时,突然开始在浏览器上出现以下错误。
x一个一个一个一个x一个一个二个一个x一个一个三个一个
在/etc/apache2/apache2.conf
中有以下内容。
<Directory /var/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
$ ls -lsa /var/www/html/artifacts
0 lrwxrwxrwx 1 admin admin 55 Nov 10 09:03 /var/www/html/artifacts -> /home/admin/.mits/packages/releases
已执行chown -R admin:admin /var/www/
和chown -R admin:admin /home/admin/.mits/packages/releases
,服务重启后仍存在相同问题。
请建议我可能的解决方案。谢谢!
1条答案
按热度按时间relj7zay1#
以下内容有助于解决我的问题。