You could definitely use Haml as a CGI process via .htaccess (I'm not familiar enough with Apache to be able to detail exactly how, though). If you could find a way to integrate it with a FastCGI process, though, that would be significantly better; Haml has some heavy overhead for starting up, and if you run an individual process for each rendering it won't be able to cache anything.
- Nathan On 5/7/07, trady blix <[EMAIL PROTECTED]> wrote: > > > Okay, so what needs to be done to get HAML up and running on Apache ? > Do I need to set up a .htaccess file that incorporates the HAML > engine ? I'm not exactly sure how to get going when i want to serve > Haml files on very small projects that can't use webrick but for which > Rails would be complete overkill... > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
