[squid-users] POST to the page which does not contain cgi-bin etc. in URL

From: Sumiko Kanamori <s-kanamori@dont-contact.us>
Date: Mon, 15 Oct 2001 15:06:37 +0900

I use Solaris2.7+Squid2.4.STABLE2.
Before, I used SUNOS4.1.4+Squid2.1.PATCH2.

Since it comes to use Squid2.4.STABLE2,
an answer is no longer obtained on some pages.
The squid.conf is made the same setup as the time of 2.1.PATCH2
which was being used before.

Incidentally, if Squid2.1.PATCH2 is moved on Solaris2.7,
the same page will be satisfactory and an answer will be obtained.

---Squid2.4.STABLE2 access.log
10.10.30.194 - - [11/Oct/2001:17:05:42 +0900] "POST http://www.excite.co.jp/world/text/ HTTP/1.0" 504 1120 TCP_MISS:NONE

I guesse from this result,
I can regard the page of relevance
as having gone only in search of local cache and having answered,
"There is nothing!" without going to see direct.

Since it was likely to be avoidable when the similar phenomenon
was looked for by FAQ of a homepage,
and adding hierarchy_stoplist, it wrote as follows.

        hierarchy_stoplist cgi-bin ? excite

Then, the answer of all the pages containing cgi-bin or ? is
no longer obtained shortly.
If a setup of a basis, the line of hierarchy_stoplist,
is returned to comment out,
as for the page in which cgi-bin and ? are contained,
a reply will be obtained normally.
Only POST to the above-mentioned page
which contains neither cgi-bin nor ? in URL
returns to the state where a reply cannot be obtained.

2.1.PATCH2 moves by the same setup normally.

Does this hit understand some by 2.4 and 2.1?
Is the method of a setup unsavory?
Or is there any setup which must not be set up together?

Please give me some advice.

squid.conf is appended.

---
http_port 8080
icp_port 0
cache_peer motherproxy.xx.xx parent 8080 7 no-query
cache_peer_domain motherproxy.xx.xx !.xx.xx
hierarchy_stoplist cgi-bin ? excite
cache_mem 128 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 8 MB
cache_dir ufs /squid/cache 200 32 256
cache_access_log /squid/logs/access.log
cache_log /squid/logs/cache.log
cache_store_log /squid/logs/store.log
emulate_httpd_log on
debug_options ALL,1
log_fqdn on
client_netmask 255.255.255.255
authenticate_program /squid/bin/ncsa_auth /squid/etc/passwd
authenticate_children 5
authenticate_ttl 1 hour
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl CONNECT method CONNECT
acl xxx_net src 10.10.xx.0/255.255.255.0
acl password proxy_auth REQUIRED
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow xxx_net
http_access allow password
http_access deny all
icp_access allow all
miss_access allow all
proxy_auth_realm proxy-caching web server
cache_mgr s-kanamori@pb.jp.nec.com
cache_effective_user squid
cache_effective_group squid
visible_hostname hostname.xx.xx
httpd_accel_with_proxy off
logfile_rotate 12
forwarded_for off
---
That's all
=== 
                   Sumiko Kanamori
    ,/__]__][ヽ   
》D    ^  ^  |     mailto: s-kanamori@pb.jp.nec.com
 └瘢雹-◎―――◎-┘    private http://isweb2.infoseek.co.jp/~kanamori/
Received on Mon Oct 15 2001 - 00:07:52 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:43 MST