[MP2] Is there anything shared between threads in threaded MPMs like the Winnt one?

2006-04-15 Thread Lionel MARTIN
  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,

Re: redirecting

2006-04-15 Thread Maxime Zakharov
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

redirecting

2006-04-15 Thread Octavian Rasnita
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