© 2023 Hashnode
#apache
Maven is build automation and dependency management tool primarily for java based applications. Developers can easily manage and control dependencies for their projects using a centralized repository.…
It's an intermittent issue I faced on some of project I have and those projects are running on PHP. Sometimes they load faster and sometimes they load the pages very very slow. It can be caused by sev…
In this article, we will implement service discovery for two microservices developed using Spring Boot that will synchronously communicate with each other using Spring's RestTemplate. A microservice needs to know the location (IP address a…
Install Apache: If you haven't already done so, install Apache using the following command sudo apt-get update sudo apt-get install apache2 Create a new directory for your site under the /var/www di…
LAMP (Linux, Apache, MySQL and PHP) Implentation Prerequisites Cloud Service Provider - AWS, Azure, GCP, etc. Launch a Linux Instance (Ubuntu preferably). Prior knowledge of how to SSH into remote servers. STEP 1 - INSTALLING APACHE WE…
Web Server: - The place where we can access the website or the place where a web application or website is present, that server is called a Web Server. On the web server, there are present websites that have multiple pages for different pur…
The Web Server is a crucial part of web-based applications. Apache Web Server is often placed at the edge of the network hence it becomes one of the most vulnerable services to attack. Having default …
Steps Install Nodejs 16 Create a next Application install pm2 and Start the Next Application with pm2 Install Apache2, Disable the default Site, Create a new site, configuration and enable it Al…
Which one to choose and how to use them? All you should know about it including performance tips. I'm a big fan of data warehouse (DWH) solutions with ELT-designed (Extract-Load-Transform) data pipeli…
HTTP 206 is a response code obtained when a range request is issued to a server. According to developer.mozilla.org The HTTP 206 Partial Content success status response code indicates that the reques…