What's new

[RT-AC88U] FW 384.3 port 80

NewFolk

New Around Here
Hello,
I have disabled UI on http (80 port).
And on 382.1_2 I had nginx server on router.

But after upgrade to 384.3 I get
Code:
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)

I do not see anything at [https://IP:80]
After I kill process by
Code:
fuser -k 80/tcp

I can use nginx again and Router UI work good.

So could you tell me who use 80 port? and could I disable this?
 
If you have Entware installed, install ‘lsof’ and then do;
lsof -iTCP | grep 80


Sent from my iPhone using Tapatalk
 
That will tell you the process that is listening on that port.

Also double check the HTTPS vs HTTP vs BOTH option for the GUI.


Sent from my iPhone using Tapatalk
 
Asus still launches an httpd instance on port 80 for their AiTunnel-related services (AiHome and such).

You can force the router to use a port different than 80, but it might break those services if you use them, so you're doing it at your own risks.

https://github.com/RMerl/asuswrt-merlin.ng/issues/79
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top