Gallery2 rewrite rules
nginx at donsbox.com
nginx at donsbox.com
Wed Sep 17 04:10:28 MSD 2008
> I'm wondering if some of those are even needed.
They're used by the rewrite module to allow "friendly" URLS. For example:
This: http://pictures.donsbox.com/v/2008
Instead of: http://pictures.donsbox.com/main.php?g2_itemId=66556
> You should see if gallery has a main file that can control the entire
> app - like Wordpress, Drupal, etc.
The rewriting is only to produce human readable, friendly URLs. PHP
PathInfo is supported, too, so I can definitely do away with the
rewrites... but PathInfo is more expensive (and slower), so I was hoping
to convert the rewrite rules. Unfortunately, my regex prowess is
apparently not up to snuff, as I can't make nginx happy.
> Also - ditch spawn-fcgi. Use php-fpm :)
I saw a blog, somewhere, recommending the same. I run Gentoo, though, and
looks like it won't be added:
http://bugs.gentoo.org/show_bug.cgi?id=208155 Guess I can patch the
ebuild, or compile vanilla sources + php-fpm, if there's good reason.
What makes php-fpm superior? The doc is, umm, a bit light :-)
http://php-fpm.anight.org/docs.html
More information about the nginx
mailing list