openbsd-ports/www/squid/pkg
2010-11-26 15:44:33 +00:00
..
DESCR Add ntlm flavor for NTLM authentication 2010-11-26 13:45:04 +00:00
PFRAG.ldap
PFRAG.ntlm Add ntlm flavor for NTLM authentication 2010-11-26 13:45:04 +00:00
PLIST Add ntlm flavor for NTLM authentication 2010-11-26 13:45:04 +00:00
README Add ntlm flavor for NTLM authentication 2010-11-26 13:45:04 +00:00
squid.rc "pexp is useless in the rc script, please remove it." ajacoutot@ 2010-11-26 15:44:33 +00:00

$OpenBSD: README,v 1.1 2010/11/26 13:45:04 dcoppa Exp $

Notes on OpenBSD post-installation of Squid

The local (OpenBSD) differences are:
- configuration files are in		${SYSCONFDIR}/squid
- sample configuration files are in	${PREFIX}/share/examples/squid
- error message files are in		${PREFIX}/share/squid/errors
- sample error message files are in	${PREFIX}/share/examples/squid/errors
- icons are in 				${PREFIX}/share/squid/icons
- sample icons are in			${PREFIX}/share/examples/squid/icons
- the cache is in 			${SQUIDDIR}/cache
- logs are stored in 			${SQUIDDIR}/logs
- the ugid squid runs as is		_squid:_squid

Please remember to initialize the cache by running "squid -z" before
trying to run Squid for the first time.