Found 73 Articles for Server

How to secure apache with using lets encrypt an open source ssl provider

Lakshmi Srinivas
Updated on 18-Oct-2019 11:23:23

206 Views

In this article, we will learn how to setup TLS/SSL certificates using the “Let’s Encrypt” on Ubuntu server with Apache as a web server, we shall also cover how to automate the certificate renewal using corn jobs.PrerequisitesTo complete this demo we needed to have the below requirementsAn Ubuntu server with a user with sudo permissions.Apache server installed on it with a proper domain name configured.Installing the Dependencies on ServerWe needed to update the server using the below command and install the git to get the Let’s Encrypt client from the repository.$ sudo apt-get update$ sudo apt-get install gitDownload the Let’s ... Read More

What is the maximum size of HTTP header values?

Nancy Den
Updated on 16-Jun-2020 12:05:15

12K+ Views

Most web servers have their own set of size limits on HTTP request headers. The HTTP Header values are restricted by server implementations. The following are the limits of some of the most popular web servers −Web ServerSize LimitApache8KNginx4K-8KIIS8K-16KTomcat8K – 48KIf the header size exceeds the above limit, the server returns 413 Entity Too Large error.

Limitation on number of columns in Visual Studio 2008

usharani
Updated on 30-Jul-2019 22:30:20

113 Views

This limitation is for Visual Studio. You would require writing separate queries to get different columns and combine the output by comparing common columns.

Previous 1 ... 4 5 6 7 8
Advertisements