Answers for "install php apache"

PHP
4

ubuntu install apache php

sudo apt update
sudo apt install apache2 \
                 ghostscript \
                 libapache2-mod-php \
                 mysql-server \
                 php \
                 php-bcmath \
                 php-curl \
                 php-imagick \
                 php-intl \
                 php-json \
                 php-mbstring \
                 php-mysql \
                 php-xml \
                 php-zip
Posted by: Guest on September-19-2021
0

install php apache

apt install php
Posted by: Guest on September-07-2021

Code answers related to "install php apache"

Browse Popular Code Answers by Language