php-fpm启动

前端之家收集整理的这篇文章主要介绍了php-fpm启动前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<table class="text"><tr class="li1">
<td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

PHP-fpm -p . -c etc/PHP.ini -y etc/PHP-fpm.conf -D -g run/PHP-fpm.pid   [work@: lnmp]$ sbin/PHP-fpm --help Usage: PHP-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p ] [-g ] [-c ] [-d foo[=bar]] [-y ] [-D] [-F]   -c | Look for PHP.ini file in this directory   -n               No PHP.ini file will be used   -d foo[=bar]     Define INI entry foo with value 'bar'   -e               Generate extended information for debugger/profiler   -h               This help   -i               PHP information   -m               Show compiled in modules   -v               Version number   -p,--prefix                    Specify alternative prefix path to FastCGI process manager (default: /home/work/liufan/lnmp-src/build).   -g,--pid                    Specify the PID file location.   -y,--fpm-config                    Specify alternative path to FastCGI process manager config file.   -t,--test       Test FPM configuration and exit   -D,--daemonize  force to run in background,and ignore daemonize option from config file   -F,--nodaemonize                    force to stay in foreground,and ignore daemonize option from config file   -R,--allow-to-run-as-root                    Allow pool to run as root (disabled by default) 原文链接:https://www.f2er.com/note/411446.html

猜你在找的程序笔记相关文章