Questions tagged «nginx»

有关Nginx,开放源Web服务器和反向代理服务器的问题。



8
Nginx无法重新加载-如何查找原因?
嗨,我的Nginx服务器在Ubuntu服务器12.04上运行了一段时间。 我一直在逐步增加各种技巧,并在我的wordpress页面上优化了加载时间。 对主机文件进行一些更改后,我决定: sudo /etc/init.d/nginx reload 我得到: 重新加载nginx配置nginx [失败] 没有给出其他信息或推理。如何重新启动服务器,以便在重新加载时打印任何错误声明,以便可以开始查找错误。 对于奖金问题: 对于那些Nginx系统管理员,当您对主机进行了大量更改并附加了一些其他信息后,突然您的nginx服务器将无法重新加载(顺便说一句,一切似乎仍在运行!),如何开始隔离的方法为什么或开始分解调试!

2
Nginx的核心,完整,附加和轻量软件包有什么区别?
nginx在Ubuntu上是一个虚拟软件包,由官方存储库中的五个软件包之一提供(至少自14.04起nginx-core,我相信默认为): $ apt-cache depends nginx | tail -n+2 | cut -d: -f 2 | sort -u nginx-core nginx-extras nginx-full nginx-light nginx-naxsi 这些软件包之间有什么区别?它们的建议用例是什么? 这个有点老的Debian Wiki页面之间有着功能比较extras,full,light和naxsi,但没有提到的core。14.04中有多少更改了? 二级 据我了解,它nginx不像Apache一样支持模块的运行时启用,安装nginx-extras影响性能会不会?
72 nginx 


8
Ubuntu 16.04中的Nginx安装错误
:〜$ sudo apt-get remove nginx * && sudo apt-get install nginx-full * 正在阅读包装清单...完成 建立依赖树 正在读取状态信息...完成 执行此操作后,将使用5,579 kB的额外磁盘空间。 你想继续吗?[Y / n] y 获取:1 http://in.archive.ubuntu.com/ubuntu xenial-updates / universe amd64 nginx-full-dbg amd64 1.10.0-0ubuntu0.16.04.1 [3,789 kB] 33秒内获得3,789 kB(112 kB / s) 选择以前未选择的软件包nginx-common。 (正在读取数据库... 189767当前安装的文件和目录。) 正在准备解压... / nginx-common_1.10.0-0ubuntu0.16.04.1_all.deb ... 正在解压缩nginx-common(1.10.0-0ubuntu0.16.04.1)... 选择以前未选择的软件包nginx-full。 正在准备解压... / nginx-full_1.10.0-0ubuntu0.16.04.1_amd64.deb ... …

2
我应该在Web根目录上设置哪些文件权限?
我使用Ubuntu Server 10.10,并已使用安装了Nginx Web服务器apt-get install nginx。它在处创建一个默认网页,/var/www/nginx-default/并且该目录具有权限drwxr-xr-x 2 root root。 当我访问默认站点http://localhost/时,页面上会显示此消息403 Forbidden。 我应该如何在www根目录上设置文件权限,以便可以安全地访问网页?还是我需要更改其他内容?
53 nginx 


2
Nginx官方PPA给出KEYEXPIRED gpg错误
每次执行apt-get升级时,都会出现以下错误: GPG错误:http ://nginx.org可信发布:以下签名无效:KEYEXPIRED 1471427554 通过将以下内容添加到我的sources.list中,我只是以标准方式安装了官方nginx ppa deb http://nginx.org/packages/ubuntu/ trusty nginx deb-src http://nginx.org/packages/ubuntu/ trusty nginx 这是他们最终有希望解决的错误,还是我最终需要做的事情?
34 apt  repository  nginx 

4
Ubuntu通常会发布及时的安全更新吗?
具体问题:Oneiric nginx软件包的版本为1.0.5-1,根据changelog于2011年7月发布。 最近存储器泄露漏洞(咨询页,CVE-二〇一二年至1180年,DSA-2434-1)是不固定在1.0.5-1。如果我没有误读Ubuntu CVE页面,则所有Ubuntu版本似乎都附带了易受攻击的Nginx。 这是真的? 如果是这样:我以为Canonical中有一个安全团队正在积极处理此类问题,因此我希望在短时间内(数小时或数天)获得安全更新apt-get update。 这种期望(使我的软件包保持最新状态足以阻止我的服务器遭受已知漏洞)通常是错误的吗? 如果是这样:我应该怎么做以确保其安全?在这种情况下,阅读Ubuntu安全公告将无济于事,因为nginx漏洞从未发布过。
32 security  nginx 

2
Ubuntu php5-fpm Unix套接字
我有Ubuntu 11.10,并安装了php5-fpm,我想配置nginx。我想使用unix套接字而不是tcp套接字,但是我找不到 /var/run/php5-fpm.sock 我也看了 /tmp/php5-fpm.sock php5-fpm.sock文件在哪里?我也试过 locate php5-fpm.sock 但是我什么也找不到 注意:php5-fpm正在运行。我已经开始作为服务 http://blog.bigdinosaur.org/wordpress-on-nginx/ http://blog.nas-admin.org/?p=25
23 php  nginx 

3
通过pip安装uwsgi 1.2.5
欢迎, 目前,我正在根据网站http://projects.unbit.it/uwsgi/wiki/Quickstart上的说明,尝试在VPS(Ubuntu 11.10)上安装最新的uwsgi。 pip install uwsgi 在编译期间,我看到一些错误: ... [gcc -pthread] spooler.o *** uWSGI compiling embedded plugins *** [gcc -pthread] plugins/python/python_plugin.o Complete output from command /usr/bin/python -c "import setuptools;__file__='/etc/apt/sources.list.d/build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-joud1I-record/install-record.txt: running install In file included from plugins/python/python_plugin.c:1:0: plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or …

1
dpkg-deb:错误:子进程粘贴被信号杀死(管道断开)nginx
软件最新选项会自动下载的升级nginx。但是在安装时会出现以下错误: Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: nginx 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/434 kB of archives. After this operation, 977 kB of additional disk space will …

3
如何在Nginx中启用TLS 1.2?
如何在Ubuntu 12.04服务器中为SSL连接启用TLS 1.1和1.2?我正在使用以下版本的nginx和openssl库。 $ ./nginx -v nginx version: nginx/1.2.3 $ openssl version -a OpenSSL 1.0.1 14 Mar 2012 built on: Tue Jun 4 07:26:06 UTC 2013 platform: debian-amd64 options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) blowfish(idx) compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat …
17 nginx  openssl 

3
在“ / opt”中安装了带乘客支持的Nginx之后,为什么它不从“ init.d”开始?
我经历了一个教程http://craiccomputing.blogspot.com/2010/10/passenger-3-nginx-and-rvm-on-mac-os-x.html,一切正常。没有错误。 Nginx with Passenger support was successfully installed. The Nginx configuration file (/opt/nginx/conf/nginx.conf) must contain the correct configuration options in order for Phusion Passenger to function correctly. This installer has already modified the configuration file for you! The following configuration snippet was inserted: http { ... passenger_root /home/alex/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14; passenger_ruby /home/alex/.rvm/wrappers/ruby-1.9.3-p194/ruby; …
15 nginx 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.