• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. Sebastian Thomas

    Question How to configure a fixed process pool for NodeJS with Passenger

    Maybe you are using nginx in "Proxy mode" (Checkbox in Apache&Nginx settings of your app's domain)? If you don't need Apache turn Proxy mode off and restart nginx.
  2. Sebastian Thomas

    Question How to get rid of IP-addresses from Docker networks

    I'm also having this issue unfortunately this doesn't help much: https://support.plesk.com/hc/en-us/articles/213933865-Nginx-on-Plesk-server-fails-to-start-99-Cannot-assign-requested-address
  3. Sebastian Thomas

    Issue Laravel Deployment Composer Error

    I fixed it for `<username>` with these commands: ``` # su - <username> $ /opt/plesk/php/8.0/bin/php /usr/lib64/plesk-9.0/composer.phar global config --no-plugins allow-plugins.plesk/composer-command-info true ```
  4. Sebastian Thomas

    Issue Trying to access Nodejs configuration for domain results in "There is no web hosting configured on domain."

    Since the latest Plesk Obsidian update of the nodejs extension to 2.1.0 we encounter an error when trying to access the configuration. Anyone else noticed this?
  5. Sebastian Thomas

    Question How to configure a fixed process pool for NodeJS with Passenger

    You can configure the max-pool-size in `/etc/nginx/conf.d/phusion-passenger.conf` like this: ``` passenger_max_pool_size 250; ```
Back
Top