Accès
- Ouvrez votre navigateur :
http://<SERVER_IP>/ - La racine web (
index.html) devrait s'afficher.
Vérification de la version
ferron --version
Fichiers et répertoires importants
- Fichier de configuration :
/etc/ferron.kdl - Racine web :
/var/www/ferron - Binaire :
/usr/sbin/ferron - Outil de génération de mots de passe :
/usr/sbin/ferron-passwd - Outil de précompression :
/usr/sbin/ferron-precompress - Outil de conversion de configuration :
/usr/sbin/ferron-yaml2kdl - Journal d'accès :
/var/log/ferron/access.log - Journal des erreurs :
/var/log/ferron/error.log
Paramètres
Fichier de configuration principal :
/etc/ferron.kdl
Ferron utilise un format de configuration basé sur KDL. Les modifications peuvent être appliquées sans interruption de service :
systemctl reload ferron
Gestion du service
Contrôlez le service Ferron en utilisant systemd :
# Stop the Ferron service
systemctl stop ferron
# Restart the service
systemctl restart ferron
# Reload the configuration without restarting the service
systemctl reload ferron
# Check service status
systemctl status ferron
# View logs
journalctl -u ferron -f