• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue Mailman + nginx proxy mode off

Matt M

Basic Pleskian
Hi,

I've disabled nginx proxy mode on one of my domains. In other words, nginx serves all requests directly, without going through Apache. This has broken mailman. Now when I try to access https://lists.domain.com/mailman/admin/listname, the server returns the home page of domain.com. If I re-enable proxy mode, the issue is fixed. I've tried googling this issue but haven't found anything. Does anyone know of a fix or workaround?
 
Last edited:
Nginx does not support Apache .htaccess rewrites. You need to convert all rewrite rules and settings and enter them as additional Nginx rules into the Nginx configuration. Else some paths or file cannot be accessed as the path is not rewritten.
 
I understand this. I just figured that since I was using two standard Plesk features -- nginx and Mailman -- someone might already have come up against this issue.
 
Back
Top