We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is my docker-compose file:
version: '3.7' services: qgis-server: image: camptocamp/qgis-server:3.30 volumes: - ./qgis:/etc/qgisserver
And here is the error I am getting:
AH01506: PassEnv variable _ was undefined AH01506: PassEnv variable _ was undefined AH00023: Couldn't create the fcgid-proctbl mutex
Is the error on my side or is this project not compatible with M1 Macs? Or is it something else?
Edit: I don't have the issue with 3.26 and under.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my docker-compose file:
And here is the error I am getting:
Is the error on my side or is this project not compatible with M1 Macs? Or is it something else?
Edit: I don't have the issue with 3.26 and under.
The text was updated successfully, but these errors were encountered: