Hi,
I'm using MP v2.02, along with ActivePerl
v5.8.8 and Apache v2.054, all that under Windows XP.
Under Win32, the Apache memory model is a threaded
model, i.e. we have one master Apache process,and, then, one unique child
process, containing several threads, that can, if needed,
Octavian Rasnita wrote:
Is the following code correct?
$r->headers_out->set(Location => '/ss');
I have seen that if the "http://"; and the host name is not given, Internet
Explorer displays the page correctly, but I don't know if this will work
with all the browsers.
If you know more, please p
Hi,
Is the following code correct?
$r->headers_out->set(Location => '/ss');
I have seen that if the "http://"; and the host name is not given, Internet
Explorer displays the page correctly, but I don't know if this will work
with all the browsers.
If you know more, please point me to some pages