csf | MyLiteratureTechLife.COM

You are here: Posts Tagged ‘csf’

Archive for "csf"

Ports to configure in firewall for Directadmin

Posted by 0 Responses

Ports to configure in firewall for Directadmin 20,21: FTP. Note that ftp will use a "random high port number" if the client is in PORT mode, so you may need to add a port range into your /etc/proftpd.conf file to allow ftp connections, eg: PassivePorts 35000 35999 and then open that port range as well in your firewall. 22: ssh access 25, 587: smtp for exim to recieve email 53: dns (named), so your sites resolve. TCP and UDP here. 80, 443: apache traffic, http and https 110,... [ Continue reading... ]

CSF on DirectAdmin

Posted by 0 Responses

CSF on DirectAdmin There was a time when I was about to select a firewall for a server which had DirectAdmin installed and I choosed CSF. CSF is one of the best firewall available for hosting servers. Installation of CSF in directAdmin is really easy, just download csf. Extract it and Install it Just a 3 step installation. Login to server via ssh, Download csf using wget Run ./install.directadmin.sh and it will automatically install and will... [ Continue reading... ]

perl error in CSF installation

Posted by 0 Responses

perl error in CSF installation [root@mailserver csf]# service csf status Status of csf:Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/local/cpanel /etc/csf /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at... [ Continue reading... ]