Re: [users@httpd] apache 2.4 and mod_perl2

2018-02-27 Thread mlrx
Le 27/02/2018 à 16:37, David Mehler a écrit : Hello, I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on a FreeBSD 11.1 system. I've got this in a virtual host section: # # mod perl per-directory configuration # # Required modules: dir_module, perl_module

Re: [users@httpd] balancing best practices - mod_proxy_balancer

2018-02-27 Thread Igor Cicimov
I always prefer mod_jk over mod_proxy, I find it superior in terms of features and performance. On 27 Feb 2018 5:10 am, "Herb Burnswell" wrote: Daniel - Thank you for your response. 1/2: Thanks for confirming only one balancer method can be used. I will test to see which option makes the most

Re: [users@httpd] apache 2.4.29 mod_unique_id UNIQUE_ID length change from 24 to 27 characters

2018-02-27 Thread Jerry Arnold
Thanks Christian, just wanted to make sure I wasn't going crazy. Yes, a change to mod_unique_id is called out in 2.4.29 change log ( http://www.apache.org/dist/httpd/CHANGES_2.4.29 ) but no mention of a change to the unique id value. Doc's still say 24 characters http://httpd.apache.org/docs/2

Re: [users@httpd] apache 2.4.29 mod_unique_id UNIQUE_ID length change from 24 to 27 characters

2018-02-27 Thread Christian Folini
On Tue, Feb 27, 2018 at 09:07:36PM +, Jerry Arnold wrote: >Has anyone noticed a change to the length of the UNIQUE_ID env variable >generated by mod_unique_id in httpd version 2.4.29? The docs still >state that the length should be 24 but all values generated appear to >be 27 c

[users@httpd] apache 2.4.29 mod_unique_id UNIQUE_ID length change from 24 to 27 characters

2018-02-27 Thread Jerry Arnold
Has anyone noticed a change to the length of the UNIQUE_ID env variable generated by mod_unique_id in httpd version 2.4.29? The docs still state that the length should be 24 but all values generated appear to be 27 characters long. Jerry Arnold Principal Engineer/Architect II MSTS +1-913-663-

[users@httpd] apache 2.4 and mod_perl2

2018-02-27 Thread David Mehler
Hello, I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on a FreeBSD 11.1 system. I've got this in a virtual host section: # # mod perl per-directory configuration # # Required modules: dir_module, perl_module DirectoryIndex index.pl Alias

[users@httpd] Scoreboard file

2018-02-27 Thread Hemant Chaudhary
Hi, According to Apache documentation, parent and Child processes communicate with shared memory. But I don't have shared memory, therefore they are communicating through scoreboard file. I added " ScoreBoardFile /apache/logs/apache_runtime_status " in httpd.conf to create file at this location.