Search found 4 matches

by Fabien
09 Dec 2025, 20:53
Forum: Software
Topic: Port issue since bookworm 250801
Replies: 3
Views: 15593

Re: Port issue since bookworm 250801

It s was the new firewall feature. Just needed to setup things right.

Thx a lot to point in the right direction, I should have read the the release note more carefully:/
by Fabien
09 Dec 2025, 12:11
Forum: Software
Topic: Port issue since bookworm 250801
Replies: 3
Views: 15593

Port issue since bookworm 250801

on a revpi core SE, Previously we were running a ngnix server on the port http://(revpi-ip):8080, since bookworm release 250801 it's no longer working.

We have test with a tunnel on our PC point to our nginx server works all fine. it's seems that we have issue with the port declaration.

Does ...
by Fabien
30 Apr 2025, 10:35
Forum: Software
Topic: 404 error on the apache server
Replies: 3
Views: 18593

Re: 404 error on the apache server

the dist folder where the vue site is deploy :

"/var/www/html/keasy/"

the .htaccess in this folder

# Activer le moteur de réécriture
RewriteEngine On

# Gérer les requêtes pour les fichiers et répertoires existants
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d ...
by Fabien
29 Apr 2025, 20:12
Forum: Software
Topic: 404 error on the apache server
Replies: 3
Views: 18593

404 error on the apache server

On latest bookworm image


We are running an admin dashboard build with vuejs. On the same apache server as cockpit. Just on an Alt port. Http://xxx.xxx.xx.xx:8080


The problem is very simple to explain.
When I refresh the browser on this page, it works fine.
Http://xxx.xxx.xx.xx:8080

When I ...