Re: [users@httpd] Load Balancing - 2 Active nodes & 1 Inactive until threshold

2015-09-04 Thread Wei-min Lee
Not sure if this is what you're looking for, but you can use the 'max' parameter per member to set the limit of connections and on the last member use the 'status=+H' parameter to put it into a hot standby mode. On Fri, Sep 4, 2015 at 12:08 AM, Leon Vergottini wrote: > Dear Community > > I curre

Re: [users@httpd] Errors when installing apache 2.4.16 on Linux

2015-09-04 Thread Yann Ylavic
Hi, On Fri, Sep 4, 2015 at 11:46 PM, Yimin Huang wrote: > > When I did "make", I got the following > error in exports.c. Did you try "make clean && make"? Regards, Yann. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache

[users@httpd] Errors when installing apache 2.4.16 on Linux

2015-09-04 Thread Yimin Huang
Hi Gurus, I'm new to this mailing list. I have trouble installing apache 2.4.16 on my Linux 64bit machine(Oracle Enterprise Linux 6 u5). I do have apr-1.5.2 installed and included in $PATH. When I did "make", I got the following error in exports.c. I know this kind of question might have been

Re: [users@httpd] Difference between Apache 2.2.4 Vs 2.2.25

2015-09-04 Thread Yann Ylavic
On Fri, Sep 4, 2015 at 7:54 PM, Yimin Huang wrote: > > I'm new to this mailing list. Please don't hijack threads, open a new one with a relevant subject. Regards, Yann. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.o

Re: [users@httpd] Difference between Apache 2.2.4 Vs 2.2.25

2015-09-04 Thread Yimin Huang
Hi Gurus, I'm new to this mailing list. I have trouble installing apache 2.4.16 on my Linux 64bit machine(Oracle Enterprise Linux 6 u5). I do have apr-1.5.2 installed and included in $PATH. When I did "make", I got the following error in exports.c. I know this kind of question might have been

Re: [users@httpd] Question about htaccess

2015-09-04 Thread Eric Covener
On Fri, Sep 4, 2015 at 10:59 AM, Rodrigo Cunha wrote: > I have a htacces file in my root folder with some basic code in it. But I > want that all those instructions get ignored in the directory "dir1/dir1". > How can I achive this? Depends on the content of the htaccess. ---

Re: [users@httpd] Question about htaccess

2015-09-04 Thread Rodrigo Cunha
I have a htacces file in my root folder with some basic code in it. But I want that all those instructions get ignored in the directory "dir1/dir1". How can I achive this? Thanks! 2015-09-04 11:05 GMT-03:00 Eric Covener : > On Thu, Sep 3, 2015 at 9:43 PM, Rodrigo Cunha > wrote: > > i try this i

Re: [users@httpd] SSI #virtual script and cache control: recommendations?

2015-09-04 Thread Tom Browder
On Fri, Sep 4, 2015 at 8:36 AM, Eric Covener wrote: > On Fri, Sep 4, 2015 at 8:33 AM, Tom Browder wrote: >> Problem: The documentation for mod_expires is pretty clear, but it >> doesn't look like I can specify a separate expiration time for >> "index.html" versus other html files. Does anyone kn

Re: [users@httpd] Question about htaccess

2015-09-04 Thread Eric Covener
On Thu, Sep 3, 2015 at 9:43 PM, Rodrigo Cunha wrote: > i try this in conf this vhost but not work > > AllowOverride None > Why the *? > i try create new htaccess in > /var/www/oduvaldocozzi.intranet/public/dir1/dir1 ans insert this code : > > AllowOverride None > Don't put inside htacces.

Re: [users@httpd] SSI #virtual script and cache control: recommendations?

2015-09-04 Thread Eric Covener
On Fri, Sep 4, 2015 at 8:33 AM, Tom Browder wrote: > Problem: The documentation for mod_expires is pretty clear, but it > doesn't look like I can specify a separate expiration time for > "index.html" versus other html files. Does anyone know of a way to do > that? You can use mod_expires direct

[users@httpd] SSI #virtual script and cache control: recommendations?

2015-09-04 Thread Tom Browder
I am using an SSI virtual script (only in index.html) which records page access time in a database. My definition of page access time is one hour, that is, the client gets credit for only one access per hour. Unfortunately, my default setup is such that I'm currently not specifying any caching for

[users@httpd] DER SSL certificates vs Apache 2.4.9 ?

2015-09-04 Thread Mathan Karthik
I'm facing problem with latest Apache 2.4.9. Previously we used Apache 2.4.7 ​version which supports DER SSL certificates. But Latest Apache(2.4.9) is not working with DER SSL certificates. I have to convert DER certificate to PEM format to start the Apache server. Am i missing anything ? Is DER

Re: [users@httpd] Difference between Apache 2.2.4 Vs 2.2.25

2015-09-04 Thread Kees Nuyt
On Fri, 4 Sep 2015 12:42:56 +0530, you wrote: >As we are using apache as load balancer. i'll do the setup in my local >server and do the setup. > >also i'm looking a benefits of 2.2.31 or 2.2.25 versions. The benefits can be derived from the changelog: http://www.apache.org/dist/httpd/CHANGES_2.2

Re: [users@httpd] Difference between Apache 2.2.4 Vs 2.2.25

2015-09-04 Thread Mahendiran Vel
As we are using apache as load balancer. i'll do the setup in my local server and do the setup. also i'm looking a benefits of 2.2.31 or 2.2.25 versions. On Fri, Sep 4, 2015 at 12:20 PM, Bremser, Kurt (AMOS Austria GmbH) < kurt.brem...@allianz.at> wrote: > If you upgrade within the 2.2 branch, g

[users@httpd] Load Balancing - 2 Active nodes & 1 Inactive until threshold

2015-09-04 Thread Leon Vergottini
Dear Community I currently have a setup similar to the one below for load balancing. ProxyPass / balancer://something/ stickysession=JSESSIONID BalancerMember ajp://xxx.xxx.xxx.xxx:11009 route=node1 BalancerMember ajp://xxx.xxx.xxx.xxx:12009 route=node2 BalancerMember ajp://xxx.xxx.xxx.xxx