-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
The Apache configuration is using an incorrect path for the vhosts files.
The IncludeOptional
line in the configuration file has a missing forward slash (/
) before *.conf
.
- Current line:
C:/Users/tasouza/AppData/Local/Programs/PhpWebStudy-Data/server/vhost/apache*.conf
- Correct line:
C:/Users/tasouza/AppData/Local/Programs/PhpWebStudy-Data/server/vhost/apache/*.conf
Environment
- Operating System: Windows 11
- Flyenv Version: 4.10.2
Metadata
Metadata
Assignees
Labels
No labels