h5ai目录不显示文件
linux mint 19.3LNMP 1.7 安装PHP Version 7.4.2nginx/1.16.1
使用其他的源码程序一切正常,使用h5ai,目前不能正常显示,参考了https://bbs.vpser.net/forum.php?mod=viewthread&tid=13744&highlight=h5ai方法,找不到scandir,
以下是我的做法,是那里出错了吗?
设置好lnmp后,编辑虚拟主机配置文件:
vim /usr/local/nginx/conf/nginx.conf
增加了默认主页
index /_h5ai/public/index.php index.html index.php;
去除被禁用的 PHP 函数:
vim /usr/local/php/etc/php.ini
搜索 exec、passthru,将其从被禁用的函数中删除。
重启 web 服务器:
service php-fpm restart
service nginx reload
目录依然不显示,明明有文件的,死活,都是显示空, 目前版本scandir函数已经解禁了
只需要修改index 那一步,和重启nginx,不一定系统里是注册service了的,建议 /etc/init.d/nginx reload 或 /usr/local/nginx/sbin/nginx -s reload 重载配置文件 或 /etc/init.d/nginx restart 重启nginx
文件是否放错地方?你要存放的文件时需要放到 nginx虚拟主机配置文件里 root 设置的目录下面 我是在LNMP默认网站配置文件:/usr/local/nginx/conf/nginx.conf添加 /_h5ai/public/index.php请军哥,费脑
页:
[1]