Some Simple Tweaks to Optimize Apache in cPanel
Cpanel,Linux General,The default Apache settings on cPanel are something that can be improved on. Here are some simple tweaks to optimize cPanel server. All the important configuration options are stored by Apache in a config file called httpd.conf that is located at /usr/local/apache/conf/httpd.conf. We will start by opening this file in your favorite text editor.
Read moreInstall and Configure GitLab on Ubuntu 14.04 with existing Apache
Linux General,In this guide, we will see how to install and configure GitLab on Ubuntu 14.04 server. At a high level, here are the list of steps you would go through to complete the process:
Read moreNginx on cPanel – Quick set up guide of Engintron
Cpanel,Linux General,Here is a quick setup guide for installing Engintron on cPanel/WHM which deploys Nginx web server as a reverse proxy on the server. cPanel doesn't have the Nginx support as an alternative to the Apache also Nginx proxied to the Apache. However, we can make use of the third-party plugins for our requirement. There are…
Read moreAPACHE PHP-FPM MOD_FASTCGI
Linux General,Apache PHP-FPM is an alternative implementation of PHP-FastCGI. In PHP-FPM the PHP process runs as a standalone without the need of web server. It listens for incoming requests on either a TCP or a Unix socket. The web server we use(apache in our case) send requests and connect to PHP processes using FastCGI protocol. As…
Read moreFind open ports on the Linux server using a script
Linux General,Create a .sh file with below script and set execute permission for the scrip file.
Read moreNetwork Installation on Linux using NFS
Linux General,Install dhcp,copy /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample to /etc/dhcp/dhcpd.conf cp -r /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample /etc/dhcp/dhcpd.conf
Read moreOpen VPN Server Configuration on Linux
Linux General,Download openvpn-.rpm , And install using this command rpm -ivh openvpn-.rpm
Read moreNetworking Concepts, in RHEL 7 or CENTOS7.
Linux General,We usually edit the network configuration file in the older versions to manage IPs. under /etc/sysconfig/network-scripts/
Read moreSymbolic link hack and its prevention in cPanel based servers.
Linux General,Just like we use shortcut in windows based operating system. Symbolic link (symlink or soft link) is a shortcut like file in linux operating systems. In linux a normal user cannot access server main/root directory. So, they use this symlink option as a tool to hack/gain access to server main/root directory. User will create a…
Read moreDNS Configuration (Internal and External)
Linux General,bind-9.8.2-0.17.rc1.el6_4.6.i686.rpm bind-chroot-9.8.2-0.17.rc1.el6_4.6.i686.rpm
Read more
