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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
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...