Overview

WolfServe is an Apache2-compatible web server that serves PHP via FastCGI. It reads your existing Apache vhost configs directly, making migration seamless.

Features

  • Drop-in Apache2 replacement — Reads vhost configs
  • PHP via FastCGI (php-fpm)
  • Rust FFI bridge for calling Rust functions from PHP
  • Shared sessions across multiple servers
  • Admin dashboard
  • Static file serving with caching
  • Virtual hosts with SNI support

Installation

bash
# Stop Apache2 first
sudo systemctl stop apache2
# Install and start WolfServe
curl -sSL https://raw.githubusercontent.com/wolfsoftwaresystemsltd/WolfScale/master/wolfserve/install.sh | sudo bash