Check which PHP version is by default enabled php -i | grep -i '^php' Check on server webbrowser , create php info file $ sudo...
Home / All post
How to enable and disable php version in Ubuntu
Disable php version in ubuntu sudo a2dismod php7.0 or, sudo a2dismod php7.1 or, sudo a2dismod php7.2 Enable php version in ubuntu s...
How to redirect url in apache ubuntu linux
http to https redirection <VirtualHost *:80> ServerName abc.com RewriteEngine on SSLEngine on Redirect / https://abc.com </...
dpkg: error: dpkg status database is locked by another process
Error: when installation debian package in Ubuntu dpkg : error: dpkg status database is locked by another process Solutions: lsof /var/...
How to renew let's encrypt SSL certificate in Apache
Run command to renew let's encrypt SSL certificate in Apache $ cd /etc/letsencrypt/ $ ./certbot-auto renew $ sudo service apache2 re...
Subscribe to:
Comments
(
Atom
)