• 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.

Plesk WWW prefix autocreator script

C

Cameleon

Guest
This is subdomain prefix - automatic creation

If someone want to make life easy, i dont know only how to add DNS from command line like this

Event handler in plesk

Subdomain created
Command: /usr/local/psa/bin/create_subdomain.sh <new_subdomain_name> <new_domain_name>

normal 50

Subdomain deleted
Command: usr/local/psa/admin/sbin/websrvmng -u --vhost-name=<new_domain_name>

normal 50

content of file wich need to be in /usr/local/psa/bin/ create_subdomain.sh

#!/bin/bash

echo "ServerAlias www.$1.$2" >> /var/www/vhosts/$2/subdomains/$1/conf/vhost.conf

/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=$2

exit
 
question: Normal subdomain dns zone is added wheen i create subdomain but it looks like this
test.mysite.pl. A IPP.IPP.IPP.IPP
i need to add one more like this
*.test.mysite.pl. A IPP.IPP.IPP.IPP
by auto or by script or anyhow, not by hand....
 
Back
Top