Environment
- Application: FlyEnv-Portable-4.13.3
- OS: Windows 11 Pro
- Web Server: Apache 2.4.66
Description
When using Apache 2.4.66 in FlyEnv-Portable-4.13.3 on Windows 11 Pro, simply creating a new site is enough to trigger an Apache startup failure.
This is reproducible even with a static site. No PHP framework or application setup is required.
After creating the site, FlyEnv shows the following error:
Error: AH00526: Syntax error on line 19 of C:/FlyEnv/FlyEnv-Data/server/vhost/apache/flyenv-test-xzp0dj47.test.conf:
Invalid command 'ProxyFCGIBackendType', perhaps misspelled or defined by a module not included in the server configuration
Steps to reproduce
- Open FlyEnv-Portable-4.13.3
- Install or select Apache 2.4.66
- Create any new site
- The site can be completely static
- Try to start Apache
Expected behavior
Apache should start normally after creating the site.
Actual behavior
Apache fails to start and FlyEnv reports:
AH00526: Syntax error on line 19 of C:/FlyEnv/FlyEnv-Data/server/vhost/apache/flyenv-test-xzp0dj47.test.conf:
Invalid command 'ProxyFCGIBackendType', perhaps misspelled or defined by a module not included in the server configuration
Reproduction notes
- The issue happens with a minimal setup
- No PHP project is needed
- No additional configuration is needed
- Creating a site alone is enough to reproduce the problem
Possible cause
It looks like the generated Apache vhost configuration includes the directive ProxyFCGIBackendType, but the Apache build/configuration used by FlyEnv does not have the required module loaded or does not support that directive in the current setup.
This may be caused by:
- a missing Apache module
- an incompatible vhost template for Apache 2.4.66 on Windows
- a packaging/configuration issue in the bundled Apache environment
Additional context
Since this happens even with a static site, the problem appears to be related to the generated vhost/config template rather than to user application code.

Environment
Description
When using Apache 2.4.66 in FlyEnv-Portable-4.13.3 on Windows 11 Pro, simply creating a new site is enough to trigger an Apache startup failure.
This is reproducible even with a static site. No PHP framework or application setup is required.
After creating the site, FlyEnv shows the following error:
Steps to reproduce
Expected behavior
Apache should start normally after creating the site.
Actual behavior
Apache fails to start and FlyEnv reports:
Reproduction notes
Possible cause
It looks like the generated Apache vhost configuration includes the directive
ProxyFCGIBackendType, but the Apache build/configuration used by FlyEnv does not have the required module loaded or does not support that directive in the current setup.This may be caused by:
Additional context
Since this happens even with a static site, the problem appears to be related to the generated vhost/config template rather than to user application code.