June / July 2018 Sailing

I had a rather dramatic equipment failure in my RS Vareo during a windy race mid June with my boom snapping in half. It was corroded around mainsheet pulley clip in any case, the kicker was too loose, a gust must have pulled the boom out of the gooseneck, it hit the hull and snapped. Fortunately a safety boat was close by to get me back and the sail was ok.

Screen Shot 2018-06-15 at 10.11.25

I borrowed a boom till the new one was sorted out then got back into the groove, with some success; third and fourth in two cup races. The third position race was a really light wind day and valuable lessons were learned about finding clean air and good practice was had of minimising body movements and rudder. Continue reading “June / July 2018 Sailing”

How to create a fancy Apache directory index listing with .htaccess

Sometimes you don’t need a CMS and want to keep things as simple as possible. For my use case I wanted sailing club race officers to be able to upload Sailwave race results and display them in the most simple way possible.

To achieve that and ensure isolation from the website’s WordPress CMS I added a subdomain and configured a pretty Apache directory listing. Users now just upload files via FTP.

Assuming your website is running on the Apache web server, you can achieve the same with .htaccess and few tweaks.

Screen Shot 2018-08-04 at 09.18.47

See above example here, see the code which you can easily alter to suit on github.

More about this the Apache docs:

https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html

https://httpd.apache.org/docs/trunk/howto/htaccess.html