I stumbled across a gotach while installing mod_fastcgi on MacOs 10.8 (mountain Lion) -- there is a bug in 10.8 in the apache build env which breaks the install instructions here: http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial
The fix is to put a symlink
sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain
as documented here:
It would be good to get this noted in the docs...
Should I open standard bug report or is there a better way to report 'problems' with a document?

