# ScriptAlias ScriptAlias /iipsrv/ "/iipsrv/" # Set the options on that directory AllowOverride None Options None Require all granted # Set the module handler AddHandler fcgid-script .fcgi # Set our environment variables for the IIP server FcgidInitialEnv VERBOSITY "4" FcgidInitialEnv LOGFILE "/var/log/iipsrv.log" FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "4" FcgidInitialEnv JPEG_QUALITY 90 FcgidInitialEnv MAX_CVT 10000 FcgidInitialEnv CORS "*" FcgidInitialEnv MEMCACHED_SERVERS "" # Define the idle timeout as unlimited and the number of # processes we want FcgidIdleTimeout 0 FcgidMaxProcessesPerClass 1