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

2013-02-21 Thread Alan Murphy
13 4:48 AM, "Alan Murphy" wrote: >> Only defaults, mod_cgid.c, cgi-bin >> >> Sent from my iPhone >> >> On 20 Feb 2013, at 00:17, Igor Cicimov wrote: >> >>> Any CGI scripts or modules enabled? >>> >>> >>&

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 wrote: > Any CGI scripts or modules enabled? > > > On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy wrote: >> 2.2.22 >> >> Sent from my iPhone >> >> On

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 wrote: > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I could just use the mod > > headers directive &

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 wrote: > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I could just use the mod > > headers directive &

[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