feat: add Apache server support with configuration templates and IPC integration
This commit is contained in:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user