robert rottermann wrote:
keith,
thank you very much for your answer.
I was a bit unclear. I know that I can name the files like this

CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined

however I would like to have the "projekte2.fh-aargau.ch" part
replaced by a variable.
Is this possible?

NO.

Although for 1.3 you might want to look at mod_macro.  httpd.conf within
itself is not a scripting language, and there has been massive push-back
against ever making it so.

If you want some really slick auto-templating, perhaps you would rather
generate your httpd.conf file, yourself, on the fly within your apachectl
script file.  Then you can use the power of perl, python, or simply awk
to accomplish exactly what you want.

Bill


---------------------------------------------------------------------
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