.htaccess usage on people.gnome.org
Olav Vitters <
olav@...>
2011-02-27 20:24:01 GMT
Read this if you're using: people.gnome.org/~username or you're
receiving this via bcc.
Note: people.gnome.org/~username can be created if for some reason
you have a shell account.
The people.gnome.org site will soon move from the existing machine
(window) to the webapps VM. To restrict the amount of scripts which run
on the new VM, I've limited the options which can be used within
.htaccess files.
This e.g. will affect anything which uses PHP.
For those who care, the AllowOverride has been set to
AuthConfig Indexes Limit Options
http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride
Meaning: FileInfo is *not* allowed anymore. This affects the following:
| Allow use of the directives controlling document types (DefaultType,
| ErrorDocument, ForceType, LanguagePriority, SetHandler,
| SetInputFilter, SetOutputFilter, and mod_mime Add* and Remove*
| directives, etc.), document meta data (Header, RequestHeader,
| SetEnvIf, SetEnvIfNoCase, BrowserMatch, CookieExpires, CookieDomain,
| CookieStyle, CookieTracking, CookieName), mod_rewrite directives
| RewriteEngine, RewriteOptions, RewriteBase, RewriteCond,
| RewriteRule) and Action from mod_actions.
If you're affected by this configuration change, please file a bug
detailing your needs at:
https://bugzilla.gnome.org/enter_bug.cgi?product=sysadmin&component=Other
(Continue reading)