Recently one of our clients has recently upgraded to Plesk 17.8 and he was unable to receive/read mail, including webmail. On reading logs /var/log/maillog we found following messages: […]
Category: Plesk Windows
How to uninstall PHP 4 on Plesk Onyx 17.8 for Windows
After upgrading Plesk to Onyx 17.8, PHP 4 was no longer available for deletion in Plesk Installer. To uninstall PHP 4 on Plesk Onyx 17.8 follow the steps given below: […]
Running scripts outside of the CGI-bin
What does CGI mean? CGI stands for Common Gateway Interface . This is a standard way for webhosting servers to interface executable scripts with end users. Most of the hosts does not allow to execute those scripts outside the CGI-BIN folder. […]
Steps to disable IE Enhanced Security Configuration in Windows server 2012
With Windows server 2012, Below are the steps to turn off Internet explorer enhanced security configuration: 1. Launch Server Manager 2. Click on Local Server on the left pane of the Server Manager console. […]
How to Start, Stop and Restart IIS 7.0 on Windows Server
If you are getting an error such as “503 Service Unavailable” on your websites,It can be due to the IIS application pool are not running. This is mainly because the WAS-Windows Process Activation too is stopped. […]
How to Reset Pop3 user account password on Windows Pop3 server
To reset a password for POP3 users account on Windows server using command line,Run below command: winpop changepwd USER@DOMAIN NewPassword Example: Below command resets the password to bird.333! for user admin in domain cpanelplesk.com winpop changepwd admincpanelplesk.com bird.333! That’s all. […]
Error: “C:\Windows\System32\Config\SystemProfile\Desktop” refers to a location that is unavailable.
When logging to the server or opening My Computer the system throws error message with description: Title: Location is not available Description: C:\Windows\system32\config\systemprofile\Desktop refers to a location that is unavailable. […]
How to install PowerShell on Windows Server 2012 R2 Core
PoweShell is not installed by default on Windows Core edition. We need to enable this feature. One of the prerequisite for PowerShell is .Net Framework so we have to install .Net framework first. To install .Net Framework 4.0 run the following Command Dism /Online /Enable-Feature /FeatureName:NetFx4 /All OR Dism /Online /Enable-Feature /FeatureName:NetFx4 /All /LimitAccess /Source:X:\sources\sxs To install […]
How to enable Remote Desktop on Windows Server 2012
In Windows 2012,usually Remote Desktop is not easily visible. To launch the Remote Desktop window, there are two methods: Command Line and Graphical User Interface.If someone is still using windows 2008 server for those we have already discuss about to enable RDP on Windows server 2008. […]
How to Enable RDP on Windows Server 2008
Remote Desktop Protocol (RDP) is a server software designed and developed by Microsoft Inc. included in the windows server 2008, which allows a user to access another server using the graphical interface. Officially it is known as Remote Desktop Connection. […]