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 4:48 AM, "Alan Murphy" <amurp...@tcd.ie> wrote: >> 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, 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 ^(.*)$ $1;secure >>>>> > >>>>> > But it does not work, am I missing something. Any help would be greatly >>>>> > appreciated, >>>>> > >>>>> > Sent from my iPhone >>>>> > --------------------------------------------------------------------- >>>>> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >>>>> > For additional commands, e-mail: users-h...@httpd.apache.org >>>>> > >>>>> Which apache version??