[EMAIL PROTECTED] wrote: >jerenkrantz 2002/09/05 00:31:14 > > Modified: . CHANGES > modules/http mod_mime.c > Log: > Add ModMimeUsePathInfo directive. > > + int use_path_info; /* If set to 0, only use filename. > + * If set to 1, append PATH_INFO to filename for > + * lookups. > + * If set to 2, this value is unset and is > + * effectively 0. > + */ > -1 don't use magic numbers please use a #define
> > + new->use_path_info = 2; > + > > >