[ome-users] OMERO Web Fastcgi not working
José Salavert Torres
josator at ebi.ac.uk
Mon Feb 23 11:47:28 GMT 2015
Dear Omero users,
Last week I have been trying to install OMERO, I have everything running but the web server.
I followed the guide, but the fast.cgi directory supposed to be in:
/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var/omero.fcgi
is missing.
This is the apache configuration file generated by "omero web config apache”:
###
# apache config for omero
# this file should be loaded *after* ssl.conf
#
# -D options to control configurations
# OmeroWebClientRedirect - redirect / to /omero/webclient
# OmeroWebAdminRedirect - redirect / to /omero/webadmin
# OmeroForceSSL - redirect all http requests to https
###
### Example SSL stanza for OMERO.web created 2015-02-20 11:11:45.436950
###
# Eliminate overlap warnings with the default ssl vhost
# Requires SNI (http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI <http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI>)
# support most later versions of mod_ssl and OSes will support it if you see
# "You should not use name-based virtual hosts in conjunction with SSL!!"
# or similar start apache with -D DISABLE_SNI and modify ssl.conf
#<IfDefine !DISABLE_SNI>
# NameVirtualHost *:443
#</IfDefine>
#
## force https/ssl
#<IfDefine OmeroForceSSL>
# RewriteEngine on
# RewriteCond %{HTTPS} !on
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} <https://%{HTTP_HOST}%{REQUEST_URI}> [L]
#</IfDefine>
#
#<VirtualHost _default_:443>
#
# ErrorLog logs/ssl_error_log
# TransferLog logs/ssl_access_log
# LogLevel warn
#
# SSLEngine on
# SSLProtocol all -SSLv2
# SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
# SSLCertificateFile /etc/pki/tls/certs/server.crt
# SSLCertificateKeyFile /etc/pki/tls/private/server.key
#
# # SSL Protocol Adjustments:
# SetEnvIf User-Agent ".*MSIE.*" \
# nokeepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
#
# # Per-Server Logging:
# CustomLog logs/ssl_request_log \
# "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
#
#</VirtualHost>
###
### Stanza for OMERO.web created 2015-02-20 11:11:45.436950
###
FastCGIExternalServer "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var/omero.fcgi" -host 0.0.0.0:4080 -idle-timeout 60
<Directory "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var">
Options -Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
<Directory "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/lib/python/omeroweb/static">
Options -Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
Alias /static /nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/lib/python/omeroweb/static
Alias / "/nfs/public/rw/pdbe/mol2cell/omero/development/openmicroscopy/dist/var/omero.fcgi/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-users/attachments/20150223/bf5a9095/attachment.html>
More information about the ome-users
mailing list