我想进行主题中提到的配置。如果启动nginx,我会在/var/log/nginx/error中看到此错误消息。日志
*1连接()到unix:127.0。连接到上游时0.1:9000失败(2:没有此类文件或目录)
我试图设置与插座。我得到以下错误
unix:/var/run/php5-fpm.sock失败(2:没有这样的文件或目录)
似乎nginx需要一个文件或不路径是坏的。确切地说,我不明白我该如何解决它,
这是我的nginx设置
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
include /etc/nginx/fastcgi_params; }
当我尝试用套接字我用这个(fastcgi_passunix:/var/run/php-fpm/php5-fpm.sock;)
我在/etc/php fpm/www.conf中更改了只有“listen”属性依赖于fastcgi_pass。
有人知道我该怎么解决吗?
更新:我更改了fastcgi_pass unix:127.0。0.1:9000至fastcgi_通行证127.0。0.1:9000在这种情况下,我得到了以下错误
*1 connect() failed (111: Connection refused) while connecting to upstream,
当我启动php fpm时,下面的消息
Oct 17 09:30:31 raspi php-fpm[6605]: [17-Oct-2013 09:30:31] ALERT: [pool www] user has not been defined
Oct 17 09:30:31 raspi php-fpm[6605]: [17-Oct-2013 09:30:31] ERROR: failed to post process the configuration
Oct 17 09:30:31 raspi php-fpm[6605]: [17-Oct-2013 09:30:31] ERROR: FPM initialization failed
Oct 17 09:30:31 raspi systemd[1]: php-fpm.service: main process exited, code=exited, status=78/n/a
Oct 17 09:30:31 raspi systemd[1]: Unit php-fpm.service entered failed state
解决了的
我必须在php-fpm中设置以下用户
用户组listen.ownerlisten.group
我想做的:用Raspi零 我用的是: 覆盆子皮零 我遵循以下流程: 使用rasp-pi 3作为接入点 使用rasp-pi 2和2 wifi加密狗作为路由器(http://qiita.com/mt08/items/4247894833bd4dcb27e2#_reference-27aa37c4be7f602667ff) 在2台仪器中,带有2个加密狗的raspi可以连接到wifi路由器,同时成为一个接
按照本教程,我安装了所有提到的工具链。在“.bashrc”文件中选择合适的工具链“gcc-linaro-arm-linux-gnueabihf-raspbian”之后。在我提交“source.bashrc”之后,但是“arm-linux-gnueabi-gcc-v”不起作用。 这是我在“.bashrc”文件中的行: 这是我的bin文件夹: 使用Eclipse我可以为Raspberry编译。它编译正
我正在尝试接口Seeed Studio的RS485盾覆盆子Pi与Python Minimalmodbus库在覆盆子Pi 2b-不工作!!! shield:https://www.seeedstudio.com/rs-485-shield-for-raspberry-pi.html 我在覆盆子PI上测试了以下内容: 如果我使用Python串行库发送数据,它工作得很好。它打开从设备上的继电器并正确响应
带伸展 ,安装了pip (来自apt-get install firefox-esr) (来自https://github.com/mozilla/geckodriver/releases/download/v0.17.0/geckodriver-v0.17.0-arm7hf.tar.gz),复制到/usr/local/bin 因此,根据https://firefox-source-docs.mo
所以我试着用树莓PI在YouTube上流媒体。这个想法是用一个raspberry pi对连接的网络摄像头进行流式传输,另一个用来显示流式传输,有点像监控摄像头。两个raspberry Pi目前都在使用Raspbian。 所以我有没有可能直接用树莓PI流到YouTube上。
我尝试使用jitsi meet在raspberry上进行视频会议。首先,我使用https://meet.jit.si/创建一个房间并从我的raspberry pi 3板连接到该房间。我有一个picam camera v1插件到pi板和一个外部usb扬声器。其次,我使用chromium浏览器从raspberry加入会议,预览视频看起来不错。在那之后,我使用chrome浏览器从我的电脑加入了那个房间,