i have opened the httpd.conf file under conf and i have commentd on
#CustomLog logs/access.log common
and added folloowing parameters to it,
CustomLog "|C:\IBM HTTP Server\bin\rotatelogs.exe -l C:\IBM HTTP Server\logs\access%Y_%m_%d_%H_%M_%S.log 10" common
and then i saved httpd.conf file and when restarting the IHS webserver i am getting the following error.
C:\IBM HTTP Server\bin>Apache.exe -k start
unable to start piped log program 'C:/IBM HTTP Server/bin/rotatelogs.exe -l C:/I
BM HTTP Server/logs/access%Y_%m_%d_%H_%M_%S.log 10': The system cannot find the
file specified.
Unable to open logs could any one rectify this error.