• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

flask

  1. R

    Question Flask app on port 80

    Hello Everybody, I followed this manual to create a flask app and run it in Plesk Obsidian: Input - Guide for Python Flask App deployement But my problem is, that this app only runs on port 5000, or whichever i define in the parameters. It does not run on port 80, so the standard port for http...
  2. Z

    Resolved fix apache2 AH00898: Error reading from remote server returned by /email/xxxxxxx.com Apache error "

    I use a python flask server in the backend . It run a script which prepare then download an xml file. this is working fine is script but if script lasts longer than 80 sec it's stopped and http error 502 is displayed and the xml file is not closed correctly and i get this message : the log...
  3. G

    Resolved deploying a flask app with nginx (proxy mode disabled)

    Hi, as the title suggests I would need to serve my flask app with nginx by disabling proxy mode before managing my sites with plesk I used this configuration to serve my app server { listen 80; server_name mywebsite.net; location /static { alias...
Back
Top