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.
Only defaults, mod_cgid.c, cgi-bin????
Sent from my iPhoneAny CGI scripts or modules enabled?On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy <amurphy1@xxxxxx> wrote:
2.2.22
Sent from my iPhone
On 19/02/2013 12:43 AM, "Alan Murphy" <amurphy1@xxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
Which apache version??