# ServerName localhost DocumentRoot /var/www/html # ProxyPass for WebSocket handling ProxyPass /wss ws://hnschat-server:4444/ ProxyPassReverse /wss ws://hnschat-server:4444/ Options +FollowSymLinks +MultiViews AllowOverride All Require all granted # PHP settings DirectoryIndex index.php AddType application/x-httpd-php .php