> Yup. I place no restrictions at all. It doesn't even have to be a
> single
> table -- it can be the result of a multi-table join, as long as all of
> the columns have different names. They can be renamed using "AS", like
> "SELECT a.id, a.name, h.name AS hname FROM table1 a, table2 h" for
> example, which would then be accessed as ${id}, ${name}, ${hname}. Take
> a quick glance at the sample configuration
> <http://www.dmi.me.uk/code/apache/mod_sqltemplate/99_mod_sqltemplate.co
> nf>
> from the mod_sqltemplate site.

Good!

> 
> It can be from anything that can send Apache a signal (USR1 causes a
> graceful restart) as well. Running apache2ctl can be done from anything
> that has the right permissions to signal Apache.

Hum... I'll have to do something with netcat or so, because the web
interface that will manage the sql records, will be on another server.
Not a big problem.

> You can leave your existing configuration files and create a completely
> new one that handles all of your new virtualhosts.

Great!

Reply via email to