Skip to content

Commit

Permalink
Merge pull request #20 from CGDogan/fixconsole
Browse files Browse the repository at this point in the history
Solve my fault BioFormats spamming console
  • Loading branch information
birm authored Sep 18, 2023
2 parents b42179e + 4c9861d commit ddf2dfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apache2-iipsrv-fcgid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ FcgidInitialEnv LD_LIBRARY_PATH "/usr/local/lib"
FcgidInitialEnv MAX_TILE_CACHE_SIZE "64"
FcgidInitialEnv BFBRIDGE_CACHEDIR "/tmp/"
FcgidInitialEnv BFBRIDGE_CLASSPATH "/usr/lib/java"
FcgidInitialEnv BFBRIDGE_LOGLEVEL "WARN"

# Define the idle timeout as unlimited and the number of
# processes we want
Expand Down
1 change: 1 addition & 0 deletions fcgid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ FcgidInitialEnv MAX_TILE_CACHE_SIZE "64"
FcgidInitialEnv CORS "*"
FcgidInitialEnv BFBRIDGE_CACHEDIR "/tmp/"
FcgidInitialEnv BFBRIDGE_CLASSPATH "/usr/lib/java"
FcgidInitialEnv BFBRIDGE_LOGLEVEL "WARN"

# Define the idle timeout as unlimited and the number of
# processes we want
Expand Down
1 change: 1 addition & 0 deletions iip_httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ FastCgiServer /var/www/localhost/fcgi-bin/iipsrv.fcgi \
-initial-env CORS=* \
-initial-env BFBRIDGE_CACHEDIR=/tmp/ \
-initial-env BFBRIDGE_CLASSPATH=/usr/lib/java \
-initial-env BFBRIDGE_LOGLEVEL=WARN \
-listen-queue-depth 2048 \
-processes 1

0 comments on commit ddf2dfa

Please sign in to comment.