Search
 
SCRIPT & CODE EXAMPLE
 

PHP

a2dismod

# From PHP 7.1 => PHP 5.6

#Apache
sudo a2dismod php7.1
sudo a2enmod php5.6
sudo service apache2 restart
 
 #command Line
 sudo update-alternatives --set php /usr/bin/php5.6
Comment

install a2dismod

//enable apache
a2enmod [ [-q|--quiet] module]
//disable apache
a2dismod [ [-q|--quiet] module]
Comment

PREVIOUS NEXT
Code Example
Php :: php contruct parent 
Php :: Non-static method BarryvdhDomPDFPDF::loadView() should not be called statically 
Php :: how to connect database in php 
Php :: php header refresh 
Php :: show all terms of a custom taxonomy 
Php :: php create file if not exist 
Php :: get current datatime laravel 
Php :: Composer detected issues in your platform: Your Composer dependencies require a PHP version "= 7.3.0". You are running 7.2.34 
Php :: php check how much time each instruction takes to complete 
Php :: php code to increase maximum execution time 
Php :: php server referer 
Php :: migration not found laravel 
Php :: php header pdf open in browser 
Php :: if ip is php 
Php :: debug wordpress 
Php :: image dimension when uploading in laravel validation 
Php :: php extensions for laravel 
Php :: how to count string characters in php 
Php :: Hours to minute convert in php 
Php :: enqueue font awesome wordpress 
Php :: category name wp query 
Php :: laravel search data relationship 
Php :: foreign key in laravel migration 
Php :: phpmailer add reply to 
Php :: laravel doesNotHave in model 
Php :: current time in laravel migration 
Php :: php find keyword in string 
Php :: how to check if username already exists in php 
Php :: adding css to php file 
Php :: diffforhumans laravel 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =