Search For:
- Home
- Search For:
This article will guide you on common causes for #Vestacp #502 bad gateway #error and different methods to fix this error.
A 502 Bad Gateway indicates that the edge server (server acting as a proxy) was not able to get a valid or any response from the origin server (also called upstream server).
Server software timeouts: This error can also occur when a web server takes more time to complete and a caching tool reaches its timeout values that time. Slow queries can also cause this problem too.'
To fix Error 502 Gateway:
1. Refresh the page.
2. Start a new browser session or load the site on a different browser.
3. Restart your computer and networking equipment.
4. Clear your #cache and cookies.
5. Change your #DNS server.
This article will guide you on steps to fix #application failed to start correctly #0xc00007b in Windows which occurs due to different reasons.
Application Error #0xc0000005 (Access Violation) error is usually caused by your computer not being able to correctly process the files and settings required to run a particular program or installation.
To can apply the methods below and see if they can help you get rid of this error.
1) Reboot your computer.
2) Run your application as #administrator.
3) Reinstall your application.
4) Reinstall Microsoft .NET #framework (for Windows 7 or below)
5) Reinstall Microsoft Visual C++ Redistributable Packages.
6) Update your #Windows.
This article will guide you on how to add a #domain in the #PRTG #monitoring system.
PRTG is a network monitoring system to monitor a #website.
If you are working in more complex environments or those with a desire to reduce the number of authentication mechanisms on their networks, PRTG includes the option to easily integrate with Active Directory (AD).
1. PRTG additionally adds the probe device to the local probe. This is an internal system device with several sensors. It has access to the probe system and monitors the system's health parameters.
2. PRTG automatically analyzes the devices that you add and recommends appropriate #sensors on the device's Overview tab.
This article will guide you on steps to perform Rsync from Windows to Linux over SSH.
#Rsync can use #SSH as a secure transport agent. Make sure rsync is installed by opening a #terminal session and typing rsync --version on each machine.
Most #Linux distributions can now read the FAT32 or NTFS disk formats natively, so you could copy your files to an external hard drive formatted in Windows with either of those file systems, which will then allow you to read the data back easily in Linux.
1. cwRsync is an implementation of rsync for Windows.
2. rsync uses a #file #transfer technology specified by the rsync algorithm, transferring only changed chunks of files over the network.
3. #cwRsync can be used for remote file #backup and #synchronization from/to Windows systems.
This article will guide us on steps to fix #IIS #error 500.19. To fix the error, we verify the user permissions and make sure the ASP.NET version is right.
The error 500.19 is an internal server error often occurring on a server using Microsoft IIS software. It indicates that the configuration data for the page is invalid.
To solve the issue, delete the malformed XML element from the Web.config file or from the ApplicationHost.config file.
This article will guide you on steps to fix #Security certificate does not specify subject alternative names.
Basically, the #error, Security certificate does not specify subject alternative names trigger if the certificate does not have the correct SubjectAlternativeName extension.
Subject Alternative Names or SANs allow you to secure multiple domains from one SAN SSL certificate. SANs are additional domain names added to an SSL certificate.
To add a Subject Alternative Name to a certificate:
1. If you want to add #SAN, most CAs allow you to reissue a certificate with new details, though this will usually revoke your old certificate.
2. You don't need the old CSR to reissue a certificate, you can instead create a new CSR with the updated details using a new or existing private key.
The Subject Alternative Name (#SAN) is an extension to the X. 509 specification that allows users to specify additional host names for a single SSL certificate. The use of the SAN extension is standard practice for #SSL #certificates, and it's on its way to replacing the use of the common name.