Note
This documentation is for the new OMERO 5.1. version. See the latest OMERO 5.0.x version or the previous versions page to find documentation for the OMERO version you are using if you have not upgraded yet.
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.