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
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..
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
> 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