Creating SSL SAN certificates and CSRs using OpenSSL
For information about creating SSL SAN certificates and CSRs using the Configuration utility or tmsh in 11.1.x and later, refer to the following article: SOL13471: Creating SSL SAN certificates and...
View ArticleMagento Re-index manually
Use this shell command to kick off manual re-indexing of the Magento DB. php shell/indexer.php --reindex Keep an eye on any error messages. Magento not that grate in reporting on hanged re-indexing jobs.
View ArticleMySQL Configuration Changes to boost Magento Performance
innodb_buffer_pool_size 50% of available RAM innodb_thread_concurrency = 2 * [numberofCPUs] + 2 innodb_flush_log_at_trx_commit = 2 thread_concurrency = [number of CPUs] * 3 thread_cache_size = 32...
View ArticleInstalling Plesk on Ubuntu 14.04
Install Ubuntu Server 14.04 Install PHP sudo apt-get install php5 Remove AppArmor sudo apt-get remove apparmor Download installer sudo wget -O plesk-installer.sh...
View Article