Apache/Nginx changes for 6.2

Hi
Can someone explain to me what the changes to Apache and Nginx for 6.2 is all about?
What does " WSGI mode" mean?

I use a different reverse proxy in front of my server which I need to modify and I’m not sure if it is done correctly.

Thanks!

1 Like

I’m in the same situation, i already posted an issue relative to Shibboleth config here :

Regards

WSGI mode is a Python term. A simple explanation is that now Seahub runs as a standard HTTP server instead of FastCGI. You just need to config Nginx or Apache as a proxy server for Seahub.

Yes, as specified in the manual, but i think there is something tricky near shibboleth rewrite rule.

Regards,

Gautier