mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #4] listen on port 80 #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#6
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 @Maxence on GitHub (Jun 29, 2011).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/4
How I can listen on port 80, actually I have apache and nginx listening in port 80 with2 ip's, I got a new address ip for log.io but I don't know how I can setup my ip address or an hostname on server.conf
@msmathers commented on GitHub (Jun 30, 2011):
You need root permissions to bind node to port 80, but Log.io runs as its own logio user who doesn't have permission. You could manually run the server process as root to accomplish this:
sudo log-server
However given Log.io's almost non-existent security, I wouldn't recommend this. I'll revisit this issue in a later release, non-standard ports will suffice for now.