• 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

Search results

  1. bsssrl

    Resolved nginx configuration, listen to 0.0.0.0

    I need to edit /etc/nginx/plesk.conf.d/server.conf, but this file is generated automatically and could be overwritten. For example ... server { listen 1.1.1.1:80; listen 0.0.0.0:80; ... What's the right way obtain this results? Thanks in advance!
  2. bsssrl

    Resolved acme.sh Invalid response from .well-known/acme-challenge

    I need to use acme.sh in order to provide ssl to a virtualhost, I need to do it manually without let's encrypt integrated in plesk. The error is the following: Verify error:Invalid response from vhost/.well-known/acme-challenge/F-h-S9RFcjsfonu1JKd_o7r23Jg6DjQ6NOb0pDwe6-w The command I execute...
  3. bsssrl

    Question Unable to restore backup

    From terminal I created a plesk backup for a domain: /usr/sbin/plesk bin pleskbackup domains-name mysite.com --output-file 20180330.xml I would like to restore this backup: plesk bin pleskrestore --restore 20180330.xml -level domains But I get this error: PHP Warning: XMLReader::read()...
  4. bsssrl

    Resolved assign certificate to host from terminal

    I'm using: plesk 12.0.18_build1200140610.21 os Ubuntu 14.04. I'm trying to associate a certificate from terminal. I'm able to generate certificate and add it to plesk for a specific domain executing this: plesk bin certificate -c mycert -domain mydomain.com -key-file...
  5. bsssrl

    Question Where to set AllowOverride for virtualhost

    OS: Ubuntu 14.04.5 LTS Plesk version: 12.0.18 Update #99 Apache version: Apache/2.4.7 I need to set .htaccess in a specific folder in order to set Access-Control-Allow-Origin. This .htaccess is ignored. So I've to AllowOverride in apache configuration. I tried in /etc/apache2/apache2.conf...
Back
Top