<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>apache</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/1046/feed"/>
    <updated>2026-09-08T12:39:46+00:00</updated>
    <id>https://links.biapy.com/guest/tags/1046/feed</id>
            <entry>
            <id>https://links.biapy.com/links/11722</id>
            <title type="text"><![CDATA[phptop]]></title>
            <link rel="alternate" href="https://github.com/bearstech/phptop" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11722"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PHP basic ressource profiler (CPU/memory), safe and useful for production sites.

phptop prints per query and average metrics comparable to &amp;#039;time&amp;#039; (wallclock, user and system CPU time) along with memory and other ressource usages.

It can be easily globally activated on a LAMP server and requires little resources and a single line configuration change in your php.ini. It has been used by Bearstech on many production servers for years without any problems.]]>
            </summary>
            <updated>2026-02-06T10:22:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10495</id>
            <title type="text"><![CDATA[ai.robots.txt]]></title>
            <link rel="alternate" href="https://github.com/ai-robots-txt/ai.robots.txt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10495"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A list of AI agents and robots to block. 

This list contains AI-related crawlers of all types, regardless of purpose. We encourage you to contribute to and implement this list on your own site. See information about the listed crawlers and the FAQ.

Related contents:

- [\#119: Les news sur le développement web et l&amp;#039;IA pour septembre 2025 RC2 @ Double Slash :fr:](https://double-slash.dev/podcasts/news-sept25-rc2/).
- [Comment bloquer les crawlers IA qui pillent votre site sans vous demander la permission ? @ Korben :fr:](https://korben.info/bloquer-crawlers-ia-robots-txt-htaccess-nginx.html).]]>
            </summary>
            <updated>2025-12-16T10:41:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1155</id>
            <title type="text"><![CDATA[Apache Lounge]]></title>
            <link rel="alternate" href="https://www.apachelounge.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1155"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apache Lounge is all about the Apache Web Server provided by the Apache Software Foundation (ASF) HTTPD Server Project. Apache Lounge has provided up-to-date Windows binaries and popular third-party modules for more than 15 years. We have hundreds of thousands of satisfied users: small and big companies as well as home users.

Join our ever-growing user-to-user community forum and talk with other webmasters and programmers who are working together and learning from each other&amp;#039;s experiences with the Apache HTTPD Server. Although the forum is primarily for Windows environments, it is also about Apache in general. All flavors are welcome, like Linux, Mac and Raspberry. 

Related contents:

- [How to properly set up WAMP stack with multiple PHP versions in parallel @ Andrej Rypo&amp;#039;s dev.to](https://dev.to/dakujem/how-to-properly-set-up-wamp-stack-with-multiple-php-versions-in-parallel-32hn).]]>
            </summary>
            <updated>2025-08-28T19:08:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4101</id>
            <title type="text"><![CDATA[Apaxy]]></title>
            <link rel="alternate" href="https://oupala.github.io/apaxy/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4101"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple, customisable Apache directory theme.

Apaxy is a customisable theme built to enhance the experience of browsing web directories. It uses the `mod_autoindex` Apache module—and some CSS—to override the default style of a directory listing.

- [Apaxy @ GitHub](https://github.com/oupala/apaxy).]]>
            </summary>
            <updated>2025-08-29T03:20:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4422</id>
            <title type="text"><![CDATA[Apache Dubbo]]></title>
            <link rel="alternate" href="https://dubbo.apache.org/en/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4422"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Building Enterprise Microservices with Dubbo!

Apache Dubbo is an easy-to-use, high-performance WEB and RPC framework with builtin service discovery, traffic management, observability, security features, tools and best practices for building enterprise-level microservices.

- [Apache Dubbo Project @ GitHub](https://github.com/apache/dubbo).]]>
            </summary>
            <updated>2025-08-29T04:14:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4559</id>
            <title type="text"><![CDATA[Apache Beam®]]></title>
            <link rel="alternate" href="https://beam.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4559"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Unified Apache Beam Model. The easiest way to do batch and streaming data processing. Write once, run anywhere data processing for mission-critical production workloads.

Apache Beam is a unified programming model for Batch and Streaming data processing.
Apache Beam is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including Apache Flink, Apache Spark, Google Cloud Dataflow, and Hazelcast Jet. 

- [Beam @ GitHub](https://github.com/apache/beam).]]>
            </summary>
            <updated>2025-08-29T04:36:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4560</id>
            <title type="text"><![CDATA[Dataflow]]></title>
            <link rel="alternate" href="https://cloud.google.com/dataflow/?hl=en" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4560"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Unified stream and batch data processing that&amp;#039;s serverless, fast, and cost-effective.

- [ &amp;quot;CI/CD avec Dataflow dans Google Cloud&amp;quot; au GDG Cloud Nantes @ GDG France&amp;#039;s YouTube :fr: ](https://www.youtube.com/watch?v=BK88_bIoCpc).]]>
            </summary>
            <updated>2025-08-29T04:36:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4772</id>
            <title type="text"><![CDATA[Apache APISIX®]]></title>
            <link rel="alternate" href="https://apisix.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4772"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cloud-Native API Gateway.

Apache APISIX provides rich traffic management features like Load Balancing, Dynamic Upstream, Canary Release, Circuit Breaking, Authentication, Observability, etc.

- [Apache APISIX @ GitHub](https://github.com/apache/apisix).
- [API versioning @ A Java geek](https://blog.frankel.ch/api-versioning/).
- [Authenticate with OpenID Connect and Apache APISIX @ Apache APISIX&amp;#039;s dev.to](https://dev.to/apisix/authenticate-with-openid-connect-and-apache-apisix-448h).]]>
            </summary>
            <updated>2025-08-29T05:11:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4828</id>
            <title type="text"><![CDATA[Apache Tika bindings for PHP]]></title>
            <link rel="alternate" href="https://github.com/vaites/php-apache-tika" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4828"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apache Tika bindings for PHP: extract text and metadata from documents, images and other formats.

The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).]]>
            </summary>
            <updated>2025-08-29T05:23:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4897</id>
            <title type="text"><![CDATA[GlareDB]]></title>
            <link rel="alternate" href="https://glaredb.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4897"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your Data Pipeline, Simplified.  GlareDB: An analytics DBMS for distributed data.

Data exists everywhere: your laptop, Postgres, Snowflake and as files in S3. It exists in various formats such as Parquet, CSV and JSON. Regardless, there will always be multiple steps spanning several destinations to get the insights you need.

GlareDB is designed to query your data wherever it lives using SQL that you already know.

- [GlareDB @ GitHub](https://github.com/GlareDB/glaredb)
- [What the Heck is GlareDB? @ HackerNoon](https://hackernoon.com/what-the-heck-is-glaredb).]]>
            </summary>
            <updated>2025-08-29T05:33:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4963</id>
            <title type="text"><![CDATA[Apache UIMA]]></title>
            <link rel="alternate" href="https://uima.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4963"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. 

UIMA enables applications to be decomposed into components, for example &amp;quot;language identification&amp;quot; =&amp;gt; &amp;quot;language specific segmentation&amp;quot; =&amp;gt; &amp;quot;sentence boundary detection&amp;quot; =&amp;gt; &amp;quot;entity detection (person/place names etc.)&amp;quot;.]]>
            </summary>
            <updated>2025-08-29T05:44:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4996</id>
            <title type="text"><![CDATA[Apache Traffic Server]]></title>
            <link rel="alternate" href="https://trafficserver.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4996"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apache Traffic Server™ software is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server. Formerly a commercial product, Yahoo! donated it to the Apache Foundation, and currently used by several major CDNs and content owners.]]>
            </summary>
            <updated>2025-08-29T05:49:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5022</id>
            <title type="text"><![CDATA[Apache AGE]]></title>
            <link rel="alternate" href="https://age.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5022"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Graph Data Processing &amp;amp; Analytics for Relational Database.

Apache AGE® is a PostgreSQL extension that provides graph database functionality.
 Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. 

[AGE @ GitHub](https://github.com/apache/age).]]>
            </summary>
            <updated>2025-08-29T05:55:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5040</id>
            <title type="text"><![CDATA[Apache Druid]]></title>
            <link rel="alternate" href="https://druid.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5040"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Druid is a high performance, real-time analytics database that delivers sub-second queries on streaming and batch data at scale and under load.]]>
            </summary>
            <updated>2025-08-29T05:57:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5265</id>
            <title type="text"><![CDATA[OpenLiteSpeed]]></title>
            <link rel="alternate" href="https://openlitespeed.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5265"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise.

OpenLiteSpeed is a high-performance, lightweight, open source HTTP server developed and copyrighted by LiteSpeed Technologies. Users are free to download, use, distribute, and modify OpenLiteSpeed and its source code in accordance with the precepts of the GPLv3 license.

[OpenLiteSpeed @ GitHub](https://github.com/litespeedtech/openlitespeed).]]>
            </summary>
            <updated>2025-08-29T06:35:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5303</id>
            <title type="text"><![CDATA[h5ai]]></title>
            <link rel="alternate" href="https://larsjung.de/h5ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5303"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too.

[h5ai @ GitHub](https://github.com/lrsjng/h5ai).]]>
            </summary>
            <updated>2025-08-29T06:40:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5476</id>
            <title type="text"><![CDATA[Apache Superset]]></title>
            <link rel="alternate" href="https://superset.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5476"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.

- [Superset @ GitHub](https://github.com/apache/superset)]]>
            </summary>
            <updated>2025-09-19T12:23:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5594</id>
            <title type="text"><![CDATA[OverAPI.com]]></title>
            <link rel="alternate" href="https://overapi.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5594"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Collecting all the cheat sheets]]>
            </summary>
            <updated>2025-08-29T07:29:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6353</id>
            <title type="text"><![CDATA[Ambari -]]></title>
            <link rel="alternate" href="https://ambari.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6353"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Apache Ambari project is aimed at making Hadoop management simpler by developing software for provisioning, managing, and monitoring Apache Hadoop clusters. Ambari provides an intuitive, easy-to-use Hadoop management web UI backed by its RESTful APIs.]]>
            </summary>
            <updated>2025-08-29T09:37:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6687</id>
            <title type="text"><![CDATA[Strimzi]]></title>
            <link rel="alternate" href="https://strimzi.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6687"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apache Kafka on Kubernetes in a few minutes. Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations.

[Strimzi @ GitHub](https://github.com/strimzi).]]>
            </summary>
            <updated>2025-08-29T10:31:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6794</id>
            <title type="text"><![CDATA[theme.park]]></title>
            <link rel="alternate" href="https://theme-park.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6794"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of themes/skins for your favorite apps!
theme.park contains 50 themed applications, with css addons on certain themes.
Installation methods include custom docker mods for linuxserver.io containers,
custom scripts for select Hotio containers and multiple examples of subfiltering using webservers like Nginx, Apache, Caddy and Traefik!
There is also a Docker image available for selfhosting the CSS files.

- [Theme Park – Personnalisez vos apps préférées avec style ! @ Korben :fr:](https://korben.info/theme-park-personnalisez-apps-style.html).]]>
            </summary>
            <updated>2025-08-29T10:49:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7562</id>
            <title type="text"><![CDATA[mod_rpaf]]></title>
            <link rel="alternate" href="https://github.com/gnif/mod_rpaf" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7562"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[reverse proxy add forward module for Apache]]>
            </summary>
            <updated>2025-08-29T12:59:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7581</id>
            <title type="text"><![CDATA[Caddy]]></title>
            <link rel="alternate" href="https://caddyserver.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7581"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The HTTP/2 Web Server with Fully Managed TLS (automatic HTTPS).

Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go 

- [Caddy @ GitHub](https://github.com/caddyserver/caddy).
- [Exploring Caddy, An Open Source Web Server @ Dan on Open Source Software&amp;#039;s YouTube](https://www.youtube.com/watch?v=tqXL5QLvPRQ).]]>
            </summary>
            <updated>2025-08-29T13:01:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8534</id>
            <title type="text"><![CDATA[GoAccess - Visual Web Log Analyzer]]></title>
            <link rel="alternate" href="http://goaccess.prosoftcorp.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8534"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.]]>
            </summary>
            <updated>2025-08-29T15:40:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8762</id>
            <title type="text"><![CDATA[mod_auth_pubtkt: a pragmatic Web Single Sign-On (SSO) solution]]></title>
            <link rel="alternate" href="https://neon1.net/mod_auth_pubtkt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8762"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[mod_auth_pubtkt is an Apache module that authenticates a user based on a cookie with a ticket that has been issued by a central login server and digitally signed using either RSA or DSA. This means that only the trusted login server has the private key required to generate tickets, while web servers only need the corresponding public key to verify them.

Whenever mod_auth_pubtkt encounters a request without a valid ticket/cookie, it redirects the user to a pre-configured login URL, passing the originally requested URL as a GET parameter. The login server can then prompt the user for credentials, verify them using any authentication backend it chooses, and upon success, generate a login ticket (signed with its private key), return it in a cookie to the client, and finally redirect the user back to the originally requested URL.]]>
            </summary>
            <updated>2025-08-29T16:17:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8763</id>
            <title type="text"><![CDATA[Open Fusion]]></title>
            <link rel="alternate" href="http://www.openfusion.com.au/labs/mod_auth_tkt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8763"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[mod_auth_tkt is a lightweight single-sign-on authentication module for apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure cookie-based tickets to implement a single-signon framework that works across multiple apache instances and servers.]]>
            </summary>
            <updated>2025-08-29T16:17:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8912</id>
            <title type="text"><![CDATA[Apache Lounge]]></title>
            <link rel="alternate" href="http://www.apachelounge.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8912"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apache on Windows]]>
            </summary>
            <updated>2025-08-29T16:43:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9286</id>
            <title type="text"><![CDATA[Pubcookie Home Page]]></title>
            <link rel="alternate" href="http://www.pubcookie.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9286"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pubcookie consists of a standalone login server and modules for common web server platforms like Apache and Microsoft IIS. Together, these components can turn existing authentication services (like Kerberos, LDAP, or NIS) into a solution for single sign-on authentication to websites throughout an institution.]]>
            </summary>
            <updated>2025-08-29T17:45:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9429</id>
            <title type="text"><![CDATA[Huge Collection of Code Snippets: HTAccess, PHP, WordPress, jQuery, HTML, CSS | Perishable Press]]></title>
            <link rel="alternate" href="http://perishablepress.com/code-snippets" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9429"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Please excuse this self-serving, miscellaneous post, but I’ve just got to purge all of these code snippets and scraps collected over the years. Whenever I update this site, I place any removed/unused code snippets into a giant note file for future reference, just in case. There’s all sorts of different types of code and snippets that just keep growing and growing and.. and finally it gets to a point where I just need to dump everything and start fresh. That is the purpose of this post.]]>
            </summary>
            <updated>2025-08-29T18:10:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9568</id>
            <title type="text"><![CDATA[S&amp;amp;#233;curiser Apache contre les injections SQL, les DDOS et d&amp;amp;#8217;autres attaques | Apyka&amp;#039;s Blog]]></title>
            <link rel="alternate" href="http://blog.apyka.com/index.php/linux/apache/securiser-apache-contre-les-injections-sql-les-ddos-et-dautres-attaques" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9568"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Il est temps d’aller un peu plus en profondeur et se prémunir des attaques par DOS (Deny Of Service), des injections SQL, du flood de spam et bien plus encore. Deux modules d’Apache permettent de faire cela très rapidement: mod_security et mod_evasive]]>
            </summary>
            <updated>2025-08-29T18:32:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9642</id>
            <title type="text"><![CDATA[h5ai &amp;amp;#183; larsjung.de]]></title>
            <link rel="alternate" href="http://larsjung.de/h5ai" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9642"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[· a beautified Apache index ·]]>
            </summary>
            <updated>2025-08-29T18:46:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9815</id>
            <title type="text"><![CDATA[IronBee - Open Source Web Application Firewall]]></title>
            <link rel="alternate" href="https://www.ironbee.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9815"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T19:14:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9879</id>
            <title type="text"><![CDATA[Category:OWASP ModSecurity Core Rule Set Project - OWASP]]></title>
            <link rel="alternate" href="http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project#tab=About" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9879"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The OWASP CRS is a set of generic attack detection rules for use with ModSecurity or compatible web application firewalls. The CRS aims to protect web applications from a wide range of attacks, including the OWASP Top Ten, with a minimum of false alerts.]]>
            </summary>
            <updated>2025-08-29T19:24:35+00:00</updated>
        </entry>
    </feed>
