Hello,
I would like to cache (PHP fast_cgi) 404 response.
error_page 404 = /url_rewriting.php;
In my url_rewriting.php I generate image by
requiring the render_img.php
file:
if(strpos($_SERVER['REQUEST_URI'], 'render/framed/file') !== FALSE) {
$u
Hello,
I use Nginx on a home Debian appliance to run a couple of personal web
sites.
It's the only port reachable from the Net through the ADSL model with NAT
firewall enabled.
Recently, the server was no longer responding and I couldn't log on:
[code]
(initramfs) root
/bin/sh: root: not found
[