RE: questions on $r->lookup_uri

2001-08-26 Thread Geoffrey Young
>-Original Message- >From: princepawn >To: [EMAIL PROTECTED] >Sent: 8/26/01 1:29 PM >Subject: questions on $r->lookup_uri > > >1 - Why was no documentation for this method found in the manpage for >Apache::Request? Where should I have looked for docs on

Re: questions on $r->lookup_uri

2001-08-26 Thread Benjamin Trott
> 1 - Why was no documentation for this method found in the manpage for > Apache::Request? Where should I have looked for docs on this? perldoc Apache There are some Apache API docs on ap_sub_req_lookup_uri here: http://httpd.apache.org/docs/misc/API.html#req_orig Though they may not h

questions on $r->lookup_uri

2001-08-26 Thread princepawn
1 - Why was no documentation for this method found in the manpage for Apache::Request? Where should I have looked for docs on this? 2 - I did manage to find some docs for this in Ch. 4 of the Stein/Maceachern book, but am wondering why lookup_uri() goes through all phases of request processing u