Page 1 of 1

web status on Apache2/WSGI on 5.2.2?

PostPosted: Mon Mar 28, 2016 6:48 pm
by dsudar
Hi all,
I just upgraded my Ubuntu 14.04 w/ Apache 2.4 OMERO server to 5.2.2 and it's all working fine. One unexpected issue is when I ask for the web status (or admin diagnostics) and I get:
omero_user@omero:~$ bin/omero web status
OMERO.web status... You are deploying OMERO.web using apache and mod_wsgi. Cannot check status.

Is that just how it is or is something in my config not entirely right?
Thanks,
- Damir

Re: web status on Apache2/WSGI on 5.2.2?

PostPosted: Mon Mar 28, 2016 9:27 pm
by atarkowska
Hi Damir,

Code: Select all
bin/omero web start/status/stop
are for managing gunicorn processes only. We do not provide any management for ‘daemon’ process which communicate with Apache child processes using UNIX sockets to handle a request. Please read more about mod_wsgi on https://code.google.com/archive/p/modwsgi/

Ola

Re: web status on Apache2/WSGI on 5.2.2?

PostPosted: Wed Mar 30, 2016 3:40 pm
by dsudar
Thanks Ola,
Might be useful to update the documentation to reflect that with Apache/WSGI those commands are not available/necessary.
Cheers,
- Damir

Re: web status on Apache2/WSGI on 5.2.2?

PostPosted: Fri Apr 01, 2016 5:16 am
by atarkowska
Thank you for pointing that out.
Ola