If you are running a FTP server (Pureftp/Proftp) with a CSF firewall (very important in a VPS or virtuozzo), it is necessary to enable passive mode, because this mode works best for ftp clients protected by firewall since the client initiates the connections. If you don’t enable passive mode in VPS, you might encounter problems like […]
See MoreTag: cpanel hosting
Zend issue and httpd not restarting
If zend is a probelm and httpd is not restarting then download and install the latest from: http://downloads.zend.com/optimizer At the time of this writing, this little script worked like a charm: ++++++++++++++++++++++++++++++ cd /root deltree -f Zend* wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz tar -xzvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz cd Zend* ./install.sh +++++++++++++++++++++++++++++++
See MoreFantastico warning : Wrong datatype for second argument
Fantastico warning Whenever you get the the warning “Warning: in_array(): Wrong datatype for second argument in /tmp/cPanel_phpengine.1150345342.117749063.09268510999 on line 771” in fantastico, we need to follow the below give resolution and the issue will be resolved. Resolution: 1) Just go to WHM as root, click on Tweak Settings, scroll down to the PHP section and […]
See More