bneradt commented on issue #10537: URL: https://github.com/apache/trafficserver/issues/10537#issuecomment-1737871007
The message "Unknown command verb" is a systemctl error because it does not recognized trafficservic (did you mean "trafficserver"?) as a systemctl operation. Usually stop, restart, status, etc, would be "verbs" that systemctl would expect after the systemctl command. Thus what you're seeing isn't a trafficserver configuration issue but rather a systemctl user issue. From your email, I'm not sure what exactly you're trying to do with systemctl, but I recommend reading documentation on systemctl for information on how to proceed. On Wed, Sep 27, 2023 at 12:52 PM Nasheayahu ***@***.***> wrote: > New to Apache Traffic Server, listed the help, but is there a way to find > what and where as in the .config and line number of the "Unknown command > verb trafficservic." is? I was following the "Get Started" "Configuring A > Reverse Proxy" setup and made changes according if needed. > > *records.config:* > CONFIG proxy.config.http.cache.http INT 1 > CONFIG proxy.config.reverse_proxy.enabled INT 1 > CONFIG proxy.config.url_remap.remap_required INT 1 > CONFIG proxy.config.url_remap.pristine_host_hdr INT 1 > > --- *how I did change this because not using IPV6* --- > #CONFIG proxy.config.http.server_ports STRING 8080 8080:ipv6 > CONFIG proxy.config.http.server_ports STRING 8080 > > *remap.config:* > map http://www.domain.net/ http://10.30.60.17:8000/ > map http://domain.net/ http://10.30.60.17:8000/ > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/trafficserver/issues/10537>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACMJMY7BU4WXES2JV7TR3D3X4RRUZANCNFSM6AAAAAA5JXSPSQ> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> > -- "Come to Me, all who are weary and heavy-laden, and I will give you rest. Take My yoke upon you and learn from Me, for I am gentle and humble in heart, and you will find rest for your souls. For My yoke is easy and My burden is light." ~ Matthew 11:28-30 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
