3 FAQ tagged "server port"
Viewing 1-3 of 3 FAQ -- MySQL: Change Default Port Under Linux / UNIX
Q.I’m using MySQL 5 under Red Hat Enterprise Linux 5. How do I change default mysql server port (tcp port 3306) under Linux or UNIX operating systems?
- Linux Open Port 80 (HTTP Web Server Port)
Q. How do I open port 80 (Apache Web Server) under Red Hat / CentOS / Fedora Linux?
- How do I block an IP on my Linux server?
In order to block an IP on your Linux server you need to use iptables firewall. First you need to log into shell as root user. To block IP address you need to type iptables command as follows:
iptables -A INPUT -s IP-ADDRESS -j DROP
Replace IP-ADDRESS with actual IP address. For example if you wish to [...]
Viewing 1-3 of 3 FAQ - ( see all popular tags )




Recent Comments
Today ~ 2 Comments
11/26/2008 08:55 pm (6 days ago) ~ 18 Comments
Today ~ 8 Comments
Yesterday ~ 4 Comments
Yesterday ~ 6 Comments