Linux Plesk how to add www to a subdomain

July 8th, 2008

To create www prefix for subdomains you need to take the following steps:

1) Create vhost.conf file in the
/home/httpd/vhosts/domain.com/subdomains/subdomain/conf
directory with the following content:

ServerAlias www.subdomain.domain.com

2) Add appropriate A record to the DNS zone of the domain in
Server->Domains->domain.com->DNS

(specify this domain’s IP address instead of 192.168.1.1):

www.subdomain.domain.com.          A     192.168.1.1

3) Run wersrvmng utility to apply changes.

# /usr/local/psa/admin/sbin/websrvmng -v -a

Zend Optimizer error : Failed loading /usr/local/Zend/lib/ZendExtensionManager.so

July 8th, 2008

After Zend Optimizer installation you get the following error:

Failed loading /usr/local/Zend/lib/ZendExtensionManager.so:
/usr/local/Zend/lib/ZendExtensionManager.so: failed to map segment from shared object: Permission denied

this is because of Read the rest of this entry »

Modernbill 4.x & Windows Plesk API problem: Access is denied. (Error code 5) at Unable to connect to pipe

July 8th, 2008

If you face this error: Access is denied. (Error code 5) at Unable to connect to pipe \\.\pipe\psapipe , the solution is very easy

Read the rest of this entry »

BBCLONE installation in Plesk (linux) – HOW TO

July 8th, 2008

After you install BBCLONE from Plesk’s applications , its not working at all, you can navigate to its page but it doesnt count anything.

In order to make it start counting you have to do the following: Read the rest of this entry »

Plesk Mssql Delete database user failed: Timeout expired

June 17th, 2008

When you try to delete a domain from Plesk or delete straight the mssql database user from a plesk’s client, you may encounter the abover error:

Delete database user failed: Timeout expired

the workarround for this is :

Read the rest of this entry »

ERROR: PleskFatalException : Unable to remove hosting: SiteAppManager: Provided Client object is invalid.

June 17th, 2008

ERROR: PleskFatalException
Unable to remove hosting: SiteAppManager: Provided Client object is invalid.

Solution: you have to login to psa’s database via MysqlQuery Browser or any other client you want and then the following steps

Read the rest of this entry »