Discussion:
Help regarding parent.config
gksalil
2017-04-21 05:02:44 UTC
Permalink
Hello

I have the following entry in parent.config.

dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true



I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?



Thanks
~S



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Miles Libbey
2017-04-21 15:57:02 UTC
Permalink
Can you try comma separated values instead of semi-colons?
dest_domain=. parent="127.0.0.1:4000, 127.0.0.1:4001" round_robin=true

miles
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
gksalil
2017-05-19 08:04:32 UTC
Permalink
Hello

I tried with comma also but it didn;t help.

Thanks
~S



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3107.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Jeremy Payne
2017-05-19 16:52:20 UTC
Permalink
maybe try setting debug and restarting ATS.. see if ATS complains about a
reconfigured parent config, or related upon startup.

traffic_ctl config set proxy.config.diags.debug.tags 'http.*|cache.*|'

traffic_ctl config set proxy.config.diags.debug.enabled 1
Post by gksalil
Hello
I tried with comma also but it didn;t help.
Thanks
~S
--
View this message in context: http://apache-traffic-server.
24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3107.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Jeremy Payne
2017-05-19 17:40:29 UTC
Permalink
*misconfigured.. not reconfigured.. :-)
Post by Jeremy Payne
maybe try setting debug and restarting ATS.. see if ATS complains about a
reconfigured parent config, or related upon startup.
traffic_ctl config set proxy.config.diags.debug.tags 'http.*|cache.*|'
traffic_ctl config set proxy.config.diags.debug.enabled 1
Post by gksalil
Hello
I tried with comma also but it didn;t help.
Thanks
~S
--
View this message in context: http://apache-traffic-server.2
4303.n7.nabble.com/Help-regarding-parent-config-tp3074p3107.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
salil GK
2017-05-19 22:38:53 UTC
Permalink
I have been using traffic server as reverse proxy. There round robin in
parent config works perfectly. In forward proxy setup only I observed this
issue.
Thanks and regards
~S
Post by Jeremy Payne
maybe try setting debug and restarting ATS.. see if ATS complains about a
reconfigured parent config, or related upon startup.
traffic_ctl config set proxy.config.diags.debug.tags 'http.*|cache.*|'
traffic_ctl config set proxy.config.diags.debug.enabled 1
On Fri, May 19, 2017 at 3:04 AM, gksalil <[hidden email]
Post by gksalil
Hello
I tried with comma also but it didn;t help.
Thanks
~S
--
View this message in context: http://apache-traffic-server.2
4303.n7.nabble.com/Help-regarding-parent-config-tp3074p3107.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
------------------------------
If you reply to this email, your message will be added to the discussion
http://apache-traffic-server.24303.n7.nabble.com/Help-
regarding-parent-config-tp3074p3108.html
To unsubscribe from Help regarding parent.config, click here
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3074&code=Z2tzYWxpbEBnbWFpbC5jb218MzA3NHwtNTQxOTE1NzA=>
.
NAML
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
gksalil
2017-05-19 23:36:14 UTC
Permalink
I checked the logs - but no error messages found with respect to
misconfigured parent.config.
I tried with both semi colon and comma.



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3111.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Miles Libbey
2017-05-20 00:03:46 UTC
Permalink
Perhaps a silly question, but do you have CONFIG proxy.config.http.parent_proxy_routing_enable INT 1set in records.config?
miles

On Friday, May 19, 2017 4:36 PM, gksalil <***@gmail.com> wrote:


I checked the logs - but no error messages found with respect to
misconfigured parent.config.
I tried with both semi colon and comma.



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3111.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
salil GK
2017-05-20 11:01:53 UTC
Permalink
Today I don't have access to the machines. Will check it on Monday. But I
am sure that parent.config is considered for routing. Hence that parameter
should be set.
Post by Miles Libbey
Perhaps a silly question, but do you have
CONFIG proxy.config.http.parent_proxy_routing_enable INT 1
set in records.config?
miles
I checked the logs - but no error messages found with respect to
misconfigured parent.config.
I tried with both semi colon and comma.
--
View this message in context: http://apache-traffic-server.
24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3111.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
John Rushford
2017-05-20 12:26:44 UTC
Permalink
Gk,

use a semicolon separated list and use round_robin=strict. round_robin ==
true selects the parent by client ip address, modulo. See this
documentation link:
https://docs.trafficserver.apache.org/en/latest/admin-guide/files/parent.config.en.html?highlight=parent%20config#std:configfile-parent.config
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.
24303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
--
John Rushford
***@gmail.com
gksalil
2017-05-20 21:19:25 UTC
Permalink
I tried with round robin strict also without a success :-(

On 20 May 2017 5:56 p.m., "John Rushford [via Apache Traffic Server]" <
Post by John Rushford
Gk,
use a semicolon separated list and use round_robin=strict. round_robin
== true selects the parent by client ip address, modulo. See this
documentation link: https://docs.trafficserver.
apache.org/en/latest/admin-guide/files/parent.config.en.
html?highlight=parent%20config#std:configfile-parent.config
On Thu, Apr 20, 2017 at 11:02 PM, gksalil <[hidden email]
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.2
4303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
--
John Rushford
[hidden email] <http:///user/SendEmail.jtp?type=node&node=3114&i=1>
------------------------------
If you reply to this email, your message will be added to the discussion
http://apache-traffic-server.24303.n7.nabble.com/Help-
regarding-parent-config-tp3074p3114.html
To unsubscribe from Help regarding parent.config, click here
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3074&code=Z2tzYWxpbEBnbWFpbC5jb218MzA3NHwtNTQxOTE1NzA=>
.
NAML
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3115.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Jeremy Payne
2017-05-21 16:00:07 UTC
Permalink
pastebin your exact parent.config and records.config... sanitize as
needed..

also, which version of ATS are you using ?
Post by gksalil
I tried with round robin strict also without a success :-(
On 20 May 2017 5:56 p.m., "John Rushford [via Apache Traffic Server]" <[hidden
Post by John Rushford
Gk,
use a semicolon separated list and use round_robin=strict. round_robin
== true selects the parent by client ip address, modulo. See this
documentation link: https://docs.trafficserver.ap
ache.org/en/latest/admin-guide/files/parent.config.en.html?
highlight=parent%20config#std:configfile-parent.config
On Thu, Apr 20, 2017 at 11:02 PM, gksalil <[hidden email]
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.2
4303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
--
John Rushford
[hidden email] <http:///user/SendEmail.jtp?type=node&node=3114&i=1>
------------------------------
If you reply to this email, your message will be added to the discussion
http://apache-traffic-server.24303.n7.nabble.com/Help-regard
ing-parent-config-tp3074p3114.html
To unsubscribe from Help regarding parent.config, click here.
NAML
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
------------------------------
View this message in context: Re: Help regarding parent.config
<http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3115.html>
Sent from the Apache Traffic Server mailing list archive
<http://apache-traffic-server.24303.n7.nabble.com/> at Nabble.com.
gksalil
2017-05-22 04:56:26 UTC
Permalink
Hello Jeremy

I am sending this files to you directly as I do not want to post the
configuration files in the public domain.

Hope you understand

My parent.config is having the below line only


dest_domain=. parent="127.0.0.1:4001, 127.0.0.1:4000"
round_robin=true

I tried with round_robin=true and round_robin=strict - both didn't work !

Thanks
Salil

On 21 May 2017 at 21:30, Jeremy Payne [via Apache Traffic Server] <
Post by Jeremy Payne
pastebin your exact parent.config and records.config... sanitize as
needed..
also, which version of ATS are you using ?
On Sat, May 20, 2017 at 4:19 PM, gksalil <[hidden email]
Post by gksalil
I tried with round robin strict also without a success :-(
On 20 May 2017 5:56 p.m., "John Rushford [via Apache Traffic Server]" <[hidden
Post by John Rushford
Gk,
use a semicolon separated list and use round_robin=strict. round_robin
== true selects the parent by client ip address, modulo. See this
documentation link: https://docs.trafficserver.ap
ache.org/en/latest/admin-guide/files/parent.config.en.html?h
ighlight=parent%20config#std:configfile-parent.config
On Thu, Apr 20, 2017 at 11:02 PM, gksalil <[hidden email]
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.2
4303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
--
John Rushford
[hidden email] <http:///user/SendEmail.jtp?type=node&node=3114&i=1>
------------------------------
If you reply to this email, your message will be added to the discussion
http://apache-traffic-server.24303.n7.nabble.com/Help-regard
ing-parent-config-tp3074p3114.html
To unsubscribe from Help regarding parent.config, click here.
NAML
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
------------------------------
View this message in context: Re: Help regarding parent.config
<http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3115.html>
Sent from the Apache Traffic Server mailing list archive
<http://apache-traffic-server.24303.n7.nabble.com/> at Nabble.com.
------------------------------
If you reply to this email, your message will be added to the discussion
http://apache-traffic-server.24303.n7.nabble.com/Help-
regarding-parent-config-tp3074p3116.html
To unsubscribe from Help regarding parent.config, click here
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3074&code=Z2tzYWxpbEBnbWFpbC5jb218MzA3NHwtNTQxOTE1NzA=>
.
NAML
<http://apache-traffic-server.24303.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
records.config (23K) <http://apache-traffic-server.24303.n7.nabble.com/attachment/3117/0/records.config>




--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3117.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
gksalil
2017-05-22 16:09:26 UTC
Permalink
:-)

I didn't want to send the configuration file in the public forum. But it
came here !!!! Not an issue I have sanitised the file.

Thanks
~S



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3118.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
gksalil
2017-05-22 16:10:57 UTC
Permalink
My ATS version is 6.0



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3119.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Jeremy Payne
2017-05-22 16:23:57 UTC
Permalink
On your local cache are your 'parent' servers responding to requests ?

curl -I 127.0.0.1:4001

curl -I 127.0.0.1:4000
Post by gksalil
My ATS version is 6.0
--
View this message in context: http://apache-traffic-server.
24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3119.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
gksalil
2017-05-23 05:14:25 UTC
Permalink
Yes .. it is responding to the curl command locally for both the ports 4000
and 4001.





--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3125.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
John Rushford
2017-05-22 16:35:01 UTC
Permalink
~S,

What version of trafficserver are you using? I ran some tests here on a
machine running trafficserver 6.2.1 after setting up two local ssh
forwarding tunnels listening on ports 4000 and 4001. With this
parent.config, all is working as expected where transactions strictly round
robin between ports 4000 and 4001. Here is my config:

dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001" round_robin=strict

In records.config set these two config parameters to view parent selection
debug logging in traffic.out

CONFIG proxy.config.diags.debug.enabled INT 1
CONFIG proxy.config.diags.debug.tags STRING parent_select
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.
24303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
--
John Rushford
***@gmail.com
John Rushford
2017-05-22 16:43:06 UTC
Permalink
I did see that you're running 6.0. Here is some of my debug logging, you
can see that round_robin=strict is working for me:

[May 22 16:24:24.599] Server {0x2b035992b700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:24:29.546] Server {0x2b0359b2f700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:24:31.746] Server {0x2b0359c31700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:24:34.107] Server {0x2b0359d33700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:24:35.889] Server {0x2b0359e35700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:24:40.751] Server {0x2b035a039700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:24:45.728] Server {0x2b035a13b700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:24:49.621] Server {0x2b035a33f700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:24:56.086] Server {0x2b0358a0d700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:25:02.568] Server {0x2b0358c11700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:25:06.875] Server {0x2b0358e15700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:25:11.923] Server {0x2b0358f17700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:25:16.307] Server {0x2b035911b700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:25:21.246] Server {0x2b035921d700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:25:26.474] Server {0x2b0359421700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:25:28.707] Server {0x2b0359523700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:25:31.966] Server {0x2b0359625700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:25:37.348] Server {0x2b0359829700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
[May 22 16:25:41.974] Server {0x2b035992b700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4000
[May 22 16:25:48.653] Server {0x2b0359b2f700} DEBUG: (parent_select) Chosen
parent = 127.0.0.1.4001
Post by John Rushford
~S,
What version of trafficserver are you using? I ran some tests here on a
machine running trafficserver 6.2.1 after setting up two local ssh
forwarding tunnels listening on ports 4000 and 4001. With this
parent.config, all is working as expected where transactions strictly round
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001" round_robin=strict
In records.config set these two config parameters to view parent selection
debug logging in traffic.out
CONFIG proxy.config.diags.debug.enabled INT 1
CONFIG proxy.config.diags.debug.tags STRING parent_select
Post by gksalil
Hello
I have the following entry in parent.config.
dest_domain=. parent="127.0.0.1:4000; 127.0.0.1:4001"
round_robin=true
I expect the alternate requests will be send to port :4000 and :4001 so as
to load balance the request. But I noticed that for all packets are sent
through 4000 only. ( I have tunnels created from my machine to ATS machines
in two other machines. :4000 port is opened to ATS in one machine and :4001
port is opened to ATS is another machine.) What could be the problem and
how do I debug this issue further ?
Thanks
~S
--
View this message in context: http://apache-traffic-server.2
4303.n7.nabble.com/Help-regarding-parent-config-tp3074.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
--
John Rushford
--
John Rushford
***@gmail.com
gksalil
2017-05-23 06:42:08 UTC
Permalink
Hello

Thanks for all the help. I think with round-robin=strict it worked. I
guess I might not have restarted traffic server when I changed the cofig
file. My apologies.

Thanks
~S



--
View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3126.html
Sent from the Apache Traffic Server mailing list archive at Nabble.com.
Continue reading on narkive:
Loading...