Using HTTPS with Amazon S3 and Your Domain
Sep 4, 2016Web DevelopmentComments (8)
One of the cool things about Amazon S3 (and most other cloud storage services) is that you can map your own domain or subdomain to your bucket using a CNAME, so it looks like resources are being served by your website. The downside is it doesn't work with HTTPS.
Continue Reading ›
How to Use Amazon S3 Redirect Rules and Example Code
Sep 1, 2016Web DevelopmentComments (1)
This is a guide with examples for setting up a simple redirect rule for your Amazon S3 bucket. This rule sends the user to a website and page of your choice when they access a resource that is not found or they do not have permission to access.
Continue Reading ›
How to Make All Objects in Amazon S3 Bucket Public by Default
Aug 31, 2016Web DevelopmentComments (6)
If you want to make all items in your Amazon S3 bucket viewable by anyone that has the URL, you need to add a Bucket Policy that gives "Allow" permission to all users for all resources in your bucket.
Continue Reading ›
VPS Random Intermittent Slow Responses to HTTP Requests (Apache)
Nov 29, 2015Web Development
If your VPS Linux Apache web server is randomly responding slowly to requests, especially many concurrent requests such as a page with many images on it, here is a possible solution that worked for my VPS.
Continue Reading ›
Determine If a File or Page Was Served by CloudFlare and If It Was Cached
Nov 24, 2015Web DevelopmentComments (2)
Open Developer Tools in Chrome or Internet Explorer, or Inspector in Firefox (shortcut is F12 in all browsers), and find the Network tab. This is the tab that shows you all http requests made and will look a little different on each browser. It may not be populated until you refresh the page you're on or visit a site after having the window open.
Continue Reading ›
How to Install XSendFile (mod_xsendfile) Onto Your Apache VPS Web Host
Nov 17, 2015Web Development
Here is a guide on how to install XSendFile onto your VPS web host. This does require that you have root access and can run commands over SSH.
Continue Reading ›
Disable URL Shortcuts to CPANEL, WHM, WEBMAIL on cPanel VPS
Nov 17, 2015Web DevelopmentComments (2)
Web hosts that run cPanel are usually configured by default to allow you easy access to your cPanel, WHM (Web Host Manager), and Webmail using simple URLs like:
Continue Reading ›
How to Rebuild Apache Config (httpd.conf) On cPanel VPS SSH Web Host
Nov 17, 2015Web DevelopmentComments (1)
Run this command and cPanel will rebuild the Apache httpd.conf file:
Continue Reading ›
Magento CE How to Hide Empty Attributes From Additional Information on Product Page
Oct 28, 2015Web Development
If your Magento product pages are displaying the word "No" for attributes in the Additional Information page, and you'd prefer that empty attributes simply be hidden on product pages for products that don't have them filled out, here is a simple fix that only requires adding one line of code.
Continue Reading ›
Analyzing a Recent Exploit Attack with HTTP Request Log
Aug 7, 2015Web Development
On Monday July 20th at 10AM, H3XED received 13,507 http requests over the course of about 6 minutes (38 per second) from IP 87.69.252.212, which is located in Israel. The user agent was Java/1.8.0_05 and they were mostly GET requests. They were looking for exploitable endpoints by running through a long list of URLs and checking for response codes. Here is a breakdown and analysis of the attack.
Continue Reading ›
Fix SourceTree and BitBucket Push/Pull Intermittent Errors
Mar 27, 2015Web DevelopmentComments (1)
If you are receiving errors in SourceTree when trying to push or pull to BitBucket, and they read similar to either of these:
Continue Reading ›
PHP and Apache 504 Gateway Timeout Troubleshooting and Solutions
Jan 29, 2015Web DevelopmentComments (14)
If you're experiencing a 504 Gateway Timout on your long PHP scripts, despite having lengthy execution times in php.ini, here are some things you should check.
Continue Reading ›
Magento CE How to Remove "Product Tags" from Product Pages RWD
Jan 29, 2015Web Development
This assumes you're using a custom package/theme that is based on RWD or is using RWD as its parent. If not, you can learn more about doing so here.
Continue Reading ›
NewerPage 2Older