Hello Can you indicate me how can I make rotate logs for logs defined on extra configuration files on windows? For example. I have insiede httpd.conf an include of the configuration file httpd-ssl.conf under location /conf/extra/.. I tried to set up in this way : TransferLog "|bin/rotatelogs.exe logs/access_%Y%m%d.log 86400" common But it doesn't work, I think there is a problem with the paths and the level of the folders because on httpd.conf it works well. Can you suggest me please?