7,865 questions
-5
votes
0
answers
31
views
Caddy Reverse Proxy [closed]
I have try setup a simple reverse proxy server using CAddy for my basic laravel + apache2 app
it seems whenever there is 302 ( example, login >> home ), the browser will hang and i will get 504 (...
Advice
0
votes
2
replies
46
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/...
2
votes
1
answer
131
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
80
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
71
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
61
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
43
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
313
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
70
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
46
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 ...
-1
votes
1
answer
123
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
62
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
24
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
72
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 ...
-2
votes
1
answer
227
views
Building vite project and deploying to sub folder results in 404 error [closed]
I'm trying to build and deploy my Vite project into a sub folder on my domain. The combination I'm using is Vite + React + JavaScript. Dist is deployed to an Apache2 web server running on an Ubuntu ...