Hello,
is is possible to define a template for a vhost config entry and use this 
template in other entries. 
For example I have the template:

<Template>
        ServerName $SERVER_NAME
        ServerAlias *.$SERVER_NAME $MORE_ALIASES
        DocumentRoot /home/$DIR/http/pub
        CustomLog /home/$DIR/http/log/access.log combined
        ErrorLog /home/$DIR/http/log/error.log
        php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f 
[EMAIL PROTECTED]"
        php_admin_value open_basedir "/home/$DIR/http"
</Template>

now a config use this template

<VirtualHost *>
        $SERVER_NAME xgm.de
        $DIR xgmde
        $MORE_ALIASES someotherdomain.tld
</VirtualHost>

Can I do something like this?

Thanks,

Florian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to