Document Home | Document Index
This is about making the new system usable and (eventually) forgetting the old.
Sunday, August 20, 2017
Check that changing the key in ~/.ssh/known_hosts in the Cygwin environment allows ssh and startxwin to connect to the new system. Create ~/.ssh/known_hosts.new with the new key so that the two files are swappable according to which system is actually running.
Start working through any outstanding reminders which should precede the actual changeover (mostly recorded in BLFS and Other Software) - most can be left until actually needed.
Saturday, September 02, 2017
After another break, time to get into the changeover properly. This will be lots of bits and pieces that need recording in case of future problems.
Sunday, September 03, 2017
<Directory "/usr/share/davical/htdocs"> AllowOverride None + CGIPassAuth On Options None Options FollowSymLinks Order allow,deny Allow from all Require all granted </Directory>
Monday, September 04, 2017
<IfModule !mpm_prefork_module> - #LoadModule cgid_module /usr/lib/httpd/modules/mod_cgid.so + LoadModule cgid_module /usr/lib/httpd/modules/mod_cgid.so </IfModule> <Directory "/usr/lib/httpd/cgi-bin"> AllowOverride None Options None Options FollowSymLinks + SetHandler cgi-script Order allow,deny Allow from all Require all granted </Directory>
Tuesday, September 05, 2017
Wednesday, September 06, 2017