Firewall and iptables

Open port 80 Open flle /etc/sysconfig/iptables: # vi /etc/sysconfig/iptables Append rule as follows: -A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT Save and close the file. Restart iptables: # /etc/init.d/iptables restart Open port 110 Append rule as follows: -A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport … Read more

How to Install Magento on CentoOS 6

Here is my simple way to install magento on CentOS 6 1. wget magento 2. edit /etc/httpd/conf/httpd.conf 3. install extra packages and extensions that might you need.    a. php extensions mcrypt —->  epel.mirror.freedomvoice.com/6/i386/php-mcrypt-5.3.3-1.el6.i686.rpm    b. php extensions libmcrypt-devel——> http://epel.mirror.freedomvoice.com/6/i386/libmcrypt-devel-2.5.8-9.el6.i686.rpm    c. php extensions libmcrypt—> http://epel.mirror.freedomvoice.com/6/i386/libmcrypt-2.5.8-9.el6.i686.rpm