mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1338] Web-Interface not reachable #770
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#770
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tropaion on GitHub (Aug 1, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1338
Hello,
I installed the precombiled package with php7.4-fpm and nginx.
'php artisan koel:init --no-assets' runs without problems and 'php artisan serve' also return:
'tarting Laravel development server: http://127.0.0.1:8000
[Sun Aug 1 22:39:49 2021] PHP 7.4.22 Development Server (http://127.0.0.1:8000) started'
But I can't access both webinterfaces via IP. IP:8000 returns "Website not reachable. Connection refused" and nginx always falls back to default page.
I hope someone can help me, thanks.
@glynnt commented on GitHub (Aug 2, 2021):
http://127.0.0.1:8000 means it only lisens to 127.0.0.1. Are you accessing it by http://127.0.0.1:8000?
@Tropaion commented on GitHub (Aug 2, 2021):
Thats not possible, because it runs on an shell only debian server, there is no GUI, i can only access externally.
And this only applys for the development gui and not nginx if I'm right. But nginx also doesn't work.
@glynnt commented on GitHub (Aug 2, 2021):
maybe you can check the error log of nginx.
@Tropaion commented on GitHub (Aug 2, 2021):
Ok, I look into /var/log/nginx/error.log and when I try to acces the website these two errors show up:
Solution:
I don't know why, but after changing
fastcgi_passtofastcgi_pass unix:/run/php/php7.4-fpm.sock;it works.