sniedermeyer@xxxxxxx wrote: > I know how to specify the name of the access log. However, I've been > unable to uncover how to specify a file name with a variable. For > example, > I'm using log rotate and would like to have the file name include the > date. > Does anyone know how to accomplish this? CustomLog "|/path/to/apache/bin/rotatelogs /path/to/access_%Y%m%d.log interval" See man strftime which parameters you can use (%Y is year, %m is month, %d is day, in case you didn't guess) --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx