我正在尝试使用nginx
在openresty
和php
之间切换exec
和exec('/bin/systemctl stop nginx ; /usr/local/openresty/nginx/sbin/nginx -p /usr/local/openresty/nginx');
。
我用它来切换到openresty,exec('/usr/local/openresty/nginx/sbin/nginx -s stop ; /bin/systemctl start nginx');
和此ssh
切换到nginx。
两者均从/bin/systemctl start nginx
开始工作,但是从php开始,我无法启动nginx。该.sh
似乎没有执行。我尝试改为从type X struct {
Y Z
}
type Z interface {
...
}
个文件执行代码,但这没用。
答案 0 :(得分:0)
尝试使用
exec('/usr/local/openresty/nginx/sbin/nginx -s stop && /bin/systemctl start nginx');
答案 1 :(得分:0)
我可以使用它切换到MyCats a = new MyCats(12, "Foo");
:
openresty
,然后切换到shell_exec('/bin/systemctl stop nginx; /usr/local/openresty/nginx/sbin/nginx -p /usr/local/openresty/nginx');
:
nginx