I am trying to install the OMERO.server-Beta-4.3.3 on CENTOS 6. It has been quite a struggle as OMERO requires an old version of Ice which is not supported on CENTOS 6. My remaining problem is configuring the web server. Use the development server was fine but when I moved on to:
omero config set omero.web.application_server "fastcgi" and then omero web config apache I obtained some apache directives. I saved the generated extract as an omero.conf file which I placed in the directory /etc/httpd/conf.d. This gave two problems one was the Alias / ... line which conflicted with material in the /etc/httpd/conf/httpd.conf file. I changed from / to /omero so that I should be able to address things as /omero/webadmin for example but this left the problem of the FastCgiExternalServer directive. The normal way to do fastcgi on CENTOS 6 for apache 2 seems to be to use mod_fcgid which seems to be some kind of daemon. However I have no experience of fastcgi so am somewhat lost. I found the source of the apache module which respects the FastCgiExternalServer directive but had problems installing it. If anyone has got this going can they please post a recipe.