[users@httpd] Apache httpd server 2.4.10 version.

2015-02-09 Thread Pradeep Patil
Hi, We got the approval for the software Apache httpd server 2.4.10 and now I see the link disabled for the 2.4.10 because its upgraded to 2.4.12. Where can we get the Apache httpd server 2.4.10 version to download for windows. Thanks and Regards, Pradeep Patil. ___

[users@httpd] Apache HTTPD server Version 2.4.12 v9 MSI installer

2015-02-09 Thread Deepak Subbanarasimha
Is there an MSI installer available for Apache HTTP server Version 2.4.12 VC9 version with with OpenSSL 1.0.1l, Zlib 1.2.8 (mod_deflate), APR 1.5.1, APR-Util 1.5.4, APR-Iconv 1.2.1, IPv6 and TLS SNI enabled If so, could some one point me to it? Thanks, DEEPAK SUBBANARASIMHA Kewill DDI: +00

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Rose, John B
Bummer Since we want to stick with what is available via "yum" for Red Hat 7 Thanks for the info On 2/9/15 3:14 PM, "Eric Covener" wrote: >On Mon, Feb 9, 2015 at 3:12 PM, Rose, John B wrote: >> 2.4.6 > >2.4.7 is where support was added apparently. > >*) mod_proxy: Added support for unix doma

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Eric Covener
On Mon, Feb 9, 2015 at 3:12 PM, Rose, John B wrote: > 2.4.6 2.4.7 is where support was added apparently. *) mod_proxy: Added support for unix domain sockets as the backend server endpoint [Jim Jagielski, Blaise Tarr ] -- Eric Covener cove...@gmail.com

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Rose, John B
2.4.6 On 2/9/15 3:10 PM, "Eric Covener" wrote: >On Mon, Feb 9, 2015 at 3:03 PM, Rose, John B wrote: >> AH00526: Syntax error on line 431 of /etc/httpd/conf/httpd.conf: > > >What release of 2.4? The UDS stuff wasn't there from the beginning. > >---

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Eric Covener
On Mon, Feb 9, 2015 at 3:03 PM, Rose, John B wrote: > AH00526: Syntax error on line 431 of /etc/httpd/conf/httpd.conf: What release of 2.4? The UDS stuff wasn't there from the beginning. - To unsubscribe, e-mail: users-unsubscr

[users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Rose, John B
After implementing Apache 2.4 and PHP-FPM with the default settings we found that our system cpu usage went up significantly over what mod_php used for the same amount of web test traffic from "ab" So we read a bit about tuning PHP-FPM and from this page ... https://wiki.apache.org/httpd/PHP-FP

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Todd Simons
Thanks All. I'm quite happy with mod_proxy, I just wanted to make sure I wasn't missing the boat on mod_wl. It seems as if mod_wl has some advanced features if you were using clustering, etc on the back end. ~Todd On Mon, Feb 9, 2015 at 9:01 AM, Jim Jagielski wrote: > You could always try mo

[users@httpd] Re: Redirect HTTP to HTTPS

2015-02-09 Thread Chris Arnold
>> Apache 2.4.10 on SLES 12. I am trying to redirect a subdomain address from >> http to https. So when a user forgets to use https they will still land on >> the correct page. I tried using: >> >> RewriteEngine On >> RewriteCond %{HTTPS} off >> RewriteCond %{HTTP_HOST} ^(sub1|sub2|sub3)\. [NC]

Re: [users@httpd] Redirection via HTTPS

2015-02-09 Thread Jason Cillo
In case this is helpful to someone, a book I bought on .htaccess recommends this to require SSL/HTTPS by port:     RewriteCond %{SERVER_PORT} ^80$    RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301, L] ...Jason From: YUSUI T To: users@httpd.apache.org Sent: Monday, Febru

[users@httpd] RE: Redirect HTTP to HTTPS

2015-02-09 Thread Scott Birl
> From: Chris Arnold [mailto:carn...@electrichendrix.com] > Sent: Saturday, February 07, 2015 9:50 AM > To: > Subject: [users@httpd] Redirect HTTP to HTTPS > > Apache 2.4.10 on SLES 12. I am trying to redirect a subdomain address from > http to https. So when a user forgets to use https they wil

Re: [users@httpd] Redirection via HTTPS

2015-02-09 Thread YUSUI T
2015-02-09 16:31 GMT+09:00 Daniel : > > > 2015-02-08 21:15 GMT+01:00 Yann Ylavic : >> >> On Sun, Feb 8, 2015 at 9:03 PM, Yann Ylavic wrote: >> > On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T >> > wrote: >> >> >> >> root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf >> >> >> >> Ser

Re: [users@httpd] Redirection via HTTPS

2015-02-09 Thread YUSUI T
2015-02-09 5:15 GMT+09:00 Yann Ylavic : > On Sun, Feb 8, 2015 at 9:03 PM, Yann Ylavic wrote: >> On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T wrote: >>> >>> root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf >>> >>> ServerName www.mydomain.com >>> Redirect / https://www.my

RE: [users@httpd] Redirect HTTP to HTTPS

2015-02-09 Thread Chris Arnold
ProxyPass /webapp/ https://sub.example.com/webapp/ ProxyPassReverse /webapp/ https://sub.example.com/webapp/ RedirectMatch ^/$ https://sub.example.com/webapp/ # Redirect iFolder and Admin to HTTPS Redirect /webapp2 https://example.com/webapp2 Redirect /webapp3 https://exam

Re: [users@httpd] Redirection via HTTPS

2015-02-09 Thread YUSUI T
2015-02-09 4:43 GMT+09:00 Chris Arnold : > >> Server should be SSL-aware but has no certificate configured [Hint: >> SSLCertificateFile] ((null):0) >> [Sun Feb 08 13:31:27.595849 2015] [ssl:emerg] [pid 7124] AH02312: >> Fatal error initialising mod_ssl, exiting. > > Are you sure you have a cert con

[users@httpd] WebDav folder access rights

2015-02-09 Thread fb111
I want to grant different access rights to certain folders to a large group of users of my apache WebDav server. There are access control lists for each folder on the server. Based on the rights in the access control lists the users should only have access to the folders listed in the ACL lists

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Jim Jagielski
You could always try mod_proxy_ajp, which uses the mod_proxy framework, but communicates via AJP. It's better at detection of silently dropped AJP connections. > On Feb 9, 2015, at 3:18 AM, Dr James Smith wrote: > > > We used mod_jk for ages and have recently flipped back to mod_proxy for our

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Jeff Trawick
On Feb 9, 2015 4:53 AM, "Nick Kew" wrote: > > On Mon, 2015-02-09 at 08:13 +0100, Daniel wrote: > > > > Has anyone seen, or have, any links that can help outline the > > difference? > > Questions like that very often get answers based on comparing > a new-and-better solution against

[users@httpd] mod_rewrite with mod_proxy removes the query string (Apache 2.2.2 - Debian)

2015-02-09 Thread Charles Le Gallic
Hello all, I'm trying to setup a reverse proxy configuration based on query string rewriting with Apache2, mod_rewrite, mod_proxy (and also mod_auth_cas, but I don't think it deals with my problem). The request flow : browser --> first Apache HTTPD (--> mod_rewrite --> mod_auth_cas --> mod_rewri

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Daniel
Hello Nick (niq), ezra-s here. I don't vouch for oracle documentation as inquestionable but I'll try to explain the best I can in my experience. WLSRequest on * Lower overhead with WLSRequest on as opposed to SetHandler weblogic-handler common method to handle when locations / extensions should b

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Nick Kew
On Mon, 2015-02-09 at 08:13 +0100, Daniel wrote: > Has anyone seen, or have, any links that can help outline the > difference? Questions like that very often get answers based on comparing a new-and-better solution against something ancient - like a 1997 apache version. There's

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Dr James Smith
We used mod_jk for ages and have recently flipped back to mod_proxy for our java/tomcat apps, we found that we had connectivity issues with mod_jk - if the connection between apache/tomcat is severed then mod_jk did not always work cleanly - and subsequent requests would just hang. mod_proxy