Re: help with subdomains
Yehuda Katz <[email protected]> Sun, 21 Sep 2025 09:33:16 -0400
| Newsgroups | gmane.comp.apache.user |
|---|---|
| Message-ID | <CAGBAQ45TFow_LvvTkXW6mU3xcYOaBh386R44Fi15mFx3giv+vw@mail.gmail.com> |
You are missing a lot of information about your configuration. Since that file manager is Python, how are you pointing HTTPD to Python? Separately, I wouldn't even think of trying to make non-secure connections, especially for something as important as a file manager. Skimming quickly, that file manager has documentation for enabling SSL, but also recommends a frontend proxy. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Sun, Sep 21, 2025, 9:13 AM Paxton Houston <[email protected]> wrote: > i run a website and the easiest way to update it is through a file manager > i added. the issue is that the file manager only works through http, not > https. https on that subdomain does exist, but it's just the main website. > is there any way i can fix this? (btw, the file manager i'm using is called > copyparty: https://github.com/9001/copyparty/ ) >