[MacPorts] #60733: No handler matched request to /login
MacPorts
noreply at macports.org
Thu Jul 2 22:17:07 UTC 2020
#60733: No handler matched request to /login
-------------------------+------------------------
Reporter: ryandesign | Owner: neverpanic
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: trac | Version:
Resolution: fixed | Keywords:
Port: |
-------------------------+------------------------
Changes (by neverpanic):
* status: accepted => closed
* resolution: => fixed
Comment:
I've fixed this now:
{{{
#!diff
diff --git a/apache2/sites-available/trac.conf b/apache2/sites-
available/trac.conf
index fe01286..b789545 100644
--- a/apache2/sites-available/trac.conf
+++ b/apache2/sites-available/trac.conf
@@ -86,6 +86,10 @@
# Proxy to gunicorn, but do not proxy .well-known needed for
letsencrypt
ProxyPass /.well-known/ !
+ ProxyPass /login !
+ ProxyPass /news !
+ ProxyPass /post !
+ ProxyPass /feeds/post/macports !
ProxyPass / "unix:/run/trac/socket|http://trac.macports.org/"
ProxyPassReverse /
"unix:/run/trac/socket|http://trac.macports.org/"
RequestHeader set X-Forwarded-Proto "https"
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60733#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list