Henri Gomez wrote: > Justin Erenkrantz wrote: > >> --On Wednesday, March 3, 2004 12:24 PM +0100 Henri Gomez >> <[EMAIL PROTECTED]> wrote: >> >>> To resume you : >>> >>> - remove translate >>> >>> - move translate code to map_storage >>> >>> Did I understand correctly ? >> >> >> >> Yes, I think that'll work. -- justin > > > Ok, Jean-Frederic is working on what you suggest, but still have problems : > > jfclere 2004/03/03 09:55:32 > > Modified: jk/native2/server/apache2 mod_jk2.c > Log: > Remove jk2_translate... It is still not 100% OK: > - LocationMatch does not work. > - Some _not_found ends in Tomcat when using mod_dav. > >
And now mod_dav off httpd-2.1 tells:
+++
[Thu Mar 04 18:45:18 2004] [crit] [client 172.25.182.35] configuration error:
couldn't check access. No groups file?: /examples/jsp-source/
+++
I have in httpd.conf:
+++
<Location /examples/jsp-source>
Dav On
AuthType Basic
AuthName DAV
AuthUserFile user.passwd
AuthGroupFile user.group
# ForceType text/plain
<LimitExcept GET OPTIONS>
#require user admin
Require valid-user
</LimitExcept>
</Location>
+++
Is there something wrong in my configuration?
Cheers
Jean-Frederic
signature.asc
Description: OpenPGP digital signature
