Ferron is a fast and memory-safe web server developed in Rust. It is capable of handling both static files and dynamic content, including PHP.
Homepage
Download
Recent Releases
1.0.0-beta1001 Apr 2025 03:15
minor feature:
with userList and users property validation for non-standard codes. The server now enables OCSP stapling by default
1.0.0-beta728 Mar 2025 03:15
minor feature:
Dropped support for dynamically-loaded server modules (Ferron now only supports compiled-in optional modules that can be disabled via Cargo features). HTTP/2 is now enabled by default for encrypted connections. Refactored HTTP connection acception logic
Ferron 1.0.0-beta625 Mar 2025 03:15
minor feature:
Added option for limiting the cache size by a specific number of entries. Limited the Zstandard window size to 128KB for better HTTP client support. Optimized Brotli compression for static files
1.0.0-beta521 Mar 2025 14:27
minor bugfix:
- Fixed a bug related to HTTP cookies and HTTP/2
|