Yes - I think it is possible.

This is part of the apache official httpd.conf file:

#<VirtualHost *:80>
#    ServerAdmin [EMAIL PROTECTED]
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
#    CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
#</VirtualHost>

Not the last entries for the log files.
I don't know how they implement it though.
Are they some sort of environment, or CGI variables?
Maybe someone else knows?

I'd be interested to know how it is done.

Keith


On Mon, 2 Jan 2006, robert rottermann wrote:

> To: users@httpd.apache.org
> From: robert rottermann <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename
> 
> 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?
> 
> somehow %{SERVER_NAME} must be known as I use it in a rewrite rule.
> 
> thanks
> robert

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