Re: [Rabbit-proxy-users] Windows 2000?
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2005-04-25 21:06:49
|
Barry Judson wrote: > Please find part of my error log below. That is not the relevant part of the log. RabbIT configures the handlers during config file reading. So you will find that complaints about convert before rabbit is fully started: [24/Apr/2005:06:43:36 GMT][WARN][convert -/usr2/bin/convert- not found, is your path correct?] [24/Apr/2005:06:43:36 GMT][MSG][Configuration loaded, ready for action.] [24/Apr/2005:06:43:36 GMT][MSG][Started] If convert is not found during configuration then you will not see any complaints from the ImageHandler later on, but neither will you see any converted images. > The rabbit.conf file is default with no changes. The default config file tries to use the convert found in: convert=/usr/bin/convert That is a path that will work well on most linux:es and might work on some other unixes. You will have to change that to the path where you put convert in windows. What path did you put there? /robo |