shufil
- Total activity 86
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by shufil-
[quote="cPanelMichael, post: 1689722">Yes, switch the name servers from your registrar's name servers to name servers that resolve to IP addresses associated with the cPanel server. Thank you. He...
-
[quote="cPanelMichael, post: 1688672">Hello :) Check to ensure the domain name in question uses this server's name servers at it's domain registrar. Thank you. Hello, Thanks for reply , Current...
-
[quote="cPanelMichael, post: 1693462">You can add multiple "Listen" entries in the Apache configuration file. Here is an example of the existing default entries: # grep Listen /usr/local/apache/co...
-
[quote="triantech, post: 1691382">Hello, If you want to make Apache non-SSL connections, drop 80 and add 8080, or the other way around for the SSL connections. Hello , Both are need, becouse non...
-
HI Triantech , There seems port 80 and 443 in default, if we need to add other port we need to drop 80 or 443 ? Regards, Shufil
-
[quote="24x7server, post: 1685711">Hi, You have added correct rule in firewall to open a port 8080 but currently you are not running any services on port 8080 and due to that netstat command is no...
-
[quote="triantech, post: 1685282">Shufil, what exactly is running on that port? iS the service running? If not telnet would be showing connection refused, as there is nothing running to connect :D...
-
[quote="shufil, post: 1684982">Hello triantech, CSF is not installed, only running iptable . Regards, Shufil [COLOR="silver">- - - Updated - - - Hello, netstat -apn | grep 8080 not give any rep...
-
Hello triantech, CSF is not installed, only running iptable . Regards, Shufil [COLOR="silver">- - - Updated - - - Hello, netstat -apn | grep 8080 not give any reply, iptables -nL | grep 8080 ...
-
hello, Then i added below command in iptable iptables -I OUTPUT -p tcp -d remoteserver ip --sport 8080 --dport 8080 -j ACCEPT iptables -A INPUT -m state --state NEW -m tcp -p tcp -d remoteserveri...