feat: add Apache server support with configuration templates and IPC management logic

This commit is contained in:
Ümit Tunç
2026-03-30 22:36:57 +03:00
parent e22b1872f0
commit 400a71f568
4 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ Alias /{{HOST}} "{{PATH}}"
Require all granted
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:{{PHP_PORT}}"
SetHandler "proxy:fcgi://127.0.0.1:{{PHP_PORT}}/"
</FilesMatch>
</Directory>