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

Starting the web-server for the the web-serving benchmark fails as rootless #441

Open
dev-zero opened this issue Nov 27, 2023 · 0 comments · May be fixed by #442
Open

Starting the web-server for the the web-serving benchmark fails as rootless #441

dev-zero opened this issue Nov 27, 2023 · 0 comments · May be fixed by #442

Comments

@dev-zero
Copy link

The default nginx webserver listening on port 80 is still enabled in the configuration, resulting in a startup failure of the web_server when started as non-root with podman run -dt --net=host --name=web_server cloudsuite/web-serving:web_server /etc/bootstrap.sh ${PROTOCOL} ${WEB_SERVER_IP} ${DATABASE_SERVER_IP} ${MEMCACHED_SERVER_IP} ${MAX_PM_CHILDREN} ${WORKER_PROCESS} (as documented).
From what I've seen it is unused and could be easily disabled.

@dev-zero dev-zero linked a pull request Nov 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant