Toegang
- Open je browser:
http://<SERVER_IP>/ - De webroot (
index.html) zou moeten worden weergegeven.
Versiecontrole
ferron --version
Belangrijke bestanden en mappen
- Configuratiebestand:
/etc/ferron.kdl - Webroot:
/var/www/ferron - Binair:
/usr/sbin/ferron - Wachtwoordgeneratietool:
/usr/sbin/ferron-passwd - Voorcompressietool:
/usr/sbin/ferron-precompress - Configuratieconversietool:
/usr/sbin/ferron-yaml2kdl - Toegangslogboek:
/var/log/ferron/access.log - Foutenlogboek:
/var/log/ferron/error.log
Configuratie
Primair configuratiebestand:
/etc/ferron.kdl
Ferron gebruikt een KDL-gebaseerd configuratieformaat. Wijzigingen kunnen worden toegepast zonder downtime:
systemctl reload ferron
Servicebeheer
Beheer de Ferron-service met behulp van 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