Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Alan Murphy
Thank for your help, all sorted. Sent from my iPhone On 20 Feb 2013, at 22:15, Igor Cicimov icici...@gmail.com wrote: Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts them self. On 21/02/2013

Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Igor Cicimov
On Thu, Feb 21, 2013 at 12:07 PM, Eric Covener cove...@gmail.com wrote: On Wed, Feb 20, 2013 at 5:15 PM, Igor Cicimov icici...@gmail.com wrote: Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts

Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Eric Covener
Hope this time it will sink deeper in my memory and stay there for longer than 5 minutes :) This part was expanded relatively recently to cover the unfortunate API stuff that bleeds out into using the Header directive. - To

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Alan Murphy
Only defaults, mod_cgid.c, cgi-bin Sent from my iPhone On 20 Feb 2013, at 00:17, Igor Cicimov icici...@gmail.com wrote: Any CGI scripts or modules enabled? On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy amurp...@tcd.ie wrote: 2.2.22 Sent from my iPhone On 19 Feb 2013, at 13:24,

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Igor Cicimov
Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts them self. On 21/02/2013 4:48 AM, Alan Murphy amurp...@tcd.ie wrote: Only defaults, mod_cgid.c, cgi-bin Sent from my iPhone On 20 Feb 2013,

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Eric Covener
On Wed, Feb 20, 2013 at 5:15 PM, Igor Cicimov icici...@gmail.com wrote: Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts them self. These can still be edited, but I think mod_cgi puts the headers

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Igor Cicimov
On 19/02/2013 12:43 AM, Alan Murphy amurp...@tcd.ie wrote: Hi all, I need to mark cookies as secure, I thought I could just use the mod headers directive Header edit set-cookie ^(.*)$ $1;secure But it does not work, am I missing something. Any help would be greatly appreciated, Sent from

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Alan Murphy
Apache 2.2 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov icici...@gmail.com wrote: On 19/02/2013 12:43 AM, Alan Murphy amurp...@tcd.ie wrote: Hi all, I need to mark cookies as secure, I thought I could just use the mod headers directive Header edit set-cookie

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Alan Murphy
2.2.22 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov icici...@gmail.com wrote: On 19/02/2013 12:43 AM, Alan Murphy amurp...@tcd.ie wrote: Hi all, I need to mark cookies as secure, I thought I could just use the mod headers directive Header edit set-cookie ^(.*)$

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Igor Cicimov
Any CGI scripts or modules enabled? On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy amurp...@tcd.ie wrote: 2.2.22 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov icici...@gmail.com wrote: On 19/02/2013 12:43 AM, Alan Murphy amurp...@tcd.ie wrote: Hi all, I need to mark

[users@httpd] Mark cookies as secure?

2013-02-18 Thread Alan Murphy
Hi all, I need to mark cookies as secure, I thought I could just use the mod headers directive Header edit set-cookie ^(.*)$ $1;secure But it does not work, am I missing something. Any help would be greatly appreciated, Sent from my iPhone