You could consider creating a static table using RewriteMap:
https://httpd.apache.org/docs/current/rewrite/rewritemap.html
Rather than first doing http to https and www to non-www, consider adding
the RewriteMap in the http- and www-vhosts that you have and redirecting to
the final URL straight fro
Hi,
I think I have what is a pretty involved request for assistance. We have
a website with content that is decades old and has tens of thousands of
pages of content of the form /content/view/1234, where 1234 is the
Joomla article ID.
Joomla has since started using search-engine friendly URL
Hello,
I'm struggling with authnz_ldap configuration. What I'm trying to
achieve is the following:
1. Authentication is done against Active Directory
2. Groups of user (memberOf) are retreived and X-PCC-Profile header is
set depending on groups:
- If ADMIN is listed in groups, profile is
Hello all,
I've successfully compiled apache 2.4.58 against OpenSSL 3.2, but I see
lot's of issues when running the test suite.
My first guess are the changes in 3.2 regarding the way certificates are
generated (from the changelog at
https://github.com/openssl/openssl/blob/openssl-3.2.0/NEWS
Hi
I dug around to find the webserver logging, and found that it's not
logging to apache2, it's logging to nginx.
So I think apache compression doesn't work because we're not using apache.
Sorry, My bad :(
On 2024/01/24 17:21, Franciscus van Meelis wrote:
Hi
Apologies, I'm figuring this ou