tags:

views:

40

answers:

2

Is there a php equivalent of mongrel? I don't want to install Apache, just to preview a simple template.

+1  A: 

I know it's not the ideal solution, but if it's just one page, you can render it straight out to HTML.

php /path/to/file.php > /path/to/output.html
Matchu
+1  A: 

mongrel2 looks promising!

MatthewFord