Onifast Aero is a production-grade, container-isolated HTTP/HTTPS reverse proxy and web server tailored for high-density shared environment architectures.
Engineered from the ground up to replace heavy web server stacks with efficient, secure, and isolated request pipelines.
Queries virtual host parameters from standalone JSON configuration templates dynamically on every request without requiring engine restarts.
Provision and rotate Let's Encrypt or ZeroSSL TLS credentials autonomously using integrated HTTP-01 challenge handling.
Forward script traffic securely over isolated socket configurations, guaranteeing dedicated pools and CPU allocation boundaries.
Configure hosting models instantly. Select a configuration profile below to view the domain setup mapping payload:
{
"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"
}
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 |