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.
I was looking at that but I'd have to pick an event to trigger the script and none of the events really apply. The script needs to fire up whenever new files/directories are copied to httpdocs and none of the events in the list cover that scenario.
Thanks.
I'd like to allow a domain owner to run a script on demand (primarily to allow them to quickly change permissions for certain files/directories, so chmod, chown, etc) from their Plesk interface. Is there a way to do this without making the script execute via a url? Maybe something similar to the...
I'd like to allow a domain owner to run a script on demand (primarily to allow them to quickly change permissions for certain files/directories, so chmod, chown, etc) from their Plesk interface. Is there a way to do this without making the script execute via a url? Maybe something similar to the...
Using Wildcard IPs
Thanks, Igor.
Is there a way to use vhost.conf or another method to get Plesk to use wildcards in Virtual Host contaners? So instead of creating <VirtualHost 123.123.123.123:80> it'll create <VirtualHost *:80> or <VirtualHost 123.123.123.*:80>?
We're trying to use Plesk in a clustered environment with multiple web nodes pulling static content and apache configuration from shared storage. We can make Plesk update the config files on the shared volume. However, Plesk creates virtual host containers for each domain or subdomain tied to a...