Hi all.
Pretty late now, spent a fair bit of time setting up the new blog and am in the proces of getting the site sorted out a little better.
I’ve been using ftp to get all my websites files, to recursively get files using ftp use mget.
mget -r ftp://username:password@host -p
Apart from that I’ve a couple of other little tid-bits. Installing Bootcamp on an Intel-based CPU mac is a pain. I’ve tried now 3 times, the biggest problem being that my Media Center 2005 installation has 2 cds and I don’t know how to eject the cd during the install phase when prompted to! The eject button doesn’t work so maybe there’s a shortcut I don’t know or something.Perhaps I’ll have to get a single CD install.
Had the craziest install of ColdFusion/Apache during the week. I had apache working(i.e was able to get to my localhost fine) and so decided to go off and get ColdFusion talknig with apache. I went to /Applications/JRun4/lib/ and executed unzip wsconfig.jar to a local directory. Then I went into the apache/connectors/macos-intel directory and copied out the wsconfig file to /Application/JRun4/lib/wsconfig/1(I created the last 2 directories myself). That was fine I added the ColdFusion code to the end of the httpd.conf file for the CF module and restarted apache. I started getting the NameVirtualHost *.80 has no virtual hosts even though I had about 10 in my users/xxx.conf file. This file was definitely being loaded so I couldn’t figure out why this was happening. After some help from work -colleagues we eventually figured out the problem. We went through the whole copying out of the connector again and got the CORRECT code to enter at the end of the httpd.conf file for the ColdFusion module inclusion and it worked perfectly straight away. Spent about 2 hours figuring this out!