Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-23 Thread Jonathan Hayward http://JonathansCorner.com
Just adding a follow-up note to say that it seems to be working as intended with the module installed. Thank you, On 10/22/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 10/22/07, Jonathan Hayward http://JonathansCorner.com > <[EMAIL PROTECTED]> wrote: > > Sorry for not replying earlier... >

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-22 Thread Jonathan Hayward http://JonathansCorner.com
Thanks. On 10/22/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 10/22/07, Jonathan Hayward http://JonathansCorner.com > <[EMAIL PROTECTED]> wrote: > > Sorry for not replying earlier... > > > > Is Header version-specific? The error message in the log is "...Invalid > > command 'Header,' perhaps

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-22 Thread Joshua Slive
On 10/22/07, Jonathan Hayward http://JonathansCorner.com <[EMAIL PROTECTED]> wrote: > Sorry for not replying earlier... > > Is Header version-specific? The error message in the log is "...Invalid > command 'Header,' perhaps misspelled or defined by a module not included in > the server configuratio

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-22 Thread Jonathan Hayward http://JonathansCorner.com
Sorry for not replying earlier... Is Header version-specific? The error message in the log is "...Invalid command 'Header,' perhaps misspelled or defined by a module not included in the server configuration". What module(s) need to be installed? The server is an Apache 2 under Linux; if more vers

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-20 Thread Joshua Slive
On 10/20/07, Jonathan Hayward http://JonathansCorner.com <[EMAIL PROTECTED]> wrote: > Just for sanity's sake--could you check that the date is appropriately > formatted, and if the date format is causing problems, give an appropriate > format for "Mon, 1 Jan 2007 1:00:00 GMT" or "Mon, 01 Jan 2007

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-20 Thread Jonathan Hayward http://JonathansCorner.com
Just for sanity's sake--could you check that the date is appropriately formatted, and if the date format is causing problems, give an appropriate format for "Mon, 1 Jan 2007 1:00:00 GMT" or "Mon, 01 Jan 2007 01:00:00 GMT"? On 10/20/07, Jonathan Hayward http://JonathansCorner.com < [EMAIL PROTECT

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-20 Thread Jonathan Hayward http://JonathansCorner.com
The documentation I had seen -- http://www.askapache.com/htaccess/apache-speed-expires.html , http://www.askapache.com/htaccess/apache-speed-cache-control.html , gave a double backslash, and my experimenting with a single backslash didn't work. The following (with a single backslash) is enough to

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-20 Thread Joshua Slive
On 10/19/07, Jonathan Hayward http://JonathansCorner.com <[EMAIL PROTECTED]> wrote: > I am getting an internal server error (500) if I place the following in my > ROOT .htaccess: What does the apache error log say? I'm not sure why you are using a double-slash at the beginning of the regexes. It

[EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-19 Thread Jonathan Hayward http://JonathansCorner.com
I am getting an internal server error (500) if I place the following in my ROOT .htaccess: Header set Expires "Sun, 18 Nov 2007 14:35:41 GMT" Header set Cache-Control "max-age: 2764800; public" Header set Expires "Sat, 20 Oct 2007 15:35:41 GMT" Header set Cache-Control "max-age: 86400; public"