Re: Solution for $r->connection->client_addr->port

2019-02-25 Thread Gazzali Jaleel
On 2/25/2019 2:57 PM, Randolf Richardson wrote: On 2/25/2019 2:28 PM, Randolf Richardson wrote: [sNip] As long as one isn't relying on the client's dynamic TCP port number from $r->connection->remote_addr->port for anything (as I've discovered no longer works in the current release of

Solution for $r->connection->client_addr->port (was: Re: Compile mod_perl 1.0 on ubuntu 12.04 or later)

2019-02-25 Thread Randolf Richardson
> On 2/25/2019 2:28 PM, Randolf Richardson wrote: > > [sNip] > >>> As long as one isn't relying on the client's dynamic TCP port number > >>> from $r->connection->remote_addr->port for anything (as I've > >>> discovered no longer works in the current release of mod_perl2), > >>> updating to the n

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-25 Thread Gazzali Jaleel
On 2/25/2019 2:28 PM, Randolf Richardson wrote: [sNip] As long as one isn't relying on the client's dynamic TCP port number from $r->connection->remote_addr->port for anything (as I've discovered no longer works in the current release of mod_perl2), updating to the newest mod_perl2 sho

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-25 Thread Randolf Richardson
[sNip] > > As long as one isn't relying on the client's dynamic TCP port number > > from $r->connection->remote_addr->port for anything (as I've > > discovered no longer works in the current release of mod_perl2), > > updating to the newest mod_perl2 should ultimately be relatively > > problem-

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-25 Thread Gazzali Jaleel
On 2/24/2019 4:44 PM, Randolf Richardson wrote: On 2/22/19 10:54 AM, Matthias Schmitt wrote: I doubt that you will be able to compile mod_perl 1.x with newer compilers and operating systems. Hold my beer :). [sNip] I have a Makefile that does all of this. I suppose I could publish it on