7,858 questions
Advice
1
vote
1
replies
16
views
Do Apache 2.0 licensed segmentation models (e.g., SegNeXt, PP‑LiteSeg) include commercial‑free pretrained weights?
I’m evaluating semantic segmentation models like SegNeXt and PP‑LiteSeg, which are released under the Apache 2.0 license. The code is clearly permissive, but I’m unsure about the pretrained weights.
...
0
votes
0
answers
69
views
Error in mod_wsgi ssl: "unable to get local issuer certificate"
I am running an authentication system on my Apache2 webserver that uses Python through the mod_wsgi module to run scripts authenticating users through IP addresses, passwords, etc. Once authenticated, ...
Advice
0
votes
2
replies
48
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
186
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
87
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
83
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
66
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
45
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
373
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
81
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
56
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
136
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
66
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 ...
-2
votes
1
answer
262
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 ...
0
votes
1
answer
80
views
ModSecurity: Apache error_log not showing "ModSecurity: Access denied" when they exist in modsec_audit.log
I've an issue with mod_security3 where the apache error_log isn't containing the ModSecurity: Access denied record as shown in the modsec_audit.log.
If I don't change any config, and just use ...