Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [apache-2.4]

Version 2.4 of the Apache HTTPd Server. When asking questions about virtualhosts, please include the output of the following command: "apache2ctl -S" (or "httpd -S" depending on your OS)

Score of 1
1 answer
114 views

Due to various environmental complexities which are not relevant to the question, I need to launch PHP via a batch file (Windows) and so have set up a ScriptAlias, which looks something like this: ...
Score of 0
2 answers
112 views

I need to access Network Manager functionality from PHP code by exec()-ing the "nmcli" command. However, when run from PHP code, "nmcli" command returns the error message "...
Score of 1
1 answer
83 views

I'm setting up a new server to replace a quite old one. The old server was running PHP as Apache module, while on the new server PHP runs as FPM by default (the OS is RHEL10, standard Apache and PHP ...
Score of 0
1 answer
179 views

So I have this legacy system that is being migrated to a new architecture. The database stores passwords as plain MD5 hashes, as in passwordhash = md5('plaintext') Yes, I know this is insecure, I ...
Score of 0
0 answers
61 views

I am troubleshooting a production issue where my Nginx 1.18 reverse proxy appears to be desynchronizing from an Apache 2.4.41 backend. The Problem: During high-concurrency testing or when using ...
user avatar
Score of 5
1 answer
237 views

I recently set up a fedora 44 server in a home lab. I started Apache on it and installed php and php-fpm. I put in /var/www/html a PHP website (SPIP). All the files and folders of the website are ...
Score of 0
1 answer
114 views

I spent a lot of time defining these rules but they are not working. Something is wonky. I have 2 a records on my first host (which is not hostinger) that point www.automation.MYDOMAIN.com as well as ...
Score of 0
1 answer
199 views

I have multiple servers with different services. I have Apache on a publicly accessible server, pointing different subdomains to different servers (*.example.com, *.serv1.example.com, *.serv2.example....
Score of 0
0 answers
62 views

Environment VPS: 2 CPU / 4 GB RAM / 1 IP OS: CentOS 7.4 Web server: Apache (Sentora) + PHP 5.4 prefork DNS/CDN: Cloudflare Free + Flexible SSL ~10 main domains, ~24k mini-sites (...
Score of 1
1 answer
210 views

Let suppose we have static website with Apache 2.4 behind nginx reverse proxy. Nginx provides HTTPS and connects to Apache on HTTP port. Then you request https://example.com/dir . Because it is a ...
Score of 0
0 answers
117 views

Running redmine under apache 2.4 on ubuntu 24.04. The apache server is set up to require logins. Under normal circumstances, one logs in to the apache server once, then when one requests a redmine ...
Score of 1
0 answers
105 views

I am looking to run Iocaine on a server hosting a few websites using Apache httpd. It's documentation lists examples for several reverse proxy setups and they basically all come down to handling a ...
Score of 1
0 answers
98 views

I have an Apache serving a SVN. I want to limit access to SVN using LDAP (indeed I want to limit it to a LDAP group, but it is the same issue with LDAP user. For simplification I used ldap-user here). ...
Score of 3
2 answers
451 views

I have this rule set in Apache: RewriteEngine ON RewriteCond %{HTTP_HOST} http://www.siteA.co.uk$ [NC] RewriteCond %{HTTP_HOST} http://SiteA.co.uk$ [NC] RewriteCond %{HTTP_HOST} ^SiteA.co.uk$ [NC] ...
Score of 1
1 answer
159 views

So I'm trying to set up my fresh apache installation on a Raspberry Pi running up-to-date Trixie so that I can access my blog as the main subdomain (www), and serve other apps that I have subdomains ...

15 30 50 per page
1
2 3 4 5
411