Monthly Archives: November 2007

Squid-ldap OpenBSD 4.2

Edit /usr/ports/www/squid/Makefile CONFIGURE_ARGS+=–datadir=”${PREFIX}/share/squid” \ –enable-auth=”basic digest” \ –enable-arp-acl \ –enable-basic-auth-helpers=”NCSA YP LDAP” \ –enable-digest-auth-helpers=”password” \ –enable-external-acl-helpers=”ip_user unix_group” \ –enable-removal-policies=”lru heap” \ –enable-ssl \ –enable-delay-pools \ –enable-storeio=”ufs diskd null” \ –localstatedir=”${SQUIDDIR}” then do make and you’ll got error like this: [PATH_TO_SQUID_WORKDIR]/squid-2.6.STABLE13/helpers/basic_auth/LDAP/squid_ldap_auth.c:704: … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

OpenBSD Interface Bonding

While browsing i’m found the nice article about OpenBSD Interface Bonding. I’ll test for stability of this configuration before applying into my server. This is the first link: – The following is used on OpenBSD since version 3.9 to combine … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment