Virtualmin - Installing PHP 7.4 and/or 8.0 on CentOS 7
Viewed 3794 times since Tue, Dec 28, 2021
enable epel repo yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all yum install php74 php74-php php74-build php74-runtimeyum install php74-php-{cli,dba,pdo,fpm,zip,gd,xml,mysqlnd,opcache}yum install php74-php...
Read More
Multiple PHP Versions - Installing PHP 7.4 and/or 8.0 on CentOS 7
Viewed 986 times since Wed, Dec 22, 2021
enable epel repo yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all yum install php74 php74-php php74-build php74-runtimeyum install php74-php-{cli,dba,pdo,fpm,zip,gd,xml,mysqlnd,opcache}yum install php74-php...
Read More
Where is path for rh-php73 in CentOS
Viewed 929 times since Fri, Feb 5, 2021
Add cron jobs directly to Scheduled Cron Jobs
Viewed 704 times since Tue, Jul 19, 2022
if you like working with VIM, then you know you can manually add them.Open the crontab in edit mode (crontab -e) add the cron jobs and save, that's all.
Read More
How to show content (files) in directory in browser?
Viewed 628 times since Fri, Feb 5, 2021
To enable directory listings for a folder on your web site: - If a directory doesn't contain an index file (index.html, index.htm, index.php, etc) then you get an error message - If you want them to see all the files in a directory, create an ...
Read More
Allow user to create database in a virtual domain
Viewed 598 times since Thu, Feb 4, 2021
For that to work, you'd want to make sure the "MySQL Database Enabled" feature is checked in "Edit Virtual Server". Additionally, look in Administration Options -> Edit Owner Limits, and make sure they haven't reached the database limit...
Read More