On Oct 8, 2014, at 9:05 AM, Luca Rea <[email protected]> wrote:
> Hi,
>
> Oct 8 16:47:25.042720 traffic_manager {0x7fdda89227e0} ERROR: (last system
> error 32: Broken pipe)
> Oct 8 16:47:25.078427 traffic_cop cop received child status signal [6816
> 256]
> Oct 8 16:47:25.078458 traffic_cop traffic_manager not running, making sure
> traffic_server is dead
> Oct 8 16:47:25.078462 traffic_cop spawning traffic_manager
>
>
>
>
> In the past (with an old release of ATS) I had something like the following:
>
> url_regex="^http://127.0.0.1" parent="192.168.242.135:8093" (where parent
> returns 403)
I haven’t tested it, but wouldn’t the regex need to be something like
“http://127\.0\.0\.1.*” ? You could also try maybe settings with
dest_domain=“127.0.0.1” and dest_domain=“localhost” ?
— Leif