History: Nginx
Preview of version: 6
Nginx
http://www.stevestreeting.com/2012/05/24/apache-to-nginx-part-2/
PHP
NetBSD PHP
The original NetBSD 6.0 nginx.conf has got a line
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
This leads to a File not found error page, and the line must be replaced with
fastcgi_param SCRIPT_FILENAME $request_filename;
or
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
to enable PHP.
Debian PHP
The same error as in NetBSD was observed as Debian 6.0 (Squeeze), the file is:
/etc/nginx/sites-available/default.
The problem is solved by using dotdeb:
http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian
PHP General
History
Information | Version | |||||
---|---|---|---|---|---|---|
Rodriguez Nyiringabo Add prevention of browsing of .git and node_modules content | 24 | |||||
Benoit Grégoire | 23 | |||||
Benoit Grégoire | 22 | |||||
Benoit Grégoire | 21 | |||||
Benoit Grégoire | 20 | |||||
Benoit Grégoire Merge forced https and base configuration for easier maintenance | 19 | |||||
Fabio Montefuscolo | 18 | |||||
luciash d' being 🧙 typos | 17 | |||||
Fabio Montefuscolo | 16 | |||||
Fabio Montefuscolo | 15 | |||||
Fabio Montefuscolo | 14 | |||||
Fabio Montefuscolo | 13 | |||||
Fabio Montefuscolo | 12 | |||||
rjsmelo | 11 | |||||
Jean-Marc Libs | 10 | |||||
Jean-Marc Libs | 9 | |||||
Jean-Marc Libs | 8 | |||||
Frank Guthausen Part 1 | 7 | |||||
Frank Guthausen Debian, dotdeb and php-fpm | 6 | |||||
Frank Guthausen link to php-fpm | 5 | |||||
Frank Guthausen PHP on Nginx NetBSD II | 4 | |||||
Frank Guthausen PHP on Nginx NetBSD | 3 | |||||
Marc Laporte | 2 | |||||
Marc Laporte | 1 |