Hello everyone!
I'm on a CentOS 7.9 serveur with WHM/cPanel
I installed Solr recently and i'm unable to connect to the default port of solr : 8984 connexion is timed out by the server.
I use CSF as a firewall and the port 8984 is allowed in TCP_IN TCP_OUT UDP_IN UDP_OUT
My IP is whitelisted in CSF and Modsec and i allowed every connexion in the Host Access Control.
The result of the command
I don't know why this port would be blocked, does anyone have a clue on what i could have missed?
Thank you!
I'm on a CentOS 7.9 serveur with WHM/cPanel
I installed Solr recently and i'm unable to connect to the default port of solr : 8984 connexion is timed out by the server.
I use CSF as a firewall and the port 8984 is allowed in TCP_IN TCP_OUT UDP_IN UDP_OUT
My IP is whitelisted in CSF and Modsec and i allowed every connexion in the Host Access Control.
The result of the command
Code:
netstat -npl | grep :8984
Code:
tcp6 0 0 127.0.0.1:8984 :::* LISTEN 21423/java
Thank you!