[轉]2016’s Ultimate Guide to Web Panels: cPanel vs. Plesk vs. Webmin vs. Others

http://www.hostingadvice.com/blog/cpanel-vs-plesk-vs-webpanel/ https://github.com/qooob/authentic-theme ===== https://www.howtoforge.com/tutorial/ubuntu-perfect-server-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/

2016-02-04 · 1 min · 4 words · Me

PageSpeed Module vestacp

https://forum.vestacp.com/viewtopic.php?f=11&t=9790 Why Google PageSpeed Module http://www.phpxs.com/post/2501 https://moz.com/ugc/use-googles-pagespeed-module-to-dramatically-increase-the-speed-of-your-website Google PageSpeed Module https://developers.google.com/speed/pagespeed/module/configuration https://developers.google.com/speed/pagespeed/module/download ===== Compiling Third-Party Modules Into Nginx https://serversforhackers.com/compiling-third-party-modules-into-nginx ===== Apache mod-pagespeed-stable_current_amd64.deb http://www.matrudev.com/post/download-install-mod_pagespeed-linux-server/ https://www.howtoforge.com/tutorial/ubuntu-apache-mod_pagespeed/

2015-12-04 · 1 min · 24 words · Me

Let’s Encrypt ubuntu 14.04 vmware 2

Using Let’s Encrypt (beta) with Vesta Control Panel https://docs.google.com/document/d/1y5tTtImTGk_zqYe3lelGtMl8_gSCQcNgCCdbYTQAb7E/edit#heading=h.fc0utsgks117 ./letsencrypt-auto certonly -a webroot –renew-by-default –agree-dev-preview –server https://acme-v01.api.letsencrypt.org/directory –webroot-path /home/admin/web//public_html -d other way: ./letsencrypt-auto –server https://acme-v01.api.letsencrypt.org/directory \ –renew-by-default \ -a webroot –webroot-path [PATH_TO_APP_WEBROOT] –email [EMAIL] –text \ –agree-tos –agree-dev-preview -d [DOMAIN_NAME] auth Super Important now open not need to do https://docs.google.com/forms/d/15Ucm4A20y2rf9gySCTXD6yoLG6Tba7AwYgglV7CKHmM/viewform?edit_requested=true Super Important2 open pem file, copy inside data put in vestacp…………..no put path/file SO Wait for Let’s Encrypt OPEN~~~ =====renew===== ./letsencrypt-auto renew ...

2015-11-28 · 1 min · 142 words · Me

vestacp install

1、https://vestacp.com/#install 2、login change admin password 3、restore backup restore backup Fails **Super Important ** A Old vmware or server setting:~admin/conf/web/*.conf must keep or backup. Beacuse vestacp backup & resstore have big promble at here. Example: I have nginx.xxxxx.conf use include other nginx.ooooo.conf . When resotre conf, vestacp make error, put all conf together one file. So Best Way is backup old server conf/web/* , restore conf/web/ then nginx -t for test check conf, If ok, nginx is work ok. ...

2015-11-27 · 1 min · 166 words · Me

vestacp Restore Fails

nginx restart error nginx: [emerg] unexpected end of file, expecting “;” or “}” in he problem is in /etc/nginx/conf.d/vesta.conf There is probably a apache.conf line and you need to remove it and problem solved. https://forum.vestacp.com/viewtopic.php?t=5352 https://forum.vestacp.com/viewtopic.php?t=6213 ===== Error: Database connection to localhost failed service mysql stop && service mysql start && dpkg-reconfigure mysql-server-5.5 >> the mean: reset root passwd https://forum.vestacp.com/viewtopic.php?t=5195 ===== phpmyadmin can’t login nano /usr/local/vesta/conf/mysql.conf see root passwd http://ljasonh.com/find-and-change-vestacp-mysql-root-password/

2015-11-26 · 1 min · 70 words · Me