Showing posts with label virtualmin. Show all posts
Showing posts with label virtualmin. Show all posts

Monday, November 6, 2023

Virtualmin : CLI Backup and Restore

Backup
#virtualmin backup-domain --source /home/xxx.tar.gz --all-domains --all-features

Restore
#virtualmin restore-domain --source /home/xxx.tar.gz --all-domains --all-features

Transfer/Replication
#virtualmin transfer-domain --domain xxx.com --host hostname --pass 1234 --replication --output --overwrite


*Issue GPG Failed
#sudo sh -c "$(curl -fsSL https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh)" -- --setup

Friday, April 23, 2021

Thursday, August 8, 2019

Friday, February 22, 2019

Monday, June 25, 2018

Friday, March 17, 2017

Apache : Connection reset by peer: mod_fcgid: error reading data from FastCGI server

Solutions:
  1. Go to /home/sitename/fcgi-bin
  2. Use the follpwoing command to reset the immutable flag
    "chattr -i php5.fcgi"
  3. Then delete the /home/sitename/etc and /home/sitename/fcgi-bin directories (making sure that anything that's not php related in etc is saved)
  4. Using virtualmin switch back to apache mod_php mode and then back to FCGId mode. The site should now work Dont forget to chown any files/directories in public_html that were apache to : Note that these are both usually the sitename.

Source :

Thursday, July 28, 2016

Tuesday, September 22, 2015

Thursday, June 25, 2015