OMERO.web now defaults to being mounted at the root on all webservers with the exception of IIS (Windows production deployment) where it continues to be mounted on /omero. Static files continue to be served from /static. Both prefixes can be customized (including on IIS) but note the configuration property omero.web.force_script_name has changed to omero.web.prefix.
Apache 2.4 with mod_proxy_fcgi is now supported.
OMERO.web FastCGI processes default to listening on 127.0.0.1 instead of all network interfaces. This improves security, see Customizing your OMERO.web installation if you need to listen on another interface.
If OMERO.web is disabled the generated Nginx and Apache configurations automatically display a maintenance page.
The semantics of the command for generating the Nginx configuration has been modified as described below:
Version | 5.0.x command | 5.1.x command |
---|---|---|
System configuration | omero web config nginx --system | omero web config nginx |
User configuration | omero web config nginx | omero web config nginx-development |
A new additional feature has been added. OMERO.mail allows you to configure the server to email users, for example to alert group owners to broken links in OMERO.web.
Read-Write groups are now (as of OMERO version 5.1.2) supported in the clients. This group type essentially allows all members to act as if they co-own the data except for the ability to move it between groups. Existing groups can be promoted to this permissions level via your usual OMERO admin tool. See Groups and permissions system for more details.