Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...
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!
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...
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()...
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...
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...
/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...
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...