<div dir="ltr">I think what you want is this:<div><br></div><div>SHM_RECLEN=1024<br></div><div><br></div><div>I have this value in my /etc/sysconfig/varnish and is used at the bottom to start varnishd</div><div><br></div><div>

<div>DAEMON_OPTS="-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_LISTEN_PORT} \</div><div>             -f ${VARNISH_VCL_CONF} \</div><div>             -T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \</div><div>

             -t ${VARNISH_TTL} \</div><div>             -w ${VARNISH_MIN_THREADS},${VARNISH_MAX_THREADS},${VARNISH_THREAD_TIMEOUT} \</div><div>             -p shm_reclen=${SHM_RECLEN} \</div><div>             -p http_req_hdr_len=${HTTP_REQ_HDR_LEN} \</div>

<div>             -p idle_send_timeout=${IDLE_SEND_TIMEOUT} \</div><div>             -u varnish -g varnish \</div><div>             -S ${VARNISH_SECRET_FILE} \</div><div>             -s ${VARNISH_STORAGE}"</div></div>

<div><br></div><div><br></div><div><br></div><div>When varnishd is running you should something like (see the shm_reclen parameter):</div><div><br></div><div>root      9095     1  0 11:19 ?        00:00:00 /usr/sbin/varnishd -P /var/run/varnish.pid -a :80 -f /etc/varnish/default.vcl -T <a href="http://10.242.217.220:6082">10.242.217.220:6082</a> -t 2400 -w 1,1000,120 -p shm_reclen=1024 -p http_req_hdr_len=17408 -p idle_send_timeout=40 -u varnish -g varnish -S /etc/varnish/secret -s file,/var/lib/varnish/varnish_storage.bin,9G<br>

</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 8, 2014 at 11:19 AM, Edward Zambrano <span dir="ltr"><<a href="mailto:edward@alatest.com" target="_blank">edward@alatest.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Reading the logs from the varnishncsa daemon I realized that the url top size is 255, even though that the url reaching the backend is larger (it has many GET parameters). also checking the Hash entries from the barnishlog I see that is only using the first 255 characters.... I'm looking how to increase the size and I found some related issue here <a href="https://www.varnish-cache.org/trac/ticket/1016" target="_blank">https://www.varnish-cache.org/trac/ticket/1016</a> but I'm reading the description of those parameters in <a href="https://www.varnish-cache.org/docs/3.0/reference/varnishd.html" target="_blank">https://www.varnish-cache.org/docs/3.0/reference/varnishd.html</a> and it doesn't look related to my problem (in the apache logs of my backend servers I can see that the URL is arriving correctly, with more than 255 characters)</div>



<div><br></div><div>Could you please tell me how to increase that limitation?</div><div><br></div><div>thanks!</div></div>
<br>_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br></blockquote></div><br></div>