• 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'm using pcs so I need to listen for a floating ip. I solved following this guide about configuration template for virtual hosts
  2. bsssrl

    Resolved nginx configuration, listen to 0.0.0.0

    Sorry Peter, I'm not understanding. I could change /etc/nginx/plesk.conf.d/server.conf via ssh. But I shouldn't, indeed on top of this file is clearly stated: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE...
  3. 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!
  4. bsssrl

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

    Solved. Inside vhost/conf/nginx.conf something related to let's encrypt remains until rebuild (using Webserver Configurations Troubleshooter extension).
  5. 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...
  6. 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()...
  7. bsssrl

    Resolved assign certificate to host from terminal

    The right command in my case is: plesk bin subscription -u mydomain.com -certificate-name mycert -ssl true To be more complete when I tried to use --assign-cert in this way: plesk bin certificate --assign-cert mycert -domain mydomain.com -ip myip I have this situation: https://your-domain.com...
  8. 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...
  9. bsssrl

    Question Where to set AllowOverride for virtualhost

    /etc/apache2/conf.d/ or /etc/httpd/conf.d/ doesn't exist, and creating conf.d and a .conf file inside those folders has no effect. Under /etc/apache2 exists also apache2.conf. Editing directly this file has no effect. However in /var/www/vhosts/system/{myhost}/conf/httpd.conf is specified to...
  10. 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