A :
Hi
Firstly install zip and unzip on Linux
* sudo apt install zip unzip
* zip -r demofile.zip /var/www/html/demofile.text
Here -r is options demofile.zip set name of your zip file then set path of file/folder want to zip.
A :
hi use following command in linux;
sudo yum install php70-mbstring.x86_64 php70-zip.x86_64 -y
then restart httpd
sudo service httpd restart
A :
hi
use this command in putty or terminal on aws
sudo yum install -y httpd24 php70 mysql56-server php70-mysqlnd
httpd24 only when httpd is not install;
then run;
sudo service mysqld start