buy tb500

Archive for December, 2016

Calling LoadLibraryEx on ISAPI filter C:\\Plesk\\isapi\\urlprotect.dll failed

Friday, December 30th, 2016

Cause

Domain’s application pool does not support 32 applications.

Resolution

  1. Open IIS->domains , find your domain name and name of application pool that domain uses.
  2. Make sure that “Enable 32-Bit Applications” is enabled in IIS->Application pool->domain’s application pool->Advanced settings .

How to RSYNC files between two servers

Wednesday, December 21st, 2016

The below command need to be run in the source server to sync the files to the destination server

rsync -auvP /home/eplusglo/mail –rsh=”ssh -p 55000 ” root@124.216.218.39:/home/alzweac/

in the above command the mail folder will sync to the new server

 

leave a comment if you not understand.

Thanks.