get_server_port (was:Re: run_access_check)

2003-03-25 Thread Jie Gao
On Mon, 24 Mar 2003, Stas Bekman wrote: Jie Gao wrote: Hi All, I am getting the following error mesg: Can't locate object method run_access_checker via package Apache::RequestRec at /usr/local/perl-5.8.0_threaded/lib/site_perl/5.8.0/xxx/.pm for the section: sub handler {

Re: get_server_port (was:Re: run_access_check)

2003-03-25 Thread Stas Bekman
Jie Gao wrote: I have run into another problem, though. I am writing a PerlProcessConnectionHandler based on the example in overview of mod_perl-2.0. It's going to listen on two ports, and I need to know which port is being used in order to set up other things. But I could not get get_server_port