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

jobs not serving website after using -p option and remove and add another website #1414

Open
EdwardDali opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@EdwardDali
Copy link

I used the -p option while serving a website through a job and now I can't serve it anymore
after removing the previous website with website rm x
current website was built with
websites add-content --website x --web-path /www --content ./www --recursive

Path Content-Type Size
================= ========================== ======
/www/index.html text/html; charset=utf-8 300

http -l 80 -w x

HTTP ERROR 404

Tried multiple commands, multiple names for website. Eliminated connectivity issues by python3 -m http.server which is working.
There are no jobs running on port 80:
sudo ss -tuln | grep :80
tcp LISTEN 0 4096 *:8000 :
tcp LISTEN 0 4096 *:8080 *:

jobs are serving the same website on a different port on which I didn't use it before.
any ideas on how to proced further? Basicaly I want port 80 back :) Thanks in advance

@rkervella rkervella added the bug Something isn't working label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants