views:

57

answers:

1

Hi Everyone, 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?

+1  A: 

nginx has a rewrite module: http://wiki.nginx.org/NginxHttpRewriteModule

It doesn't support the same syntax as mod_rewrite, but has similar features.

Ian Gregory
Thanks, I saw that but I was hoping to get something for mod_rewrite. I went ahead and checked out litespeed, so far that's working fine.
VisBits