SCP Examples

How to secure copy a file from remote server to to local directory: /home/user/file.txt = remote file /home/user/Desktop/ = path to copy to local system -r Recursively copy entire directories What if the port is on 2243? Use: -P port Specifies the port to connect to on the remote host. Note that this option is … Read more

Apache Virtual Host Containers in Separate Files

1. Introduction With the size of the Apache configuration file what it is, it can be easier to find and change a virtual host container (configurations) if the settings are in separate files. This isn’t strictly recommended by the upstream documentation, but is a common manual extension to make the system more manageable. All manual … Read more

PLesk and Windows HTTP Error 503. The service is unavailable

You get this error: Service Unavailable HTTP Error 503. The service is unavailable. The application pools were failing to start as they were not able to login using the proper account. Here is the error: Application pool plesk(default)(2.0)(pool) has been disabled. Windows Process Activation Service (WAS) did not create a worker process to serve the … Read more

How to connect and disconnect a network drive in Windows

Connect a drive from My Network Places Click Start, click My Network Places, click Entire Network, and then double-click Microsoft Windows Network. Double-click the domain that you want to open. Double-click the computer that has the shared resource you want to map. All the shared resources for that computer automatically appear in the window. Right-click … Read more

Horde not working after PHP 5.4.33 update

Horde not working after PHP 5.4.33 update Article ID: 123027, created on Sep 29, 2014, last review on Dec 7, 2014 APPLIES TO: Parallels Plesk 12.0 for Linux Parallels Plesk 11.5 for Linux Symptoms Horde webmail is not working after the PHP 5.4.33 update: The login process is slow Emails are not displayed and sometimes … Read more