Makefile revision 2899
163N/A# The contents of this file are subject to the terms of the 163N/A# Common Development and Distribution License (the "License"). 163N/A# You may not use this file except in compliance with the License. 163N/A# See the License for the specific language governing permissions 163N/A# and limitations under the License. 163N/A# When distributing Covered Code, include this CDDL HEADER in each 163N/A# If applicable, add the following below this CDDL HEADER, with the 163N/A# fields enclosed by brackets "[]" replaced with your own identifying 163N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2283N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. 163N/ACONFIGURE_OPTIONS += --
enable-
basic-
auth-
helpers=
'DB,NCSA,YP,LDAP,PAM,getpwnam,MSNT,POP3,multi-domain-NTLM,SMB,SASL' 1689N/A# configure says it needs cppunit to test with. 1689N/A# After some work I can get cppunit to build but it quickly 1689N/A# falls over during test so giving up. 1689N/A# I don't think the test suite really tests squid's functionality anyways. 1689N/A# To test manually follow along in the book 1689N/A# Squid Proxy Server 3.1 Beginner's Guide Page 34 1689N/A# acl my_machine src 192.0.2.21 # Replace with your desktop's IP address 1689N/A# http_access allow my_machine 1689N/A# Make sure apache is running. 1689N/A# On your desktop set your web browser to proxy through this squid: 1689N/A# Edit -> Preferences -> Advanced -> Network -> Settings 1689N/A# Check: Manual proxy configuration 1689N/A# HTTP Proxy: <squid servers IP address> Port: 3128 1689N/A# Enter <squid server URL> in your web browser. You should be accessing squid 1689N/A# and seeing files stored in the http server on that machine. 1689N/A# Enter <squid server URL>:897 in your web browser and squid should complain. 1689N/A# Squid is working properly.