On 12/13/06, Florian Lindner <[EMAIL PROTECTED]> wrote:
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?
Yes, there are various modules available from
http://modules.apache.org/ that allow you to do stuff like this. But
I'd recommend simply pre-processing your config file with
m4/perl/python/whatever.
Joshua.
---------------------------------------------------------------------
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]