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