Möglicherweise die relevanten Teile der httpd.conf von einem Skript
generieren lassen, welches seinerseits die Daten aus der DB holt

Den gibt es schon!
mod_macro

NameVirtualHost *:80

<Macro vhost $sub $domain $admin>
   <VirtualHost $sub.$domain:80>
      ServerAdmin $admin
      DocumentRoot "/home/httpd/html/domains/$domain/$sub "
      ServerName $host
      php_admin_value open_basedir "/home/httpd/html/domains/$domain/$sub"
   </VirtualHost>
</Macro>

Use vhost www mydomain.com [EMAIL PROTECTED]
Use vhost private mydomain.com [EMAIL PROTECTED]

erzeugt dann 2 hosts

www.mydmain.com -> /home/httpd/html/domains/mydomain.com/www/
private.mydmain.com -> /home/httpd/html/domains/mydomain.com/private/


Nur dann muss ich den Indianer restarten. Mir wird schon etwas einfallen.

Gruß
Mario

--------------------------------------------------------------------------
               Apache HTTP Server Mailing List "users-de"
     unsubscribe-Anfragen an [EMAIL PROTECTED]
          sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an