Skip to content

Apache 2.4.66 on Windows 11 fails after creating a site: Invalid command 'ProxyFCGIBackendType' #579

@eloimarquessilva

Description

@eloimarquessilva

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

  1. Open FlyEnv-Portable-4.13.3
  2. Install or select Apache 2.4.66
  3. Create any new site
  4. The site can be completely static
  5. 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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions