So what are the benefits to running symfony (or PHP5) through lighttpd? I'm not good with server configuration, but I really couldn't get *that* much more performance by using lighttpd+fastcgi versus apache2+mod_php, but I do like the ease of use that lighttpd offers.
On Dec 19, 2007 12:36 PM, Kiril Angov <[EMAIL PROTECTED]> wrote: > > If you know lighttpd, this should be what you need: > > alias.url = ( > "/sf/" => "/usr/local/pear/data/symfony/web/sf/" > ) > > url.rewrite-once = ( > "^/(.*)\.(.*)" => "$0", > "^/([^.]+)$" => "/index.php/$1", > "^/$" => "/index.php" > ) > > Kupo > > Eno wrote: > > On Dec 19, 12:36 pm, "Ian P. Christian" <[EMAIL PROTECTED]> wrote: > > > > > >> I know people have used lighttpd just fine. Infact,I tihnk the wiki has > >> a page about doing so.... > >> > > > > What about things like mod_rewrite? How do you do that under lighttpd? > > > > > > > > > > > > > > > > > > -- Dave Dash 612.670.0621 Discover your favorite restaurant: reviewsby.us gtalk: dave.dash --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
