Results 149 comments of Ruven

You should be able to empty the internal caches by sending a SIGHUP signal to iipsrv like so: `kill -SIGHUP PID` where PID is the process ID of the running...

I guess the question is is it useful to rotate the tile index when rotation is requested in this way? The advantage of doing this is that the client then...

This kind of thing isn't really defined in the protocol standard. But, I'm inclined to favour remapping the index for both rotation and flipping. Otherwise, there isn't really any point...

iipsrv's IIIF info.json contains the "sizes" array which provides a list of all the physically available resolutions within the TIFF file. This is in addition to the "width" and "height",...

JTL? There shouldn't be any oversampling for individual tile requests as these don't (shouldn't) go through any rescaling.

The FastCGI apache module is no longer included by default in recent versions of Mac OS X, so you will need to install mod_fastcgi or mod_fcgid manually or using something...

Does it work if you just directly set LOGFILE to "/dev/stdout"?

Directing straight to /dev/stdout works for me. So both lighttpd and iipsrv are using the same log? Maybe lighttpd is blocking the output from iipsrv in some way. Does it...

> 2019-07-04 15:24:37: (log.c.166) server started Looks more like a lighttpd log entry to me, which is presumably coming from your (separate) lighttpd error log which must still be pointing...

You're running all this in a container environment through lighttpd, right? Try to see if you can get iipsrv to log to stdout without using any container and if that...