最新源码库-源码论坛-商业源码免费分享社区!

 找回密码
 马上注册
搜索
热搜: 活动 交友 discuz
查看: 781|回复: 0

ssrpanel安装

[复制链接]

190

主题

238

帖子

970

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
970
发表于 2022-4-6 12:14:08 | 显示全部楼层 |阅读模式
支持环境apache  mysql5.7  php7.1
安装php扩展 fieinfo sg11  redis

其中fileifo如果内存小于1G可能安装部上   
解解决方法Linux工具箱 设置虚拟内存
添加swap 把0改成1024 即可

禁用函数 :
proc_open   putenv   pcntl_alarm   pcntl_signal  system   没有的话可以忽略

重启php

设置伪静态

location / {undefined

try_files $uri $uri/ /index.php$is_args$args;

}


location / {    try_files $uri /index.php$is_args$args;}
7.1或以下版本  网站根目录下执行依赖

composer install --ignore-platform-reqs

添加定时任务
php /www/wwwroot/baidu.com/artisan schedule:run >> /dev/null 2>&1





回复

使用道具 举报

您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

Powered by Discuz! X3.2

©Comsenz Inc.

快速回复 返回顶部 返回列表