[users@httpd] HTTP 206 response when enabling mod_deflate

2018-08-11 Thread René Bühlmann
Hello, I'm struggling with my reverse proxy setup using apache. Apache does the TLS termination and forwards the requests to a dotnet core service on localhost. The service responds to all requests with HTTP 200 (verified using tcpdump) but with "Transfer-Encoding: /chunked". / If I enable the op

Re: [users@httpd] Apache24 - Can't get .htaccess to work

2018-08-11 Thread Jos Chrispijn
On 11-8-2018 12:01, Jos Chrispijn wrote:  AllowOverride all  Require all granted Found a solution for the issue: - Watch the forward slash at the end of the line (a) - Added this new line (b) a b Options Indexes FollowSymLinks AllowOverride all Require all granted Sometimes

Re: [users@httpd] Apache24 - Can't get .htaccess to work

2018-08-11 Thread Jos Chrispijn
On 11-8-2018 12:01, Jos Chrispijn wrote: AuthType Basic AuthName "Password Protected" AuthBasicProvider file AuthUserFile /usr/home/user/.htpasswd AuthName secure   Require valid-user The last line should not be in it, sorry. --

[users@httpd] Apache24 - Can't get .htaccess to work

2018-08-11 Thread Jos Chrispijn
[apache24-2.4.34] For some reason I can't get .htaccess to work. Can you tell me what I am doing wrong here? Let me share some settings: # Active -- LoadModule authn_file_module libexec/apache24/mod_authn_file.so LoadModule authn_d