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: src/modules/perl/Serv
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)
se