mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #577] 500 (Internal Server Error) when accessing from a local network but not from localhost. APACHE #415
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#415
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 @nikohd12 on GitHub (Apr 20, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/577
Do I need to change the APP URL from .env? Rather than using localhost, should I use radio.local or www.radio.local.
I checked all permissions. Set 755 permissions to /var/www and /var/www/koel. Set 777 to /var/www/koel/storage.
Allowed all on my Virtual Host.
Log files:
and this error from my browser:
It's working when I access it via localhost (playing songs, logging in). But when I tried accessing it on my local computers on the network, I can't get pass through the login.
Please help. I'm using Apache2, Koel 3.6.2, and Ubuntu 16.
@phanan commented on GitHub (Apr 21, 2017):
Can you set
DEBUGtotrueand paste a more useful error log?@nikohd12 commented on GitHub (Apr 21, 2017):
Fixed. Switched to Nginx and set permissions to 777.
@miradozk commented on GitHub (May 25, 2018):
I have same problem. Then I switched to Nginx only for Koel. What's the problem with Apache ?