-
Notifications
You must be signed in to change notification settings - Fork 29
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
Lighttpd: Add socket support and documentation #931
base: master
Are you sure you want to change the base?
Conversation
5055b00
to
44247d5
Compare
Many thanks @gstrauss :-) |
), | ||
) | ||
) | ||
include_shell "./gen-server" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My prior comment is not resolved. Your startup script /usr/local/bin/start-server
does not cd /etc/lighttpd
, so this is another case of "you have not tested well".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it again, and it is working locally and in the container :-)
It looks like that lighttpd changed the working directory!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure that you're testing lighttpd? It appears that you're testing Apache.
SERVER=apache
in the Dockerfile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the variable is overridden here:
https://github.com/camptocamp/docker-mapserver/blob/master/acceptance_tests/docker-compose.yaml#L72
and here:
https://github.com/camptocamp/docker-mapserver/blob/master/acceptance_tests/docker-compose.yaml#L87
:-)
No description provided.