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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
When creating new subdomains, the log folder
/var/www/vhosts/domain.com/logs/subdomain.domain.com
is created, but is missing the PHP error_log file, so we can't tail anything.
Going to the Plesk's log file browser
https://domain.com:8443/smb/log-file/browser/id/37
there are no errors, while...
When I run a simple php web page that echos out the apache user with
echo exec('whoami');
it gives me the expected system user, e.g. bob
When I run the same but with an alias directive in apache settings:
AliasMatch /appname(/.*)? /var/www/vhosts/domain.dev/httpdocs/apps/appname/$1
Alias...
We have dozens of subdomains for what we like to add/change additional directives for http and https.
For just a few it's ok to do it in the UI. But is there a way for mass changes, e.g. via ssh or the psa database?
Also or as an alternative it would be great if we could group domains where...
I have deleted a subdomain which has used a dedicated Let's Encrypt SSL certificate.
Now I am trying to delete this certificate, but it's not listed under 'Tools & Settings > SSL/TLS Certificates', only the 'default certificate'.
In the database under psa.certificates I can still see the...