7,877 questions
Advice
0
votes
2
replies
32
views
How to manage patches on a Debian Host with Apache2 as Webserver
I have set up a Debian 12 (Bookworm) host and went through some basic steps to install Apache2 and activate SSL/HTTPs on the backend. Http disabled.
As far as I know the usual tool for managing/...
0
votes
0
answers
73
views
Problem restarting my Apache2-webbserver - what does the error codes mean?
I have a VPS with Apache2 as a webbserver. Today it was shut down, and i can't restart it. I get the error in the image below. What is wrong and how can i fix it? I haven't done any changes - so ...
2
votes
1
answer
71
views
"Forbidden You Dont Have Permission to access this Resource" config problem on Apache.conf
My Debian10 server wentdown and I've been trying to install all my pages and Apache2 server on another Debian (Debian 12).
I've already take all the bkps of the pages and put them in the exact same ...
0
votes
0
answers
77
views
Apache RewriteRule works for /test but not for /test/something
I added this specific rule to my .htaccess in / (webroot) within a wordpress install (above wp auto generated code, there is no further interference with later wp settings there):
RewriteRule ^app/my-...
0
votes
1
answer
58
views
Why is Moodle setup in an AWS architecture caught in an infinite loop?
I have configured an AWS Application Load Balancer (ALB) with HTTPS termination forwarding to EC2 instances running Apache and Moodle. The ALB correctly handles HTTP to HTTPS redirection, but I'm ...
0
votes
0
answers
56
views
Deploying Spring Java REST API app to Azure Container Apps
I have a REST API app developed with Java Spring Boot.
I am trying to deploy it to Azure Container Apps (ACA) with the following standard web app architecture:
web browser -443-> Apache2 container -...
0
votes
0
answers
40
views
Cannot find settings module in mod_wsgi (Apache2 on Ubuntu with django)
I am serving a Python app using Django through an Apache2 server. I have the wsgi.py file in a directory
home/peter/django-apps/anaaccess/anaaccess/ana_access/wsgi.py
I have a venv in home/peter/...
0
votes
0
answers
196
views
AH10034: The mpm module (prefork.c) is not supported by mod_http2 - but http2 IS working?
Hi Everyone thank you for reading. Any advice appreciated. I am fairly new to webservers etc. I've read lots of pages but still don't understand :-(
LAMP stack running 4x small sites in Apache2 ...
1
vote
2
answers
65
views
Using a rewrite rule with regex on first 3 characters of a number doesn't work
I'm learning how to use a RewriteRule with Apache to rewrite the following URL /t/openstack/build/123456789987456214. To get the first three digits of the number and rewrite to a URL like /123/...
0
votes
0
answers
36
views
Apache2 multiple vhost http2 only in one
I'm configuring Apache2 with 2 virtual hosts (VH) (nohttp2.com and http2.com). The idea is that one of the VH works with http2 and the other only with http/1.1.
I have enabled http2 module and I'm ...
0
votes
1
answer
107
views
AWS Debian apache2 web install
So i want to create an apache2 webserver on debian using aws.
I'm in needed to what to write so with the codes to make me see everything in order.
I tried installing apache2 and succeeded, but i do ...
0
votes
0
answers
17
views
Apache 2 redicrection in virtualHost - Connection not secure or //
Since 10 days, i have a problem with Chrome in private mode.
If i write the name of my website in the URL (with or without www), i have an message : Connexion not secure.
No problem if not in private ...
0
votes
0
answers
59
views
Permalinks stop working after short period - Wordpress
I have a Wordpress site running a store via woo commerce. I need to set my permalinks to postname to enable importing data from suppliers via REST API. However, when I set my permalinks to postname ...
0
votes
0
answers
22
views
Apache2 custom error on ERR_BAD_SSL_CLIENT_AUTH_CERT
I have secured access to one of our server via User Certificate Authentication via following configuration:
<VirtualHost *:443>
ServerAdmin [email protected]
ServerName mydomain.de
...
0
votes
0
answers
43
views
Apache2 ReverseProxy issues
So, I have the following setup:
a service A working on (virtual) server S1 on my lan, using ports 80 and 443
a service B working on (virtual) server S2 on my lan, using ports 80 and 443
Since I have ...