-
What Does it Mean to Have Unlimited Storage in the Cloud?
We've seen big announcements recently about unlimited cloud storage offerings for a flat monthly or fee. Dropbox offers it for subscribers to its Business plan. Similarly, Google has unlimited storage for Google Apps for Business customers. In both cases, though, you have to be part of a business group of …
Posted on· 2 minutes reading time -
Blocking /xmlrpc.php Scans in the Apache .htaccess File
Someone out there on the internet is repeatedly hitting this blog's /xmlrpc.php service, probably looking to enumerate the user accounts on the blog as a precursor to a password scan (as described in Huge increase in WordPress xmlrpc.php POST requests at Sysadmins of the North). My access logs …
Posted on· 2 minutes reading time -
Fronting Tomcat with Apache HTTPD to Remove Ports and Context Paths
In this How-To guide, I show a combination of software and configuration to clean up URLs by removing the port numbers of the Java servlet engine (Tomcat) and the context path of the application. The goal is to create "cool URLs" that are are short (removing the unnecessary context path …
Posted onand last updated January 15, 2018· 6 minutes reading time -
Solr-ized MARC Record Catalog
Rob Casson of Miami University announced this weekend the beta availability of their video catalog. In a subsequent posting, Rob describes the user interface elements. Rob and the crew at Miami are seeking feedback on the interface, so if you have some be sure to offer it to them.
A …
Posted on· 2 minutes reading time -
Killing Off Runaway Apache Processes
Well, something is still going wrong on dltj.org — despite previous performance tuning efforts, I'm still running into cases where machine performance grinds to a halt. In debugging it a bit further, I've found that the root cause is an apache httpd process which wants to consume nearly all of …
Posted on· 3 minutes reading time