• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Recent content by Stefano#7366

  1. S

    Resolved Serve static content from /home directory

    Nevermind, issue has been solved: Config used: DocumentRoot /home/donationstore/env ServerAdmin [email protected] UseCanonicalName Off # Donation Store ProxyPass /static/ ! ProxyPass / http://IP:8000/ Alias /static/ /home/donationstore/env/static/ <Directory...
  2. S

    Resolved Serve static content from /home directory

    Hello there! Bare with me as I'm new to Plesk, and setting something up for a client. Currently we've got a problem where we want to serve the static content for a Django/Python application through a apache config. The problem we're getting however, is the static content not showing up at all...
Back
Top