[ 
https://issues.apache.org/jira/browse/TS-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233406#comment-13233406
 ] 

Leif Hedstrom commented on TS-1152:
-----------------------------------

Yes, the WebUI itself is dead and gone (and it won't be missed). What's 
somewhat confusing (and part of what makes it difficult to remove all remnants 
of the UI), is that the setting also controls various "internal" stats pages. 
To enable stats pages (e.g. the cache inspector), you should set records.config 
to e.g.

{code}
CONFIG proxy.config.http_ui_enabled INT 3
{code}

This should be properly documented I'm fairly certain ;). With this, you can 
now add remap rules (probably with specific ACLs), to add support for the 
various stats pages. E.g.

{code}
map https://www.ogre.com/__pimp_my_cache/ http://{cache}/ @src_ip=192.168.1.1 
@action=allow
{code}

I'm not sure why we get those errors and warnings above though, we should keep 
this bug open, and fix that (assuming they show up with just the setting above).
                
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: 
> [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 
> 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: 
> [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 
> 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: 
> [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 
> 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: 
> [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 
> 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: 
> [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 
> 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to