Re: [users@httpd] mod ssl

2014-04-11 Thread Didier Spaier
On 12/04/2014 03:40, John Iliffe wrote: I am compiling Apache-2.4.9 from source with the new openssl 1.0.1g. So far everything looks good EXCEPT that Apache won't start. After making a number of tweaks to the configuration, I'm stuck. The error from httpd -t is: httpd: Syntax error on line 13

[users@httpd] OpenSSL "Heartbleed" Vulnerability (was:Re: [users@httpd] Access control advice needed)

2014-04-09 Thread Didier Spaier
On 09/04/2014 10:33, pratibha.dhank...@wipro.com wrote: Hi All, Can anyone please suggest steps to remove vulnerability *OpenSSL "Heartbleed" Vulnerability *in apache. -- Regards *Pratibha *** You shou

[users@httpd] OpenSSL "Heartbleed" Vulnerability (was:Re: [users@httpd] Access control advice needed)

2014-04-09 Thread Didier Spaier
On 09/04/2014 10:33, pratibha.dhank...@wipro.com wrote: Hi All, Can anyone please suggest steps to remove vulnerability *OpenSSL "Heartbleed" Vulnerability *in apache. -- Regards *Pratibha *** You shou

Re: [users@httpd] R: RE: [users@httpd] Rewrite all to DocRoot

2014-02-22 Thread Didier Spaier
On 22/02/2014 10:10, CWSSupport - Marcello Lorenzi wrote: Hi Darren, You can try to implement it with rewrite rules or rewrite map. Did you already try with mod_rewrite? And you can use [S] and/or [L] (and/or [END] in Apache 2.4) flags of RewriteRule to implement conditional jumps. See http:

[users@httpd] Fwd: How to serve next page requested by a user in the same language than the last one served to that user.

2014-02-10 Thread Didier Spaier
Hi there, I run a the polyglot website http://slint.fr. Currently I add a language code to the requested URL according to the AcceptLanguage header, but this information doesn't always match user wish and I was told that serving different filenames for the same requested URI can prevent proper p