Re: [users@httpd] mod_rewrite — general exemption

2016-07-15 Thread Felipe Gasper
> > On 15 Jul 2016, at 3:11 PM, Felipe Gasper wrote: >> >> Hi all, >> >> The following rules: >> >> --- >> RewriteRule ^never-redirect - [L] >> >> RewriteRule ^(.*) http://target-domain.com/$1 >> --- >> >> … don’t work for what I want; i.e., a

[users@httpd] Help disabling weak ciphers.

2016-07-15 Thread Spork Schivago
Hello, I think I figured it out. I removed the DES-CBC3-SHA line from the SSL Cipher Suite list and now this is the output from nmap: | Issuer: commonName=Let's Encrypt Authority X3/organizationName=Let's Encrypt/countryName=US | Public Key type: rsa | Public Key bits: 2048 | Signature

[users@httpd] Help disabling weak ciphers.

2016-07-15 Thread Spork Schivago
Hello, I'm sorry if this is a simple question. I'm fairly new to running an Apache web server. I lease a virtual private server (VPS) from GoDaddy that's running CentOS 6.8 Final with cPanel / WHM v56.0.25. Apache is version 2.4.18 (Unix) with OpenSSL/1.0.1e-fips. I'm trying to disable

Re: [users@httpd] mod_rewrite — general exemption

2016-07-15 Thread Felipe Gasper
On 15 Jul 2016, at 3:11 PM, Felipe Gasper wrote: > > Hi all, > > The following rules: > > --- > RewriteRule ^never-redirect - [L] > > RewriteRule ^(.*) http://target-domain.com/$1 > --- > > … don’t work for what I want; i.e., a “black-list” of

[users@httpd] mod_rewrite — general exemption

2016-07-15 Thread Felipe Gasper
Hi all, The following rules: --- RewriteRule ^never-redirect - [L] RewriteRule ^(.*) http://target-domain.com/$1 --- … don’t work for what I want; i.e., a “black-list” of URLs that should never redirect. Is it possible to implement something like this using

Re: [users@httpd] mod_proxy nofailover parameter.

2016-07-15 Thread Daniel
Failover is what you described, nofailover is for the opposite El 15 jul. 2016 3:27 p. m., "dE" escribió: > Hi, > > What I understand of nofailover is that in case a client is fetching > from this proxy and the origin server goes to an error or disabled state, a > reset

[users@httpd] mod_proxy nofailover parameter.

2016-07-15 Thread dE
Hi, What I understand of nofailover is that in case a client is fetching from this proxy and the origin server goes to an error or disabled state, a reset packet won't be sent to the client, instead the backend will be changed and the client will continue the operation uninterrupted.

[users@httpd] mod_proxy's ping= parameter.

2016-07-15 Thread dE
Hi, I was wondering about the ping worker parameter. It intends to looks as if the ping fails (timeout), the request must not be sent to the server. I've set the following ProxyPass -- ProxyPass / http://[fc00::1:4]/ ping=10 I've SIGSTOPed the apache process on the backend server, so I

Re: [users@httpd] Content negotiation with language subtags

2016-07-15 Thread Marat Khalili
According to RFC 2616 : Note: This use of a prefix matching rule does not imply that language tags are assigned to languages in such a way that it is always true that if a user understands a language with a certain

[users@httpd] Content negotiation with language subtags

2016-07-15 Thread Martin Reinders
Im am using content negotiation to present different HTML pages depending on the browsers language preference. This works in general, but not with language "subtags", e.g. if the preferred language is sent as "de-DE" only. Here is my setup (reduced to two languages for simplicity):

[users@httpd] Enabling partial download in apache

2016-07-15 Thread P, Nataraj (Nokia - IN)
Hi all, Is partial/parallel downloading enabled in apache by default? I am using apache 2.4.6 on ubuntu/centos I tried a http client application called "axel" for my experiments. When I try downloading a file from apache, I do not get accelerated throughput, but when I download from a different