INSTALL CODEIGNITER ON UBUNTU 18.04
First install and setup Apache, PHP ( > or = 7.3 or 8), Mysql/Mariadb. PHP extensions mbstring, gd, intl, xml, mysql, zip, json, and curl should be enabled on the …
Read MoreA beginners guide
First install and setup Apache, PHP ( > or = 7.3 or 8), Mysql/Mariadb. PHP extensions mbstring, gd, intl, xml, mysql, zip, json, and curl should be enabled on the …
Read MoreThis document is about configuring haproxy load balancing for backend apache servers (Here I configure it with 2 backend servers.) I assume that you already configured and tested your backend …
Read MoreStart by updating our package list and installing the vsftpd daemon: apt update apt install vsftpd Now let’s make a copy of the default conf file for backup. cp /etc/vsftpd.conf …
Read MoreAbout Monit Monit is a free, open source process supervision tool for Linux like operating systems. With Monit, system status can be viewed directly from the command line, or via …
Read MoreAbout VPN A virtual private network extends a private network across a public network, and enables users to send and receive data across shared or public networks as if their …
Read MoreABOUT Website optimization is the technique of using controlled experimentation to improve a website’s ability to fulfill business goals. It is important to bring in the more traffic and increase …
Read MoreIntroduction Going to install Plesk Firewall Plesk Firewall comes pre-installed in Windows Server, We can See Plesk Firewall under the Security section in Tools & Settings Here we are going …
Read MoreIntroduction To restrict S3 access only from CloudFront So everyone is using S3 REST API endpoint as the origin to CloudFront,they can restrict access to S3 from CloudFront only by …
Read MoreInstall OpenCart Permalink Download OpenCart and configure permissions Permalink Issue the following commands to download and unpack OpenCart into your web root directory: cd /var/www/html/example.com/public_html/ curl -OL https://github.com/opencart/opencart/releases/download/2.3.0.2/2.3.0.2-compiled.zip unzip 2.3.0.2-compiled.zip …
Read MoreNginx separates the configuration into blocks, which work in a hierarchical fashion. Every time a request is made, the web server begins a process to determine which configuration block should …
Read More