Pam, According to the website standards page (http://incubator.apache.org/guides/sites.html) podling sites can be generated using whatever technology you'd like.
Node.js is an option, but as a generator -- not as a hosting technology. So instead of building request handlers, you write it to just generate code via the templating engine you're using and output the generated code to plain html files. They also mention they'd recommend using Apache CMS, and later state that the website can also be hosted as a wiki it sounds like. Hope that helps! David Ash Hi, I am working on the website. Initially I was simply doing static files, > but that seemed to > involved a lot of repeated html code. I’ve implemented it using node.js to > better use templates, > but I’m wondering if that is supported in the Apache infrastructure. Will > I be able to run > node on the apache server that hosts the website? Thanks, Pam
