Re: add cookie in handler process

2010-09-20 Thread Issac Goldstand
Because a redirect isn't considered a "normal" (eg, 200) response, so it uses the err_headers table on output. Issac On 9/20/2010 3:49 AM, whut_jia wrote: > Thank you,According to your ways,I use r->err_headers_out .The question is > resolved! But I want ask why?Why did I can't set cookie direc

[mod_fcgid-2.3.5] app classes based on the host header

2010-09-20 Thread Naresh Kumar
Hi, mod_vhost has a feature to serve the files based on the Host header using "VirtualDocumentRoot /usr/local/apache/vhosts/%0" setting. Similarly, i am wondering what is the process that i should follow to make the mod_fcgid spawn the processes and manage them based on the Host header. I ha

Re:Re: add cookie in handler process

2010-09-20 Thread whut_jia
I want to ask what kind of relationship between external redirect and subrequest ?? Thanks, Jia