Web Servers

How To Use WP-CLI v2 to Manage Your WordPress Site from the Command Line — step-by-step Web Servers tutorial on Progressive Robot

How To Use WP-CLI v2 to Manage Your WordPress Site from the Command Line

In this tutorial, you’ll use many of the features of WP-CLI and discover how it can fit into your workflow. You’ll cover common operations such as managing plugins and themes, creating content, working with the database, and updating WordPress. The capabilities of WP-CLI go beyond this tutorial; however, you’ll be able to transfer how to work with thes more common options to other WP-CLI features.

Read more
How To Migrate your Apache Configuration from 2.2 to 2.4 Syntax. — step-by-step Web Servers tutorial on Progressive Robot

How To Migrate your Apache Configuration from 2.2 to 2.4 Syntax.

The Apache web server is used by millions of sites worldwide. While Apache configuration is something that most system administrators and site managers have experience with, configuration and syntax changes can cause issues between versions. In this guide, we’ll discuss some of the major changes that occurred between Apache 2.2, shipped with Ubuntu 12.04, and Apache 2.4, which is used by newer distributions like Ubuntu 13.10.

Read more
Работа сервера Nginx и алгоритмов выбора блока расположения — step-by-step Web Servers tutorial on Progressive Robot

Работа сервера Nginx и алгоритмов выбора блока расположения

Nginx — один из самых популярных веб-серверов в мире. В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обрабатывать запрос определенного клиента. Мы опишем алгоритм, а также директивы и опции, которые можно использовать для изменения процесса выбора.

Read more
Building an Apache Web Server through a Dockerfile — step-by-step Web Servers tutorial on Progressive Robot

Building an Apache Web Server through a Dockerfile

Hello, readers! In this article, we will be focusing on Building an Apache Web Server through a Dockerfile. So, let us begin! What is Apache Server? Apache Server is an open source web server to configure and host the web applications online and locally as well using localhost as the medium. It requires a lot […]

Read more
Apache vs Nginx: Practical Considerations — step-by-step Web Servers tutorial on Progressive Robot

Apache vs Nginx: Practical Considerations

Apache and Nginx are the two most common open source web servers in the world. Together, they are responsible for serving over 50% of traffic on the internet. Both solutions are capable of handling diverse workloads and working with other software to provide a complete web…

Read more
Web Servers Checkpoint — step-by-step Web Servers tutorial on Progressive Robot

Web Servers Checkpoint

This checkpoint is intended to help you assess what you learned from our introductory articles to Web Servers, where we introduced practical implementations and popular options for configuring your web server.

Read more
Apache HttpClient Example - CloseableHttpClient — step-by-step Web Servers tutorial on Progressive Robot

Apache HttpClient Example – CloseableHttpClient

Apache HttpClient can be used to send HTTP requests from client code to server. In our last tutorial, we saw how to use [HttpURLConnection](/community/tutorials/java-httpurlconnection-example-java-http-request-get-post "Java HttpURLConnection Example to send HTTP GET/POST Requests") to perform GET and POST HTTP request operations from java program itself. Today we will take the same example project but use Apache […]

Read more
CHAT