Configuration
v5.14.1
Search this version
Configuration
Configuration
Settings Section
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Web Server Processing Statistics Query
Copy Markdown
Open in ChatGPT
Open in Claude
Configure Nginx web server
1.) Create a “status.conf” file
- On Windows, under <Installation Directory>\nginx\built-in\status.conf
- On Linux, under /etc/ometascan/nginx.d/built-in/status.conf
location = /nginx_status { stub_status;}2.) A restart of the “OPSWAT Metadefender Core” service is required.
Query Nginx processing stats infomation
| Property | Value |
|---|---|
| DESCRIPTION | Query Nginx processing stats information |
| URL | http://<server>:8008/nginx_status |
| HTTP METHOD | GET |
Response
| Result code | Value | Description |
|---|---|---|
| 200 | Active connections: <n>``server accepts handled requests``<a1> <a2> <a3>``Reading: <b1> Writing: <b2> Waiting: <b3>
For example:
Active connections:``1``server accepts handled requests``144``144``358``Reading:``0``Writing:``1``Waiting:``0 | Request processed successfully.
The current number of active client connections including Waiting <b3> connections.
The total number of accepted client connections.
The total number of handled connections. Generally, the parameter value is the same as accepts <a1> unless some resource limits have been reached (for example, the worker_connections limit).
The total number of client requests.
The current number of connections where nginx is reading the request header.
The current number of connections where nginx is writing the response back to the client.
The current number of idle client connections waiting for a request. |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
LoggingDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
