Makefile revision 5795
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] 5452N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 4870N/ACONFIGURE_OPTIONS += --
enable-
auth-
basic=
'DB,NCSA,NIS,LDAP,PAM,getpwnam,MSNT-multi-domain,POP3,SMB,SMB_LM,SASL' 4560N/A# file. This line is necessary for running squid for testing. 4560N/A# This starts up squid as user webservd. 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 4537N/A# You will probably need to remove or comment out the following lines or Squid 4537N/A# # acl manager proto cache_object 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. 5758N/A '-e "/Can not open file/d" ' \