Chipping the web: May 26th
May 26th, 2010 11:00:02 am pst by Sterling Camden
- Synthesis 2.1.4: split the difference — Chip’s Tips for Developers
r$('=oÔo=').split('banana')
Tags: chipstips regex split synthesis - Write Yourself a Scheme in 48 hours
I might have to give this a try — I've always liked to learn one language by writing a compiler/interpreter for another.
Tags: haskell scheme tutorial - Installing and configuring the Apache 2.2.x web server on FreeBSD
Excellent tutorial
Tags: apache freebsd tutorial apache22
Posted in Share the Love | 3 Comments » RSS 2.0



Without having read the article about Apache on FreeBSD, all I have to say is:
Compile and install yourself. Do not use the package from ports as it installs Apache in a manner not consistent with the default httpd.conf file (which isn’t modified in the ports version to reflect how it is installed).
Thanks, Joseph. I did build it from ports, but thanks to the tutorial I figured out how to configure it properly,
Well that’s good. (: Sometimes I wonder about ports maintainers.