ScriptAlias /fcgi-bin/ "/fcgi-bin/" Options None Require all granted AddHandler fcgid-script .fcgi # Set our environment variables for the IIP server FcgidInitialEnv VERBOSITY "1" FcgidInitialEnv LOGFILE "/var/log/iipsrv.log" FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "10" FcgidInitialEnv JPEG_QUALITY "90" FcgidInitialEnv MAX_CVT "5000" FcgidInitialEnv MEMCACHED_SERVERS "localhost" # Define the idle timeout as unlimited and the number of # processes we want FcgidConnectTimeout 20 FcgidIdleTimeout 0 FcgidMaxProcessesPerClass 1