Sort apache server-status Sort apache server-status

Developer Tools
Version: 1.5.1
Last Update: 2015-07-22

Overview

Sort apache server-status is a Chrome extension developed by opensunset. According to the data from Chrome web store, current version of Sort apache server-status is 1.5.1, updated on 2015-07-22.
188 users have installed this extension. 6 users have rated this extension with an average rating of .

Sort table by cpu in urls like http://localhost/server-status*

Sort table by cpu or other fields in urls like http://localhost/server-status*
Hide rows with unnecessary data (ex. "OPTIONS * HTTP/1.0" or "NULL")
Added cookies for sort and filter

Rating

6 ratings

Total Installs

188

Information

Last Update

2015-07-22

Current Version

1.5.1

Size

63.76KiB

Author

opensunset

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Igor Dovečer
2016-11-14

How to make it work with your hostname:
1. copy extension folder to new folder in extension (for example, I renamed 1.5.1_0 to serverstatus)
2. remove/delete original extension
3. edit copied extension, change manifest.json localhost to your desired hostname
4. also rename _metadata folder name to metadata
5. add extension as unpacked extension and select your new folder

avatar Sacha Griffin
2016-09-20

Doesn't work unless it's exactly the url it expect..

avatar Tarnazar Samael
2016-05-16

Just modify manifest.json file something like this
"matches": [ "http://*/server-status*" ]
And it works great.

avatar Can Yıldız
2015-08-21

It must let user change settings for Server Status url. It's not "localhost" always and URL is not "server-status" always too.

avatar Wouter Thielen
2015-05-08

Only on localhost? Can it be updated so that it matches any */server-status* URL? Most people manage servers that are not on localhost :)