Re: Set-Cookie

2009-03-26 Thread Marco Spinetti
r->headers_out, "Set-Cookie", co1); is it right? What are the differences between the two approches? browser compatibility? Best regards Marco Sorin Manolache ha scritto: On Thu, Mar 26, 2009 at 09:37, Marco Spinetti wrote: I have a doubt about ho to set multiple cookies. I&#x

Memory leak?

2008-02-12 Thread Marco Spinetti
I'm experimenting some memory leak in my apache 2.2 module. I suppose that it's a memory leak because if I start apache (prefork) and I see with the top command (linux), the memory size (SIZE column of top) of httpd apache childs grows slowly with the increasing of the requests. For debugging

Re: static page by module

2007-09-04 Thread Marco Spinetti
ile_close(file); .. } ap_set_content_type(r, "text/html"); ap_send_fd(file, r, 0, finfo.size, &inviati); apr_file_close(file); return OK; Is it correct? Best regards Marco Marco Spinetti ha scritto: I'm a bit confused how to serve a static page by