If you want to set up a reverse proxy through HTTPD, or otherwise serve your Python app through HTTPD, this is the right place. You would need to provide more information about what you already have set up to serve your website.
If you are looking for Python app help, maybe StackOverflow. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Sun, Sep 21, 2025, 9:39 AM Paxton Houston <[email protected]> wrote: > Where should I ask? > > On Sun, Sep 21, 2025, 8:34 AM E.S. Rosenberg < > [email protected]> wrote: > >> Hey, >> >> From a very cursory look, copyparty runs its own python server so unless >> you set up a reverse proxy or are using your certs directly in copyparty >> (if that is possible) you would not have SSL. >> >> Unless I am very much mistaken or your actual issue is with trying to >> setup an apache reverse proxy it is very much off topic for this list >> (which is specifically about the apache httpd server). >> >> HTH, >> Eliyahu - אליהו >> >> >> Op zo 21 sep 2025 om 16:13 schreef Paxton Houston < >> [email protected]>: >> >>> 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/ ) >>> >>
