Re: Upgrading a mod_perl application from Apache 2.2 to Apache 2.4

2018-12-07 Thread tomcat
On 07.12.2018 09:29, Andrew Green wrote: Hi William, Ahhh, ok, just be aware the get_server_description call doesn't exist in 2.2, you need to perform a little eval() magic to guard against that expected failure. That doesn’t seem right — it returns the following when I try it on a 2.2 box:

Re: Upgrading a mod_perl application from Apache 2.2 to Apache 2.4

2018-12-07 Thread Andrew Green
Hi William, > Ahhh, ok, just be aware the get_server_description call doesn't exist in 2.2, > you need > to perform a little eval() magic to guard against that expected failure. That doesn’t seem right — it returns the following when I try it on a 2.2 box: Apache/2.2.22 (Ubuntu) mod_apreq2-200