Reputation: 53
I'm currently using nginx as a transparent proxy for apache. I would like to use nginx + fcgi(php) but need mod-rewrite support.
Is this possible or is there an alternative solution to my woes?
This is for only 1 site, would litespeed be an effective solution?
Upvotes: 3
Views: 14787
Reputation: 5820
nginx has a rewrite module: http://wiki.nginx.org/NginxHttpRewriteModule
It doesn't support the same syntax as mod_rewrite, but has similar features.
Upvotes: 4