Search Articles — Sudonull

Search Results

In this project

Date filters in Apache Superset: workarounds

https://sudonull.com/date-filters-in-apache-superset-workarounds

How to solve the default time column issue in Superset 3.x–6.x. Working technical solutions for developers: virtual datasets, extra_json, SQL parameterization.

Human-readable URL for SEO: setup on Apache and Nginx

https://sudonull.com/human-readable-url-for-seo-setup-on-apache-and-nginx

Learn to set up human-readable URLs on CMS and servers for traffic growth. .htaccess examples, Nginx, automation scripts. Improve indexing without 404 errors.

Date filters in Superset: bypassing the wrapper

https://sudonull.com/date-filters-in-superset-bypassing-the-wrapper

Setting up virtual datasets in Apache Superset with custom dates from filters. Hack with a dummy column for middle/senior dev. Full guide without filtering errors.

Flink real-time JOIN: tables 4+2 TB

https://sudonull.com/flink-real-time-join-tables-4-2-tb

Implementation of stateful JOIN on Apache Flink for real-time result updates between terabyte tables. Table API, KeyedCoProcessFunction, MapState. Code and architecture for middle/senior.

Inner join in Flink with Debezium CRUD

https://sudonull.com/inner-join-in-flink-with-debezium-crud

Implementation of real-time inner join of tables in Apache Flink with full support for create/read/update/delete from Debezium. Code, state management, limitations. For middle/senior dev.

From other projects

From the web

Welcome! - The Apache HTTP Server Project

https://httpd.apache.org/

Jun 8, 2026 · Apache HTTP Server ¶ A fast, reliable, and extensible open-source web server for modern operating systems. Apache httpd powers everything from personal sites to mission-critical production infrastructure with: Flexible configuration — .htaccess per-directory config, virtual hosts, dynamic module loading Security — TLS/SSL, authentication modules, fine-grained access control Performance ...

Oct 8, 2008 ·

https://httpd.apache.org/download.cgi

Oct 8, 2008 · Downloading the Apache HTTP Server Use the links below to download the Apache HTTP Server from our download servers. You must verify the integrity of the downloaded ...

Jun 26, 2026 ·

https://ubuntu.com/server/docs/how-to/web-services/install-apache2/

Jun 26, 2026 · How to install Apache2 ¶ The Apache HTTP Server (“httpd”) is a widely used web server on Linux systems, and is often used as part of the LAMP configuration (Linux + Apache + MySQL + PHP/Perl/Python). In this guide, we will show you how to install and configure Apache2 , which is the current release of “httpd”. Install apache2 ¶ To install Apache2 , enter the following command at the ...

What is Apache? Apache HTTP Server Complete Overview

https://www.geeksforgeeks.org/linux-unix/what-is-apache-server/

Jul 23, 2025 · Enable a module (Ubuntu/Debian): sudo a2enmod rewritesudo systemctl restart apache2 Also Read: How to Use Apache Webserver to Host a Website? Apache Alternatives While Apache HTTP Server is one of the most widely used web servers, some alternatives offer better performance, scalability, and security.

Dec 8, 2025 ·

https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-20-04

Dec 8, 2025 · Learn how to install and configure the Apache web server on Ubuntu . Including setup, virtual hosts, starting the server, and basic testing.

Apr 25, 2026 ·

https://linuxvox.com/blog/apache2-setup-ubuntu/

Apr 25, 2026 · Apache2 is one of the most widely used open-source web servers in the world. It is known for its reliability, flexibility, and extensive feature set. On Ubuntu, setting up Apache2 can be a straightforward process, and it serves as the foundation for hosting websites, web applications, and APIs. This blog post will provide you with a detailed guide on how to set up Apache2 on an Ubuntu system ...

Searches related to apache2

https://www.kali.org/tools/apache2/

apache2 Apache HTTP Server The Apache HTTP Server Project’s goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. Installing this package results in a full installation, including the configuration files, init scripts and support scripts. Installed size: 586 KB How to ...

Trending Now