On Sat, Jan 3, 2009 at 9:46 PM, ernst schoen-rene <erns...@gmail.com> 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
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to