How to check which OpenSSL library Nginx is linked against
Thread
Stories related to "NGINX and the Heartbleed vulnerability" across the full archive.
How to check which OpenSSL library Nginx is linked against
Though it appears to just parse the server's access_log, so I don't see why it wouldn't also work with other HTTP servers.
OpenSSH keyboard-interactive authentication brute force vulnerability (MaxAuthTries bypass)
(kingcope.wordpress.com)
Summary of new features:
* Big UI improvements and polish
* Redesigned plugin architecture and SDK
* Grafana-cli command line tool shipped with grafana,
installs plugins
* Persisted dashboard playlists
* Preferences like home dashboard, timezone and theme on
org and u...
* Feature: now a hostname can be used as the "set_real_ip_from" directive parameter.
* Feature: vim syntax highlighting scripts improvements.
* Feature: the "worker_cpu_affinity" directive now works on DragonFly BSD. Thanks to Sepherosa Ziehau.
* Bugfix: SSL renegotiation on backend connections d...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.5
Add a cache manager API supports enable and disable cache all at run time. Cache can be enabled/disabled by a single cache-rule name (tag), proxy-id(all cache-rules belong to this proxy...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.6
Add a cache manager API supports updating cache TTL at run time, also an unified API to change state and ttl at the same time.
### Added
- Update ttl at run time
- Single API to ...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.7
### Added
- Purge all cache (`curl -X PURGE -H "name: *"`)
- Purge the cache belong to a proxy (`curl -X PURGE -H "name: proxy-name"`)
- Purge the cache belong to a cache-rule (`cu...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.8
Added more cache purging methods, by host, by path, by regex and their combinations.
### Added
- Purge cache by host
- Purge cache by path
- Purge cache by regex
### Changed
-...