Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Apache merge configurations #31

Open
gzurl opened this issue Dec 5, 2022 · 0 comments
Open

Support for Apache merge configurations #31

gzurl opened this issue Dec 5, 2022 · 0 comments
Labels
🚀 enhancement New feature or request

Comments

@gzurl
Copy link
Contributor

gzurl commented Dec 5, 2022

At httpd.conf, we might have different <Location> groups that overlap with each other:

<Location /python_apps/app_1>
   WasmModule /var/www/modules/python3.11
</Location>

<Location /python_apps/app_2>
   WasmModule /var/www/modules/python3.12
</Location>

<Location /python_apps>
   WasmModule /var/www/modules/python3.11
</Location>

The latest <Location> group above will shadow the other more specific configurations.

This can be solved by adding support for merge configurations in mod_wasm.c.

@gzurl gzurl added the 🚀 enhancement New feature or request label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant