Danila Vershinin

Results 55 issues of Danila Vershinin

I think it's most convinient for end users to install remote_syslog2 using YUM repository. On CentOS 7 it's possible using instructions in updated Readme file.

There are several issues actually I want to mention here. First. One may assume that `LoadFromFileCacheTtlMs` allows to have ngx_pagespeed only check files for changes for a configured number of...

xmrig-proxy is configured with: ... "access-log-file": "/var/log/xmrig-proxy/access.log", ... There is logrotate in place to rotate this daily, e.g. in `/etc/logrotate.d/xmrig-proxy`: ``` /var/log/xmrig-proxy/*.log { daily missingok rotate 52 compress delaycompress notifempty...

enhancement

Blindly using `pip` against system Python packages in RHEL based systems is a direct recipe to disaster. Added notes about the existing prebuilt package.

## 1. gixy.cfg not documented How can we manage (enable/disable) plugins via `gixy.cfg`? Gixy itself should be able to handle configuration via that file (I guess). ## 2. built-in variables...

Allow specifying CSP header using "free-form" string. There is no one-suits everyone value. The module should support setting it anyway, as this will eliminate having to have header-more module completely,...

While in-development, all hidden headers are good to be shown, e.g. #3 would hide caching headers, which need to be seen. Need a method to bypass hiding based on IP/cookie/etc.

Cachability that is exposed via HTTP headers, is a security risk. URLs which are found to be uncacheable all the time through those headers pose a threat of denial of...

E.g. `Age` (exposing cacheability) or `Via` should be hidden. Add ability to show the headers by passing a special secret request var or header.

Using the latest CacheControl and Python 2.7. When I was using `logging.basicConfig` in my code, I was rarely getting the Cache Deserialization warning. Now, once `logging.basicConfig` was removed, I am...