Found 78 Articles for Server

Nginx WebServer Best Security Practices

Sharon Christine
Updated on 17-Jan-2020 10:48:08

273 Views

NGINX is a free, open-source, high-performance HTTP server and a reverse proxy, also known as IMAP/POP3 proxy server. NGINX is famous for its high performance, stability, rich feature set, simple configuration, and low resource consumption. In this article, we will explain about ” Nginx WebServer Best Security Practices”.sysctl.conf is a simple file containing sysctl values to be read in and set by sysctl. To open sysctl.conf, use the following command –$ sudo vim /etc/sysctl.confThe sample output should be like this –## /etc/sysctl.conf - Configuration file for setting system variables # See /etc/sysctl.d/ for additional system variables. # See sysctl.conf (5) ... Read More

Difference between Static IP Address and Dynamic IP Address

Kiran Kumar Panigrahi
Updated on 11-Aug-2022 08:24:38

11K+ Views

Static IP Address and Dynamic IP Address are both used to identify a computer on a network or on the Internet. Static IP address is provided by the Internet Service Provider and remains fixed till the system is connected to the network. Dynamic IP address is provided by the DHCP, generally a company gets a single static IP address and then generates the dynamic IP address for its computers within the organization's network. Read through this article to find out more about static and dynamic IP addresses and how they are different from each other. What is ... Read More

Difference between IP Address and MAC Address

Kiran Kumar Panigrahi
Updated on 22-Aug-2022 12:18:11

2K+ Views

Both MAC Address and IP Address are used to identify a computer on a network or on the Internet. MAC address is provided by NIC Card's manufacturer and gives the physical address of a computer. IP address is provided by the Internet Service Provider and is called the logical address of a computer connected on a network.Read through this article to find out more about IP address and MAC address and how they are different from each other.What is an IP Address?Every unique instance linked to any computer communication network employing the TCP/IP communication protocols is given an IP address.When ... Read More

Differences between Digital and Analog System.

Kiran Kumar Panigrahi
Updated on 03-Nov-2023 13:06:53

27K+ Views

Digital as well as Analog Systems, both are used to transmit signals from one place to another like audio/video. Digital systems use binary format as 0 and 1, whereas analog systems use electronic pulses with varying magnitude to send data. Read through this article to find out more about digital and analog systems and how they are different from each other. What is a Digital System? A system of components like a computer which uses discrete time signals to operate is called a digital system. Digital systems uses such signals that have square shaped waveforms. Digital systems first accept the ... Read More

Difference between Web Server and Application Server

Kiran Kumar Panigrahi
Updated on 30-Nov-2022 10:59:25

18K+ Views

A Server is a central place where information and programs are stored and accessed by applications over the network. A Web Server is a server which accepts a request for data and sends the relevant document in return, whereas an Application Server contains an EJB container component as well to run the enterprise applications. In this article, we will discuss the important differences between web server and application server. But before that, let’s have a look into their basics so that it will be easy to understand the differences. What is a Web Server? A Web Server is ... Read More

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

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

109 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

10K+ 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

64 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