On Jun 3, 2009, at 16:35, Bertrand Mansion wrote:

Lua can look like this :

DocumentRoot = "/htdocs"
ServerName = "www.example.com"
VirtualHosts = {
 "www.example.com" = { DocumentRoot = "/example.com/htdocs" }
}


I'm sure that, given time, I can be persuaded that this is a good thing.

This configuration snippet is certainly compelling. I can see that it solves real-world problems we actually have, and that it can eliminate the need for much of mod_rewrite.

Then I look at examples like the one Paul posted on his blog a while back (http://journal.paul.querna.org/articles/2008/12/23/mod_lua-in-apache-trunk/ ) and imagine the furor on us...@.

--
Whatever you do will be insignificant, but it is very important that you do it.
Mahatma Ghandi




Reply via email to