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="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...
-
[quote="triantech, post: 1683912">via shell try, -- telnet localhost 8080 ( check if the port is open ) -- Also verify if you are able to get connections through to the remote server. Hello, ...
-
Hello, Cuurentlly curl is enable with ssl, then i try to check this like this '; var_dump(curl_version()); echo ''; ?> Save the file as testcurl.php and then run it as a php script. # php testc...
-
Hello , Still am waiting reply, am stuck on this movement, so please help . Regards, Shufil