I'm trying to set up cylc review (7.8.0) under apache, following the user guide.
The browser gives the error
The requested URL /cylc-review was not found on this server.
and the server logs show the error
mod_wsgi (pid=5965): Target WSGI script '/usr/local/cylc/cylc-7.8.0/lib/cylc/review.py' does not contain WSGI application 'application'.
In rose, bush.py has
application = wsgi_app(RoseBushService)
and works fine but review.py doesn't have anything similar.
Does anyone have this working under apache? The ad hoc server created by cylc review start works fine.
Martin