[ome-users] upgrade 5.0.5 to 5.1.1 omero.web forbidden
Bernie Broughton
b.broughton at sussex.ac.uk
Tue Apr 28 17:48:56 BST 2015
Dear Omero users,
I’ve upgraded from 5.0.5 to 5.1.1 and get: forbidden you don’t have permission to access / on this server.
and I’m finding it hard to troubleshoot the problem.
omero.conf:
FastCGIExternalServer "/var/omero/omero_dist/var/omero.fcgi" -host 127.0.0.1:4080 -idle-timeout 60
<Directory "/var/omero/omero_dist/var">
Options -Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
<Directory "/var/omero/omero_dist/lib/python/omeroweb/static">
Options -Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
<Directory "/var/omero/omero_dist/etc/templates/error">
Options -Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
<Location />
ErrorDocument 500 /error/maintainance.html
</Location>
Alias /error /var/omero/omero_dist/etc/templates/error
Alias /static /var/omero/omero_dist/lib/python/omeroweb/static
Alias / "/var/omero/omero_dist/var/omero.fcgi/“
Configuration (with LDAP removed):
-bash-4.1$ bin/omero config get
new_user_group=Public
omero.db.name=omero
omero.db.pass=xxxx
omero.db.user=omero
omero.web.apps=["figure"]
omero.web.ui.top_links=[["Data", "webindex", {"title": "Browse Data via Projects, Tags etc"}], ["History", "history", {"title": "History"}], ["Help", "http://help.openmicroscopy.org/", {"target": "new", "title": "Open OMERO user guide in a new tab"}], ["Figure", "figure_index”]]
Also get these warnings when I start apache:
[Tue Apr 28 17:43:38 2015] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 551 will probably never match because it overlaps an earlier Alias.
[Tue Apr 28 17:43:38 2015] [warn] The ScriptAlias directive in /etc/httpd/conf/httpd.conf at line 576 will probably never match because it overlaps an earlier Alias.
[Tue Apr 28 17:43:38 2015] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 855 will probably never match because it overlaps an earlier Alias.
Apache error_log:
[Tue Apr 28 17:46:05 2015] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to / denied
Any help would be appreciated,
Bernie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-users/attachments/20150428/92ee603d/attachment.html>
More information about the ome-users
mailing list