Re: retrieving the anchor tags in internal redirects

2006-04-21 Thread David Wright
fragment() is also discussed in chapter 5 of the mpdc. it's been a while, but I'm pretty sure that what it says in 5.3 is true, that the browser holds on to it (as it does auth information) and won't let the server know. Yeah, it's oddly hard to find references to this. The best I found was: h

Re: slightly OT - defining variables in httpd.conf for use in httpd.conf

2005-04-07 Thread David Wright
I know I've seen this done before, but I'd like to define a variable at the top of my httpd.conf file, and then use it many times throughout the conf file... e.g. define Server='fred' DocumentRoot /usr/local/${server} I just can't find any info on this... Can anybopdy point me at the right place..

Re: [mp2] How to get a Location in the modperl handler?

2005-03-01 Thread David Wright
Let's assume that we have these lines in the apache config: SetHandler modperl PerlResponseHandler MyApp::Handler How can MyApp::Handler obtain an information that it is running within "/my/location"? Thank you for any help! Jozef -- jozef kosoru ht

Re: Current URL

2004-02-13 Thread David Wright
> It's: > 8< > $r->connection->remote_ip > 8< That'd be the ip of the client making the request. > Ian Joyce wrote: > > This may be day 1 stuff for most of you, but... > > > > What's the quckest way to determine the U