Re: [users@httpd] LD_LIBRARY_PATH issue in 2.2.22 and earlier

2012-05-25 Thread Hendrik Schmieder
John Iliffe schrieb: On Thursday 24 May 2012 13:05:10 Luke Lozier wrote: One of the PCI scanning companies is demanding an upgrade to 2.4.2 due to the issues described in this CVE: Changes with Apache 2.2.23 *) SECURITY: CVE-2012-0883 (cve.mitre.org) envvars: Fix insecure handling

[users@httpd] non-www to www redirect works with a little issue

2012-05-25 Thread J. Bakshi
Hello, I have place the following in my .htaccess to redirect non-www to www redirection ` RewriteCond %{HTTP_HOST} ^example\.com$ RewriteRule ^(.*) http://www.example.com/$1 [R=301] ``` The redirect work well but a little hitch. Say If I visit

Re: [users@httpd] Solved non-www to www redirect works with a little issue

2012-05-25 Thread J. Bakshi
Solved :-) RewriteRule ^(.*) http://www.example.com/%{REQUEST_URI} [R=301] On Fri, 25 May 2012 16:23:29 +0530 J. Bakshi joyd...@infoservices.in wrote: Hello, I have place the following in my .htaccess to redirect non-www to www redirection ` RewriteCond %{HTTP_HOST}

[users@httpd] unsubscribe

2012-05-25 Thread Luke Lozier
- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: Error: The page isn't redirecting properly

2012-05-25 Thread Csanyi Pal
Hi Frank, Frank Gingras francois.ging...@gmail.com writes: [snip] Mohamed Daif mohamed.d...@gmail.com mailto:mohamed.d...@gmail.com writes: disable Use URL rewriting from joomla administrator from Global Configuration It is disabled already. I have

Re: [users@httpd] LD_LIBRARY_PATH issue in 2.2.22 and earlier

2012-05-25 Thread John Iliffe
On Friday 25 May 2012 03:05:20 Hendrik Schmieder wrote: John Iliffe schrieb: On Thursday 24 May 2012 13:05:10 Luke Lozier wrote: One of the PCI scanning companies is demanding an upgrade to 2.4.2 due to the issues described in this CVE: Changes with Apache 2.2.23 *) SECURITY: