-
I have a server already running httpd on port 80 and 443, is there a way I can run a PDS also and have them co-exist? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
maybe with a ReversProxy |
Beta Was this translation helpful? Give feedback.
-
Yup, it should be possible to run the PDS along side other web services, if the routes starting with the prefix Depending on setup, you may also need to route some |
Beta Was this translation helpful? Give feedback.
Yup, it should be possible to run the PDS along side other web services, if the routes starting with the prefix
/xrpc/
are reverse-proxied to the PDS on a different port. Or, use a separate domain name and have that "virtual server" redirect.Depending on setup, you may also need to route some
/.well-known/
endpoints to the PDS for identity resolution to work. This isn't needed if you only use DNS resolution of domain handles for hosted accounts.