502 Errors on Plesk

Getting 502 Errors on plesk Try and disable nginx and re-configure your apache configuration to see if it will correct the errors nginx is showing. To disable nginx, issue : To reconfigure your apache configuration issue :

Domain, Public and Private Profiles in Windows 2008/2012 Firewall

Definition of profiles in Microsoft words: Domain. Windows automatically identifies networks on which it can authenticate access to the domain controller for the domain to which the computer is joined in this category. No other networks can be placed in this category. Public. Other than domain networks, all networks are initially categorized as public. Networks … Read more

IIS7 deployment – duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section

The solution for me was to change the .NET framework version in the Application Pools from v4.0 to v2.0 for the Default App Pool: 21 down vote If, like me, you need to target v4 but can only build with .net 3.5, follow the instruction here. Just replace in your web.config the whole content of … Read more

Stop firewalld on CentOS 7

To disable firewalld, run the following command as root: To stop firewalld, run the following command as root: To check the status of firewalld, run the following command as root: To enable firewalld, run the following command as root: To start firewalld, run the following command as root: Other information: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html