> Auch nur per <IfDefine ...> um das "Include ..." herum möglich; die 
moin,
du kannst die variable in /etc/sysconfig/apache2 setzen
APACHE_SERVERNAME=doc1

und in der conf verarbeiten :

# Die DocumentRoot

<IfDefine doc1>
DocumentRoot /doc1_www/htdocs
    <Directory "/doc1_www/htdocs">
        Options FollowSymLinks
        AllowOverride None    
        Order allow,deny
        Allow from all
    </Directory>
</IfDefine>

<IfDefine doc2>
DocumentRoot /doc2_www/htdocs
    <Directory "/doc2_www/htdocs">
        Options FollowSymLinks
        AllowOverride None    
        Order allow,deny
        Allow from all
    </Directory>
</IfDefine>

und so weiter ....

grüße
h1

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

Antwort per Email an