Amazon EC2

https://aws.amazon.com/ec2/pricing/on-demand/ Resize Amazon EC2 Boot Disk Resize EC2 file system with LVM Amazon EC2 disk resize No space left on device Cpanel Server Behind NAT (Amazon AWS) Cpanel Server Behind NAT – Amazon EC2 Amazon Ec2 Fixing Cpanel IP after restore from snapshot How to Open Port in Amazon EC2 instance Videos Amazon EC2 Increase … Read more

Enable Gzip in Amazon Linux

To verify Apache module is loaded, run [root@ip-172-31-29-220 ~]# apachectl -M | grep deflate deflate_module (shared) [root@ip-172-31-29-220 ~]# Create file vi /etc/httpd/conf.d/gzip.conf Add following content # Restrict compression to these MIME types AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xml+rss AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE … Read more