On Sat, Jan 3, 2009 at 9:46 PM, ernst schoen-rene <ernstsr@xxxxxxxxx> wrote: > Why does > <IfModule mime_module> > > work on one of my servers > > but > > <IfModule mod_mime.c> > > work on the other? > Because both are accepted; does either of them not work somewhere? http://httpd.apache.org/docs/2.2/mod/core.html#ifmodule Syntax: <IfModule [!]module-file|module-identifier> ... </IfModule> The module argument can be either the module identifier or the file name of the module, at the time it was compiled. For example, rewrite_module is the identifier and mod_rewrite.c is the file name. If a module consists of several source files, use the name of the file containing the string STANDARD20_MODULE_STUFF. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx