Difference between revisions of "nginx"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Notes: path correction)
(wiki: modules - http_scgi)
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
==About==
 
==About==
 
[[nginx]] is [[free/open source]] [[web server software]].
 
[[nginx]] is [[free/open source]] [[web server software]].
 +
===pages===
 +
* [[/PHP]]: how to get nginx to play nicely with [[PHP]]
 
==Links==
 
==Links==
 
* Official-looking pages:
 
* Official-looking pages:
Line 14: Line 16:
 
** http://nginx.org/en/
 
** http://nginx.org/en/
 
** http://wiki.nginx.org/
 
** http://wiki.nginx.org/
 +
*** [http://wiki.nginx.org/Modules Modules]
 +
**** [http://wiki.nginx.org/HttpScgiModule http_scgi]: does not seem to be listed in the non-wiki documentation
 
** http://nginx.net/ - release news
 
** http://nginx.net/ - release news
 
* {{wikipedia}}
 
* {{wikipedia}}
==Notes==
+
* How-to guides:
Apparently this is not a standard config, but the nginx install I'm working with uses the following folders:
+
** [http://blog.martinfjordvald.com/2010/07/nginx-primer/ nginx primer] - an introduction to the nginx configuration file
* '''/opt/nginx/''' - configuration and logging folders
 
* '''/etc/php5/fpm/''' - [[PHP-FPM]] configuration
 
** '''/etc/php5/fpm/pool.d/www.conf''' - config file to actually edit
 

Latest revision as of 02:04, 23 June 2012

About

nginx is free/open source web server software.

pages

  • /PHP: how to get nginx to play nicely with PHP

Links