Category Archives: APS1.0

what is Global settings in plesk and PA

in package creation we will give global settings variable. in PA global settings entry will come while creating resource types. in plesk packages it will show in settings tab global setting values will be available in all scripts like license and configure and verification scripts format is like , $username=trim(getenv(‘SETTINGS_user_name’));

usage of URL MApping

if add urlmapping in provision tab,following variable will be available in your scripts. BASE_URL_SCHEME – URL scheme. Allowed values: http , https BASE_URL_HOST – URL host. BASE_URL_PORT – URL port (may be omitted if default port for protocol is used: 80 for http, 443 for https). BASE_URL_PATH – URL path including trailing slash. note:this variables… Read More »