Is that not because of
- Code: Select all
omero.web.login_logo=/static/webclient/image/logo_CIRB.jpg
I understand that you changed to /omero/static
Either try with omero prefix
- Code: Select all
/omero/static/webclient/image/logo_CIRB.jpg
Ola
omero.web.login_logo=/static/webclient/image/logo_CIRB.jpg
/omero/static/webclient/image/logo_CIRB.jpg
atarkowska wrote:Hi Philippe,
I think I answered some of your posts before on our forum. Which webserver did you use with 5.0.6? I remember you had some issues with nginx and php-fpm. DId you manage to start it or you permanently switched to apache and didn't use nginx anymore?
Disabling SELinux seems to be a big security hole.
Ola
tail /var/log/httpd/ssl_request_log
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webgateway/css/ome.login.css?_5.1.0-ice35-b40 HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/3rdparty/jquery-1.11.1.js HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/3rdparty/jquery-migrate-1.2.1.js HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webgateway/js/ome.csrf.js?_5.1.0-ice35-b40 HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webclient/javascript/jquery.infieldlabel-0.1.js HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webclient/image/logo_CIRB.jpg HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webgateway/img/nuvola_encrypted_grey16.png HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webclient/image/logo_login_web.png HTTP/1.1" -
[16/Apr/2015:11:34:15 +0200] 192.168.188.18 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 "GET /omero/static/webgateway/img/OME_logo_grey_110.png HTTP/1.1" -
atarkowska wrote:Could you please show us your access_log and request_log from arround [Wed Apr 15 17:41:39 2015]. All pasted above are 17:44. I need to know which request is trying to look at /var/www/html/static.
Is that not because of
- Code: Select all
omero.web.login_logo=/static/webclient/image/logo_CIRB.jpg
I understand that you changed to /omero/static
Either try with omero prefixor I think you should set full URL https://www.openmicroscopy.org/site/sup ... login_logo
- Code: Select all
/omero/static/webclient/image/logo_CIRB.jpg
omero.web.login_logo=/omero/static/webclient/image/logo_CIRB.jpg
[Wed Apr 15 17:41:39 2015] [error] [client 192.168.188.18] File does not exist: /var/www/html/static, referer: https://omero.college-de-france.fr/omero/webclient/login/?url=%2Fomero%2Fwebclient%2F
omero.prefix
omero.web.login_logo
atarkowska wrote:is used as the value of the SCRIPT_NAME environment variable in any HTTP request. https://docs.djangoproject.com/en/1.6/r ... cript-name
- Code: Select all
omero.prefix
customize webclient login page with your own logo. Logo images should ideally be 150 pixels high or less and will appear above the OMERO logo. You will need to host the image somewhere else and link to it with "http://www.openmicroscopy.org/site/logo.jpg".
- Code: Select all
omero.web.login_logo
I understand that you copy logo_CIRB.jpg to /opt/OMERO.server/lib/python/omeroweb/static/webclient/image everytime you upgrade the server.
You may want to just put it in your default DocumentRoot or create new Directory?
omero.web.prefix
Return to Installation and Deployment
Users browsing this forum: No registered users and 1 guest