The Micro.blog challenge word for day 4 is “layers”. Our 19 chickens are good layers, averaging about 14 eggs per day in summer; the number reduces to only one or two during fall molting, but is starting to ramp up again now, at about five per day. 🐓🥚📷 #mbfeb
Month: February 2021
The answer to today’s question, as correctly identified by a few people on Micro.blog: a forest of moss in a shady corner of our driveway that never sees the sun. 🌱 #WhatsItWednesday
Let’s play What’s It Wednesday again. What do you think this is? #WhatsItWednesday
The Micro.blog challenge word for day 3 is “comfort”. I like seeing our feral cats enjoying the comfort of their heated shelters. 🐈📷 #mbfeb
I don’t suppose there’s any way to prevent macOS updates stomping on my local website every time? After doing an OS update, I have to do some magical incantations in Terminal to get my localhost (dejal.local) site working again. I use this for local testing of website changes before pushing to my production server.
If interested, here is my spellbook to re-enable the local website and PHP, based on instructions I found on the web; presumably I could script this in some way, but I’m not confident enough with scripting or messing with these files to try that:
% sudo nano /etc/apache2/httpd.conf
Uncomment these:
LoadModule authz_host_module libexec/apache2/mod_authz_host.so
LoadModule authz_core_module libexec/apache2/mod_authz_core.so
LoadModule userdir_module libexec/apache2/mod_userdir.so
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule php7_module libexec/apache2/libphp7.so
LoadModule vhost_alias_module libexec/apache2/mod_vhost_alias.so
Include /private/etc/apache2/extra/httpd-userdir.conf
Include /private/etc/apache2/extra/httpd-vhosts.conf
% sudo nano /etc/hosts
Make sure this is still there (typically fine after an OS update):
#Local sites
127.0.0.1 dejal.local
% sudo nano /etc/apache2/extra/httpd-userdir.conf
Uncomment to be like this:
Include /private/etc/apache2/users/*.conf
<IfModule bonjour_module>
RegisterUserSite customized-users
</IfModule>
% sudo nano /etc/apache2/users/dejal.conf
Should be like this (typically fine after an OS update):
<Directory "/Users/dejal/Sites/">
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory>
% sudo nano /etc/apache2/extra/httpd-vhosts.conf
Change to this:
#Virtual Host Entry for dejal.local
<VirtualHost *:80>
DocumentRoot "/Users/dejal/Sites/dejal"
ServerName dejal.local
ErrorLog "/private/var/log/apache2/dejal-error_log"
CustomLog "/private/var/log/apache2/dejal-access_log" common
</VirtualHost>
% sudo apachectl restart
Rainbow. 🌈
Again, some bonus pictures taken for today’s challenge post, of the inverted AeroPress method and our coffee setup. ☕️
The Micro.blog challenge word for day 2 is “morning beverage”. My morning beverage is black coffee, using beans from Imperfect Foods, freshly ground, and an AeroPress using the inverted method. Best served in a Dejal mug, of course. ☕️📷 #mbfeb
On the homestead blog, the finishing construction touches on my pond island project: adding some bracing, the pond liner to hold the dirt, and some bumpers. 🔨🏝🦆
Some bonus options for my Paladin closeup. 🐈