• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • 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.

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