gpt4 book ai didi

php - Fedora22 中的 Laravel 5 -> 500 内部服务器错误

转载 作者:太空宇宙 更新时间:2023-11-04 03:37:51 25 4
gpt4 key购买 nike

我更换了操作系统(debian8 到 fedora22),但我在这个操作系统中遇到了问题。拉拉维尔不工作。我尝试了很多“解决方案”但不起作用。

我的 httpd.conf 是:

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>

.httaccess

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

权限是:

chmod 777 web-system

我尝试:

chown -R apache:apache web-system

但不工作... Firebug 显示此错误:

enter image description here

最佳答案

我解决了这个问题:SeLinux 阻止了所有重写文件的尝试。我禁用它然后走了。正如我所读到的,尽管您也可以为 SeLinux 创建策略。

sudo nano /etc/selinux/config

SELINUX=enforcing 更改为 SELINUX=disabled 并重新启动

关于php - Fedora22 中的 Laravel 5 -> 500 内部服务器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30991527/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com