feat: add Apache server support with configuration templates and IPC integration

This commit is contained in:
Ümit Tunç
2026-03-31 00:35:32 +03:00
parent b751895fb1
commit b2a0a5483f
4 changed files with 26 additions and 3 deletions
+5
View File
@@ -12,6 +12,11 @@ LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
# Required for PHP-FPM on Windows to avoid "No input file specified"
<IfModule proxy_fcgi_module>
ProxyFCGIBackendType GENERIC
</IfModule>
ServerAdmin admin@localhost
ServerName localhost:{{PORT}}