Dynamic Virtual Hosting at Lightning Speed.

Onifast Aero is a production-grade, container-isolated HTTP/HTTPS reverse proxy and web server tailored for high-density shared environment architectures.

onifast-aero --daemon
$ systemctl start onifast-aero
● onifast-aero.service - Onifast Web Server daemon
[INFO] Initializing server on port 80 and 443...
[INFO] Loading virtual host map config...
[ACME] SSL Certificate validated for onifast.com [expires in 89 days]
[READY] Aero Server running. Listening for connections.

0ms

Hot Config Reload

80/443

Standard Edge Bindings

100%

PHP-FPM Process Isolation

Go

Native Performance Base

Built for Scale, Tuned for Performance

Engineered from the ground up to replace heavy web server stacks with efficient, secure, and isolated request pipelines.

Dynamic Virtual Hosting

Queries virtual host parameters from standalone JSON configuration templates dynamically on every request without requiring engine restarts.

Automated ACME SSL

Provision and rotate Let's Encrypt or ZeroSSL TLS credentials autonomously using integrated HTTP-01 challenge handling.

PHP-FPM Isolation

Forward script traffic securely over isolated socket configurations, guaranteeing dedicated pools and CPU allocation boundaries.

Flexible JSON Mappings

Configure hosting models instantly. Select a configuration profile below to view the domain setup mapping payload:

domain_config.json Read Only
{
    "domain": "example.com",
    "owner": "alice",
    "app_path": "/home/alice/public_html/example.com",
    "php_version": "8.2",
    "ssl_status": true,
    "created_at": "2026-06-14T12:00:00Z",
    "is_subdomain": false,
    "parent_domain": "",
    "service_type": "php"
}

Native .htaccess Parsing Engine

Process traditional webmaster configs dynamically. Aero reads directory files in real-time, executing Apache-compatible rules natively.

Directive Rule Example Engine Action
DirectoryIndex DirectoryIndex index.php home.html Sets fallback folder index routing priority
ProxyPass ProxyPass /api http://localhost:8080/ Performs edge reverse proxying with WebSocket support
RewriteRule RewriteRule ^old/(.*)$ /new/$1 [L,R=301] Compiles and maps regex rewrite conditions
Header Header set X-Frame-Options "DENY" Appends response headers to client requests
Options Options -Indexes Prevents directory list scanning natively