Hi all, reading along internet the huge amount of docs found about mod_perl and mass hosting, I didn't find examples or solutions for what I am trying to do: I found the way to realize a dynamic vhost conf file, but I understood that this conf will be generated during startup. Instead I need a solution that allow adding a vhost to the database without need of restarting apache. Does anyone know how I can do it? Can I modify vhost configuration using mod_perl handlesr? If so, which kind of handler can I use?
thanks a lot Valerio 2008/3/21, André Warnier <[EMAIL PROTECTED]>: > I believe I saw an example of just that kind of stuff in one of the > books about Apache and/or mod_perl. > Maybe you want to check "the Mod_perl Developers Cookbook" or "Practical > Mod_perl". I don't have them with me right now, so I cannot tell you > which one for sure. They are excellent books anyway. > If I remember correctly, the title of the section was something like > "mass hosting with mod_perl". > Google is your friend. Try searching for : modperl +"mass hosting" > > André > > Valerio wrote: > [...] > > > >> > I spent the last 3 days studying mod_perl and apache: I am trying to > >> > configure dynamic virtual hosts on apache. > > [...] >