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

2018-12-06 Thread William A Rowe Jr
On Thu, Dec 6, 2018 at 3:34 PM Andrew Green wrote: > Hi William, > > But you are better off looking at; > > http://perl.apache.org/docs/2.0/api/Apache2/ServerUtil.html#C_get_server_version_ > > which returns nothing except exactly what you are asking. > > > I did try this (and it worked fine) — b

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

2018-12-06 Thread Andrew Green
Hi William, > But you are better off looking at; > http://perl.apache.org/docs/2.0/api/Apache2/ServerUtil.html#C_get_server_version_ > > > > which returns nothing except exactly what you are asking. I did try t

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

2018-12-06 Thread William A Rowe Jr
On Thu, Dec 6, 2018 at 9:25 AM Andrew Green wrote: > Hi all, > > Huge thanks to everyone for your replies on this. I’ve now been able to > work through everything, and I thought I’d post a quick update with some > additional notes in case there’s anyone else in the same boat searching the > arch

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

2018-12-06 Thread Andrew Green
Hi all, Huge thanks to everyone for your replies on this. I’ve now been able to work through everything, and I thought I’d post a quick update with some additional notes in case there’s anyone else in the same boat searching the archives in the future! 1. I was able to use the following as a