Re: Bug (easily fixable) in Apache::Server

2001-01-24 Thread Doug MacEachern
On Fri, 12 Jan 2001, Richard L. Goerwitz wrote: The mod_perl-1.24_01 ./src/modules/perl/Server.xs file is using a short int, which leads to ports between 32768 and 65535 (inclusive) turning up in Perl as negative numbers - thanks, this should fix the problem.. Index:

Re: Bug (easily fixable) in Apache::Server

2001-01-12 Thread Richard L. Goerwitz
The mod_perl-1.24_01 ./src/modules/perl/Server.xs file is using a short int, which leads to ports between 32768 and 65535 (inclusive) turning up in Perl as negative numbers - short port(server, ...) Apache::Server server CODE: RETVAL = server-port; if(items 1)