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

Cannot create/start proxy. Please make sure port 80 and 443 are free. #1721

Closed
Castolo opened this issue Aug 9, 2022 · 3 comments
Closed

Comments

@Castolo
Copy link

Castolo commented Aug 9, 2022

This issue tracker is only for issues related to EasyEngine. Please use https://github.com/EasyEngine/easyengine/discussions for support questions.

If you feel the issue is a EasyEngine specific issue, please attach the output of the following commands.

System Information
Click here: https://imgur.com/a/LMJMAzU

My issue is when i type this command:
sudo ee site create live-matches.xyz --wp --letsencrypt

..this is what it sends to me:
Cannot create/start proxy. Please make sure port 80 and 443 are free.

What can I do?

@weebudesu
Copy link

maybe that's because apache is using port 80

@johnycage
Copy link

I am getting the same error.
Fresh install and followed instructions on homepage
$ wget -qO ee rt.cx/ee4 && sudo bash ee
followed by
$ sudo ee site create example.com --type=wp

And it throws me above error. I know nginx is ON active.

@L0RD-ZER0
Copy link

Please check if anything is running on ports 80 and 443. If there are, please shut them down before running the installation script once again.

In order to find out which services are listening on ports 80 and 443, consider using the following command: netstat -ntlp | grep -E '80|443'. This will list out applications listening on ports 80 and 443.

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

4 participants