Adgang
- Åbn din browser:
http://<SERVER_IP>/ - Webrod (
index.html) bør vises.
Versionscheck
ferron --version
Vigtige filer og mapper
- Konfigurationsfil:
/etc/ferron.kdl - Webrod:
/var/www/ferron - Binær:
/usr/sbin/ferron - Adgangskodegeneringsværktøj:
/usr/sbin/ferron-passwd - Forudkomprimeringsvæktøj:
/usr/sbin/ferron-precompress - Konfigurationskonverteringsværktøj:
/usr/sbin/ferron-yaml2kdl - Adgangslog:
/var/log/ferron/access.log - Fejllog:
/var/log/ferron/error.log
Konfiguration
Primær konfigurationsfil:
/etc/ferron.kdl
Ferron bruger et KDL-baseret konfigurationsformat. Ændringer kan anvendes uden nedetid:
systemctl reload ferron
Servicestyring
Styr Ferron-tjenesten ved hjælp af 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