Some stuff that we noted down while migrating a few ITOPS proxies
from 3.6 to 4.0.4:
1. Revert to a MaxProcs of 1, and do NOT copy a 3.6 style MaxProcs of, say, 32.
2. Bump up RqThrottle to 1024
3. Note that our Suntea application is buggy; It will NOT work with proxy 4.0.
4. Enable the REPORT method by adding the following to obj.conf:
...
Init fn="register-http-method" methods="REPORT"
...
5. sitemon is NOT functional in 4.0.
6. To avoid certian web applications (eg: Authentica plugin on Acrobat Reader) from timing out, bump up the timeout
paramater value for the CONNECT directive in obj.conf:
Service fn="connect" method="CONNECT" timeout="3600"
7. The smpatch application starts failing; This is no fault of 4.0, smpatch does
not seem to obey HTTP/1.1 specs.
More to come...