@@ -52,6 +52,7 @@ For upgrading the already installed packages use:
5252vcpkg update
5353git pull
5454vcpkg upgrade --no-dry-run
55+ vcpkg install tiff openjpeg fastcgi libpng --triplet x64-windows
5556```
5657
5758## Download IIPImage server
@@ -67,7 +68,7 @@ Source: https://github.com/awesomized/libmemcached
6768
6869Binaries: https://artifacts.m6w6.name/libmemcached
6970
70- Download latest binaries - copy * libmemcached-awesome-...* sub-folders (bin, include, lib) to:
71+ Download latest * libmemcached-awesome-1.1.4.zip * and copy * libmemcached-awesome-...* sub-folders (bin, include, lib) to:
7172
7273 <IIP_HOME>\libmemcached
7374
@@ -79,6 +80,8 @@ Start Visual Studio and open the project file:
7980
8081Select ** Release** and target: ** x64**
8182
83+ Open: Solution Explorer -> iipsrv -> Project properties
84+
8285Adjust: Project properties -> C/C++ -> General -> * Additional Include Directories*
8386
8487 %VCPKG_ROOT%\installed\x64-windows\include\fastcgi;..\..\libmemcached\include;%(AdditionalIncludeDirectories)
132135
133136\* .dll files - ie:
134137
135- - jpeg62.dll
136- - libfcgi.dll
137138- fcgi-0.dll
139+ - jpeg62.dll
138140- liblzma.dll
139141- libpng16.dll
140142- openjp2.dll
@@ -146,10 +148,10 @@ For Memcached support copy from
146148
147149<IIP_HOME>\libmemcached\bin\* .dll
148150
149- - libhashkit .dll
150- - libmemcached .dll
151- - libmemcachedprotocol .dll
152- - libmemcachedutil .dll
151+ - hashkit .dll
152+ - memcached .dll
153+ - memcachedprotocol .dll
154+ - memcachedutil .dll
153155
154156to:
155157
@@ -208,12 +210,12 @@ FcgidInitialEnv FILESYSTEM_PREFIX "${IIPDATA}"
208210## VERBOSITY: 1 to 6
209211FcgidInitialEnv VERBOSITY "6"
210212FcgidInitialEnv LOGFILE "${SRVROOT}/logs/iipsrv.log"
211- FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "50 "
212- FcgidInitialEnv JPEG_QUALITY "90 "
213- FcgidInitialEnv MAX_CVT "3500"
213+ FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "100 "
214+ # FcgidInitialEnv JPEG_QUALITY "75 "
215+ # FcgidInitialEnv MAX_CVT "3500"
214216FcgidInitialEnv MAX_LAYERS "-1"
215217#FcgidInitialEnv MEMCACHED_SERVERS "127.0.0.1:11211"
216- FcgidInitialEnv ALLOW_UPSCALING "0 "
218+ FcgidInitialEnv ALLOW_UPSCALING "1 "
217219FcgidInitialEnv EMBED_ICC "0"
218220
219221# Define the idle timeout as unlimited and the number of processes we want
0 commit comments