[mp2] $r-server_name not working

2003-02-18 Thread Nick Tonkin
I have use Apache::RequestRec; use Apache::RequestUtil; [ ... ] $server_name = $r-server_name; This fails with: Can't locate object method server_name via package Apache::RequestRec (even though server_name() is in RequestUtil ...) I will try to test a bit but I may have to focus on getting

Re: [mp2] $r-server_name not working

2003-02-18 Thread Stas Bekman
Nick Tonkin wrote: I have use Apache::RequestRec; use Apache::RequestUtil; [ ... ] $server_name = $r-server_name; This fails with: Can't locate object method server_name via package Apache::RequestRec (even though server_name() is in RequestUtil ...) I will try to test a bit but I may have