<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear Omero users,<br class=""><br class="">Last week I have been trying to install OMERO, I have everything running but the web server.<br class="">I followed the guide, but the fast.cgi directory supposed to be in:<br class=""><br class="">/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var/omero.fcgi<br class=""><br class="">is missing.<br class=""><br class="">This is the apache configuration file generated by "omero web config apacheā€:<br class=""><br class="">###<br class=""># apache config for omero<br class=""># this file should be loaded *after* ssl.conf<br class="">#<br class=""># -D options to control configurations<br class="">#  OmeroWebClientRedirect - redirect / to /omero/webclient<br class="">#  OmeroWebAdminRedirect  - redirect / to /omero/webadmin<br class="">#  OmeroForceSSL - redirect all http requests to https<br class=""><br class="">###<br class="">### Example SSL stanza for OMERO.web created 2015-02-20 11:11:45.436950<br class="">###<br class=""><br class=""># Eliminate overlap warnings with the default ssl vhost<br class=""># Requires SNI (<a href="http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI" class="">http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI</a>)<br class=""># support most later versions of mod_ssl and OSes will support it if you see<br class=""># "You should not use name-based virtual hosts in conjunction with SSL!!"<br class=""># or similar start apache with -D DISABLE_SNI and modify ssl.conf<br class="">#<IfDefine !DISABLE_SNI><br class="">#  NameVirtualHost *:443<br class="">#</IfDefine><br class="">#<br class="">## force https/ssl<br class="">#<IfDefine OmeroForceSSL><br class="">#  RewriteEngine on<br class="">#  RewriteCond %{HTTPS} !on<br class="">#  RewriteRule (.*) <a href="https://%{HTTP_HOST}%{REQUEST_URI}" class="">https://%{HTTP_HOST}%{REQUEST_URI}</a> [L]<br class="">#</IfDefine><br class="">#<br class="">#<VirtualHost _default_:443><br class="">#<br class="">#  ErrorLog logs/ssl_error_log<br class="">#  TransferLog logs/ssl_access_log<br class="">#  LogLevel warn<br class="">#<br class="">#  SSLEngine on<br class="">#  SSLProtocol all -SSLv2<br class="">#  SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW<br class="">#  SSLCertificateFile /etc/pki/tls/certs/server.crt<br class="">#  SSLCertificateKeyFile /etc/pki/tls/private/server.key<br class="">#<br class="">#  # SSL Protocol Adjustments:<br class="">#  SetEnvIf User-Agent ".*MSIE.*" \<br class="">#    nokeepalive ssl-unclean-shutdown \<br class="">#    downgrade-1.0 force-response-1.0<br class="">#<br class="">#  # Per-Server Logging:<br class="">#  CustomLog logs/ssl_request_log \<br class="">#    "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"<br class="">#<br class="">#</VirtualHost><br class=""><br class="">###<br class="">### Stanza for OMERO.web created 2015-02-20 11:11:45.436950<br class="">###<br class="">FastCGIExternalServer "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var/omero.fcgi" -host 0.0.0.0:4080 -idle-timeout 60<br class=""><br class=""><Directory "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var"><br class="">   Options -Indexes FollowSymLinks<br class="">   Order allow,deny<br class="">   Allow from all<br class=""></Directory><br class=""><br class=""><Directory "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/lib/python/omeroweb/static"><br class="">   Options -Indexes FollowSymLinks<br class="">   Order allow,deny<br class="">   Allow from all<br class=""></Directory><br class=""><br class="">Alias /static /nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/lib/python/omeroweb/static<br class="">Alias / "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var/omero.fcgi/"</body></html>