Questions tagged «nginx»

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

1
nginx上的多个网站,一个IP
所以我正在使用数字海洋和nginx。我想托管多个网站(我的项目),但不想为每个网站购买一个域名。 有没有一种方法可以在一个IP上访问同时在nginx和数字海洋上托管多个网站?
14 nginx 

1
Nginx / PHP-FPM“访问被拒绝。”错误
我正在尝试设置新安装的Ubuntu(12.04)服务器,但无法通过php-fpm运行PHP文件。无论我做什么,我总是会收到“访问被拒绝”的信息。页面(纯文本,而不是html或其他内容)。 已安装的软件包: nginx nginx-common nginx-full php5 php5-cli php5-common php5-fpm 配置详细信息: PHP-FPM: user = www-data group = www-data listen = /var/run/php5-fpm.sock Nginx: user www-data; worker_processes 3; events { worker_connections 1024; } 默认/测试域: server { listen 80; server_name localhost; root /extra/htdocs/default; index index.html index.php access_log /extra/logs/default/access.log; error_log /extra/logs/default/error.log; location / { try_files …
14 12.04  php  nginx 

2
无法删除NGINX
我一直在尝试使用nginx作为php文件的网络服务器。我来自Apache背景,但我想尝试一下。我最近遇到了一个问题,需要切换回Apache。我使用删除了它apt-get remove nginx。 这个工作正常,我安装了Apache,生活也很好。我重新启动计算机,以某种方式启动了Nginx。我听不懂 我尝试再次将其删除,并收到消息: $ sudo apt-get remove nginx Reading package lists... Done Building dependency tree Reading state information... Done Package 'nginx' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 如果我寻找该程序(屏幕截图): $ which nginx /usr/sbin/nginx 有谁知道我是否做错了什么,或者下一步要怎么做? 我正在使用Xubuntu 14.04。
12 apt  14.04  uninstall  nginx 

3
nginx依赖问题尝试升级
尝试升级Ubuntu 12.04 vps时出现以下错误: henrik@neung:~$ sudo apt-get upgrade [sudo] password for henrik: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: nginx-full : Depends: nginx-common (= 1.2.4-1ubuntu0ppa2~precise) but 1.2.4-2ubuntu0ppa1~precise is installed E: …
12 12.04  apt  updates  dpkg  nginx 

4
为什么下载index.php而不是由Nginx渲染?
我已经撞了两天了。问题是index.php而不是对其进行下载而不进行处理。我使用Ubuntu 14.04,Nginx,php5。该nginx/site-available/default如下所示。我已经添加了index.php许多帖子所规定的条目。 server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.php index.html index.htm; # Make site accessible from http://localhost/ server_name localhost; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. try_files $uri $uri/ …
12 php  nginx 

3
在哪里可以更改apache显示的网页?
我已经安装了ubuntu 10.10,当我点击IP时,我看到: It works! This is the default web page for this server. The web server software is running but no content has been added, yet. 我应该在哪里查看从哪里提供? 奇怪的是,我刚刚安装了nginx并设置了一个静态页面,该页面也在端口80上提供服务(应该与为“工作页面”提供服务的默认apache冲突),当我重新启动nginx时,我没有绑定错误sayign端口80已被占用。 我不使用apache,也不想使用它,但是默认安装似乎有它。我不知道它在哪里,我在/ opt或etc / apache中看不到它。 谢谢!
11 apache2  nginx  bind 

2
手动删除nginx后如何安装
我已经安装nginx使用apt sudo apt-get install software-properties-common sudo add-apt-repository ppa:nginx/stable sudo apt-get install software-properties-common sudo apt-get update sudo apt-get install nginx 然后whereis nginx,rm 我想重新安装,nginx但现在我手动使用并删除了所有文件,但它不起作用并返回错误: awk: cannot open /etc/nginx/nginx.conf (No such file or directory) 我创建/etc/nginx/nginx.conf 然后使用apt-get install nginx它安装完全不起作用。 输出sudo dpkg -l | grep nginx: ii nginx 1.4.3-1~raring0 all small, powerful, scalable web/proxy server …
11 nginx 

1
如何使用nginx在Ubuntu上安装PHP 7以在PHP 5旁边运行
我想尝试php 7并让我的网站同时在php 7上工作,以防其他网站在php 5上工作,以防万一。这样我就可以从域虚拟主机配置中决定要运行哪个php。 我查看了php版本管理,发现可以运行两个版本,尽管我发现的版本似乎适用于apache。我正在寻找有关如何在nginx下执行此操作的更清晰说明。我也有hhvm运行,以防万一。
9 nginx  php7 

3
Nginx erreur它没有打开
请我服务器上的nginx确实启动了,请关注我 root@s45-****:/home/arabico# nmap 45.**** PORT STATE SERVICE 22/tcp open ssh 5/tcp open smtp 80/tcp open http Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds root@s45-****:/home/arabico# sudo service apache2 stop * Stopping web server apache2 * root@s45-****:/home/arabico# nmap 45.**** Starting Nmap 6.40 ( http://nmap.org ) at 2015-06-05 …

4
如何删除nginx并重新激活Apache?
我已经Apache2, mysql, php5 and phpmyadmin在Ubuntu 14.04上安装了,但后来错误地安装了nginx。 现在我的本地主机页面向我显示“ 欢迎使用nginx服务器”。和localhost/phpmyadmin链接不起作用。 如何找回LAMP服务器? 我使用命令删除了ngnix sudo apt-get remove nginx sudo apt-get purge nginx 安装Apache sudo apache2ctl restart 但在重新启动apache2结束时,出现此错误 sudo apache2ctl restart AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message httpd …

2
如何在nginx的wsgi中修复“ chdir():没有这样的文件或目录[uwsgi.c第1723行]”?
我的主目录中有treeio项目,现在我想在Nginx服务器中运行treeio。treeio已经可以在源代码附带的Django上独立运行。我不想在Django服务器上运行它,但是我想在nginx服务器上运行它。我只是按照Karthik的答案中给出的步骤进行操作。 但是,从该答案执行或遵循步骤4进行操作时,它将引发以下错误: [uWSGI] getting INI configuration from uwsgi.ini * Starting uWSGI 1.0.3-debian (32bit) on [Thu Jun 27 17:22:01 2013] * compiled with version: 4.6.3 on 17 July 2012 02:24:04 current working directory: /home/rajesh/treeio detected binary path: /usr/bin/uwsgi-core chdir(): No such file or directory [uwsgi.c line 1723] 我的uwsgi.ini档案包含 [uwsgi] # set …
9 nginx  django 

1
如何使用Nginx,APC和PostgreSQL设置PHP?
我使用Ubuntu Server 10.10,我想使用NginX,PHP 5.3.3,PostgreSQL以及最好使用APC和PHP Suhosin 来设置Web服务器环境。 我已经用设置了PostgreSQL apt-get install postgresql和Nginx apt-get install nginx。 但是如何为这些设置PHP?我可以使用apt-get install还是必须下载源代码并进行编译?我更愿意使用apt-get。 我想为Nginx 使用PHP-FPM。我在Internet上找到的大多数教程都是较旧的并且可以编译PHP,但是不建议将其用于生产服务器。 如何最简单地使用Nginx,APC和PostgreSQL设置PHP?或至少PHP-FPM + Nginx? 更新 现在我已经安装了一个新的Ubuntu服务器10.10和执行命令彼得建议用php5-suhosin加。在Nginx工作正常之后,我将生成的配置文件编辑如下。重新加载新的配置文件后,Nginx使用index.html文件仍然可以正常工作,但是当我添加index.php文件时,它停止工作。我想这与PHP-FPM,APC或与PHP相关的东西有关。但这也可能是PHP-FPM的配置文件。 这是我正在使用的Nginx的配置文件,其中大多数是默认生成的。我跳过了评论。 server { listen 80; listen [::]:80 default ipv6only=on; server_name localhost; access_log /var/log/nginx/localhost.access.log; location /favicon.ico { empty_gif; } location / { root /var/www; index index.php index.html index.htm; } …

1
无法让Nginx在Ubuntu 16.04服务器上运行php
编辑。 问题已经在这里得到了答案:https : //serverfault.com/questions/889334/cant-get-nginx-to-run-php-on-ubuntu-16-04-server 我正在设置运行nginx的服务器,并且试图使其运行php脚本。 显然,关于如何使Nginx运行php的最伟大的文章是这篇文章:https : //www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in- ubuntu-16-04 随着其他方向的发展,下面的讨论就此结束。 在nginx上启用PHP的最简单方法是什么? 我遵循数字海洋网站上的指示,但没有任何变化,我仍然无法运行php。 我对此很迷失,不胜感激。 这是输出sudo service nginx status: nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2017-12-17 13:46:33 GMT; 55min ago Process: 19056 ExecStop=/sbin/start-stop-daemon --quiet …
8 php  nginx  fastcgi 

2
Nginx仅在URL中包含.php时才下载PHP文件
我知道这是一个很普遍的问题,但我还没有人遇到类似的问题。只要.php扩展名不在URL中,我就可以提供PHP文件。例如: 如果我去,localhost我得到了我的index.php文件。如果我去localhost/index.php下载文件。这是我的配置: server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.php index.html index.htm; # Make site accessible from http://localhost/ server_name localhost; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. try_files $uri $uri/ …
8 php  nginx 

1
与juju一起部署多个wordpress网站
这似乎是一个显而易见的问题,但是您可以将多个(不同的)WordPress网站与自己的数据库一起部署吗?但是使用单个部署?因此,不能为每个站点服务使用专用的虚拟机。在这种情况下优化的调优是否可以工作? 即。我们目前正在使用cpanel / centos托管使用虚拟主机的多个站点(独立的html站点和php / mysql wordpress站点)。 那么juju wordpress魅力是否会考虑设置虚拟主机?还是在nginx“服务器块”的情况下? 还可以使用wordpress charm对其进行修改,以在其旁边部署独立的html网站(不需要数据库)吗?

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.