Resin Documentationapp server |
resin 4.0.57 release notes
We encourage people to report 4.0.57 bugs at http://bugs.caucho.com. 4.0.57 is primarily a bug fix release. Please see changes.xtp for a list of changes. session_store in resin.property now defaults to false, which disables persistent sessions. Multiple host/certificate for OpenSSL is now supported. The configuration looks like the following: ... <openssl> <certificate-file>... ... <host id="a.name.com"> <certificate-file>keys/host-a.crt</certificate-file> <certificate-key-file>keys/host-a.key</certificate-key-file> </host> ... </openssl>
|