Search found 2 matches

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

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: 6234

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 ...