I use lighttpd with FastCGI.

    $HTTP["host"] =~ "^noah.tyes.us$" {
      url.rewrite-once = (
        "^/notebook/(.*)$" => "/wbm/dispatch.fcgi/$1",
      )
    }

    $HTTP["host"] =~ "^noah.tyes.us$" {
      url.redirect = (
        "^/$"                =>              "http://noah.tyes.us/
notebook/"
      )
    }

When it comes to separating static and dynamic pages, I just keep
everything handled by Pylons in a single directory.  This way I can
have multiple apps running if I want.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to