I'm trying to run TS on port 80 on Ubuntu as via
sudo traffic_server start
[TrafficServer] using root directory '/usr/local'
[May 24 07:11:56.760] {140707280910144} STATUS: opened
/usr/local/var/log/trafficserver/diags.log
[May 24 07:11:56.760] {140707280910144} NOTE: updated diags config
[May 24 07:11:56.763] Server {140707280910144} NOTE: cache clustering disabled
[May 24 07:11:56.794] Server {140707280910144} NOTE: cache clustering disabled
[May 24 07:11:56.826] Server {140707280910144} NOTE: logging initialized[7],
logging_mode = 3
[May 24 07:11:56.828] Server {140707280910144} ERROR: Could not bind or listen
to port 80 (error: -1)
[May 24 07:11:56.828] Server {140707280910144} WARNING: unable to listen on
port 80: -1 13, Permission denied
[May 24 07:11:56.832] Server {140707280910144} NOTE: traffic server running
[May 24 07:11:56.882] Server {140707191547648} NOTE: cache enabled
I can confirm that port 80 is open as I was able to run another server on port
80 (via sudo). Is there some TS specific config about 80 that needs to be
enabled?
Thanks
Subbu