Skip to content

Instantly share code, notes, and snippets.

View danudey's full-sized avatar
🐪

Daniel Fox danudey

🐪
View GitHub Profile
09-06-11 2:25:33 PM Nambu[26269] Failed to call designated initializer on NSManagedObject class 'NBDataManager'
09-06-11 2:25:33 PM GrowlHelperApp[244] Auto-discovered registration ticket in Nambu (located at /Applications/Nambu.app)
09-06-11 2:25:33 PM Nambu[26269] change: <NBTwitterMessageListViewController: 0x455e20>
09-06-11 2:25:33 PM Nambu[26269] NSExceptionHandler has recorded the following exception:
NSInvalidArgumentException -- Unlocking Focus on wrong view (<NSClipView: 0x362bd0>), expected <NBTCView: 0x364860>
Stack trace: 0x93368d24 0x988d90fd 0x95e83478 0x95ecf43a 0x91605414 0x91609b6c 0x916cbca1 0x916cb06a 0x91723429 0x91661b97 0x9166177f 0x91661624 0x915ad017 0x915b895a 0x915b8605 0x6b877 0x6b5d7 0x6a3f1 0x91601d22 0x916020ba 0x916020ba 0x916020ba 0x916020ba 0x916020ba 0x916020ba 0x91704bc3 0x91be19a0 0x91be6685 0x915ff1b3 0x915ff631 0x915ff631 0x915ff631 0x915ff631 0x915ff631 0x915fd78b 0x916f59b4 0x915f9936 0x915f70bf 0x9161a895 0x91cc83be 0x935be316
# $Id: Portfile 52077 2009-06-09 19:30:08Z blb@macports.org $
PortSystem 1.0
name libmemcached
version 0.30
description libmemcached is a C and C++ client library to the memcached server
long_description libmemcached is a C and C++ client library for memcached. \
It has been designed to be light on memory usage, thread safe, \
and provide full access to server side methods.
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://new.server.com/
ProxyPassReverse / http://new.server.com/
ProxyPreserveHost On
1 <Proxy *>
2 Order deny,allow
3 Allow from all
4 </Proxy>
5
6 ProxyPass / http://fantasy2.livecurrent.com/
7 ProxyPassReverse / http://fantasy2.livecurrent.com/
8 ProxyPreserveHost On