8 Commits

Author SHA1 Message Date
Chris Morgan
cd03785d95 Add an entry for redirecting the site during an outage 2007-08-21 00:53:44 +00:00
Chris Morgan
916517e6f5 Ensure that session.gc_probability is 1 and set session.gc_divisor to something reasonable for a reasonably
heavily accessed site like appdb.  This change solves the mystery of why we had millions of unexpired sessions
in session_list and should make the session_list cron cleanup job superfluous.
2006-07-11 20:35:43 +00:00
Jeremy Newman
219b5ac09c enable zlib output compression from PHP 2006-07-10 20:49:46 +00:00
Jeremy Newman
7dcbeab99b not needed, and causes problems 2005-07-28 22:39:16 +00:00
Jeremy Newman
8cd65e7bdf Allow uploads of up to 5 megabytes 2005-07-11 14:40:37 +00:00
Paul van Schayck
aca6f0415e Set magic_quotes to be off. Session bug compat back to default 2005-01-10 22:12:52 +00:00
Jonathan Ernst
55a0ba3db6 - php_value register_globals 0 (was already here thanks to Jeremy Newman's patch)
- php_value short_open_tag 0 (disable shorttags so that we can use <?xml in the future)
- php_value session.bug_compat_42 0 (session works well without the workaround so let's disable it)
- php_value register_long_arrays 0 (we are not using the old long arrays ($HTTP_SESSION_VARS and so on)
2004-12-14 02:30:06 +00:00
Jeremy Newman
0f8ba92684 turn off globals for this website
set some other nice .htaccess defaults
2004-12-13 04:16:54 +00:00