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-featuresTransfer/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)"...
Showing posts with label virtualmin. Show all posts
Showing posts with label virtualmin. Show all posts
Monday, November 6, 2023
Friday, April 23, 2021
Virtualmin : Error on backup: No space left on device
Issue: Creating TAR file of home directory .... TAR failed!cat: write error: No space left on device Solution:- change /tmp folder in webmin setting Webmin -> Webmin -> Webmin Configuration -> Advan...
Thursday, August 8, 2019
Virtualmin : FTP Issue
Issue:
- proftpd could not retrieve directory listing virtualmin
- Connection timed out Error: Failed to retrieve directory listing
Solution:
#modprobe ip_conntrack_ftp
...
Friday, February 22, 2019
SSL : RSA server certificate CommonName (CN) `abc.com.my' does NOT match server name!?
Issue :
[warn] RSA server certificate CommonName (CN) `abc.com.my' does NOT match server name!?
Resolve:
Edit Apace SSL file : /etc/httpd/conf.d/ssl.conf
Change line # SSL Engine Switch from ON to OFF - SSLEngine off...
Monday, June 25, 2018
Virtualmin : Redirect domain
Step to Redirect domain in Virtualmin
1. Server configuration -> Websites Redirects
2. Add info to redirect
Sample redirect for sub-directory
Sample redirect for URL
3. Save
4. Refresh ...
Friday, March 17, 2017
Apache : Connection reset by peer: mod_fcgid: error reading data from FastCGI server
Solutions:
Go to /home/sitename/fcgi-bin
Use the follpwoing command to reset the immutable flag
"chattr -i php5.fcgi"
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)
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...
Thursday, July 28, 2016
Virtualmin : Site preview with IP address
Solutions:
Edit the file /etc/httpd/conf/httpd.conf
# To enable requests to /~user/ to serve the user's public_html, remove comment #
UserDir public_html
Save
Then users can preview their website using http://ip/~username or foldernam...
Sunday, April 24, 2016
Ultimate Guide to Web Panels
source : http://www.hostingadvice.com/blog/cpanel-vs-plesk-vs-webpanel/#centos-web-pa...
Tuesday, September 22, 2015
Virtualmin : Internal Server Error
Error:
Internal server error
Solutions
Changed in .htaccess:
Options +FollowSymLinks
to:
Options +SymLinksIfOwnerMa...
Thursday, June 25, 2015
Enable SSL on Virtualmin
source :
http://www.virtualmin.com/documentation/tutorial/how-to-add-multidomain-ssl-certificat...
Subscribe to:
Posts (Atom)