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

Nginx error when click start #5

Open
vincentteo opened this issue Jan 15, 2021 · 1 comment
Open

Nginx error when click start #5

vincentteo opened this issue Jan 15, 2021 · 1 comment

Comments

@vincentteo
Copy link

vincentteo commented Jan 15, 2021

Deployed on Debian 10.7 . Debian VM was built successful and follow the step by step of the installation . Until the start up nginx step was failed with the error nginx: [error] invalid PID number "" in "/opt/waf/nginx/var/run/nginx.pid"

@ch-rigu
Copy link
Contributor

ch-rigu commented Mar 8, 2021

could you check if that file contains the pid ?
if not you could add any random number there and start it

another thing you could try is:
start nginx manually by executing: /opt/waf/nginx/sbin/nginx
stop nginx by executing: /opt/waf/nginx/sbin/nginx -s stop

then should be work

I will add check if pid is empty.

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

No branches or pull requests

2 participants