This is a discussion on Dynamic Configuration within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi folks. Is there a way to make apache read the configuration _directly_ from a mysql-db?Generating the files ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi folks.
Is there a way to make apache read the configuration _directly_ from a mysql-db?Generating the files just by reading the db with perl is a possible way,but not very..sophisticated. The sense behind:i want to create a web-based configuration tool,which just has access to a mysql-db which provides all neccessary informations for apache. Furthermore:is it possible to activate php/perl and so on on a virtual host basis? Thanks in advance, Sebastian |
|
|||
|
you could give mod_vdbh a try
Homepage: http://www.synthemesc.com/mod_vdbh/ Description: An Apache2 DSO for mass virtual hosting using a MySQL database if you use apache2 offcourse Sebastian Axmann wrote: > Hi folks. > > Is there a way to make apache read the configuration _directly_ from a > mysql-db?Generating the files just by reading the db with perl is a > possible way,but not very..sophisticated. > > The sense behind:i want to create a web-based configuration tool,which just > has access to a mysql-db which provides all neccessary informations for > apache. > > Furthermore:is it possible to activate php/perl and so on on a virtual host > basis? > > Thanks in advance, > Sebastian |