MLUG: Re: [MLUG] MediaWiki, since I'm installing it on a linux box, I'llask here
Re: [MLUG] MediaWiki, since I'm installing it on a linux box, I'llask here
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

> No error messages (either in the browser or in the apache logs), and 
> forced a page refresh. I don't think I'm familiar with the setting 
> you're referring to on the page settings.

You're able to get the edit form as expected and then save? You just 
aren't seeing the changes?

In Apache set these for your host. Obviously if the site is all static 
then you can set the default time to be longer. If you set the time to 
long people will have to wait a long time until your content has expired 
or they'll have to manually force a reload. You should always take 
advantage of this module as it'll make your site cache the way you want 
it to rather than just in whatever random behavior browsers and proxies 
choose.
  ExpiresActive on
  ExpiresDefault "access plus 5 seconds"
  ExpiresByType image/jpeg "access plus 1 week"
  ExpiresByType image/png "access plus 1 week"
  ExpiresByType image/gif "access plus 1 week"

-- 
Michael <EMAIL:PROTECTED>
http://kavlon.org

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members