You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by wr...@apache.org on 2001/09/21 07:04:13 UTC

Re: mod_include/8112: Multiviews don't work with shtml

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: Multiviews don't work with shtml

Comment-Added-By: wrowe
Comment-Added-When: Thu Sep 20 22:04:13 PDT 2001
Comment-Added:

One last note - autoindex/negotation/mime modules were
all recently overhauled (.24, IIRC) so the several issues
in this PR should all be resolved

Please let us know if you can reproduce from the current
tree, or the next (.26 or higher) release.



Re: mod_include/8112: Multiviews don't work with shtml

Posted by Peter Bieringer <pb...@bieringer.de>.

--On Friday, September 21, 2001 05:04:13 AM +0000 wrowe@apache.org
wrote:

> Synopsis: Multiviews don't work with shtml
> 
> Comment-Added-By: wrowe
> Comment-Added-When: Thu Sep 20 22:04:13 PDT 2001
> Comment-Added:
> 
> One last note - autoindex/negotation/mime modules were
> all recently overhauled (.24, IIRC) so the several issues
> in this PR should all be resolved
> 
> Please let us know if you can reproduce from the current
> tree, or the next (.26 or higher) release.

Checked current CVS, won't work.

        Peter

-- info

Directory contens:

# ll /internet/wwwaerasec/www.aerasec.de-ipv6/pub/
total 20
-rwxr-xr-x    1 wwwaeras wwwaeras     7090 Aug  1 08:45 index.shtml.de
-rwxr-xr-x    1 wwwaeras wwwaeras     7209 Aug  1 08:49 index.shtml.en
-rwxr-xr-x    1 wwwaeras wwwaeras      661 Aug  1 08:44
ipv6info.shtml.de
-rwxr-xr-x    1 wwwaeras root          634 Aug  1 08:44
ipv6info.shtml.en
-rw-r--r--    1 root     root          108 Jan 23  2001 robots.txt


Related config part:

   <Directory "/internet/wwwaerasec/www.aerasec.de-ipv6/pub">
        SetOutputFilter INCLUDES
        AllowOverride AuthConfig Limit
        Options Includes MultiViews
        Order allow,deny
        #DirectoryIndex index.shtml.en          <- shows page
        DirectoryIndex index.shtml              <- not working
        Allow from all
        #XBitHack on
    </Directory>


Log:

[Sat Sep 22 19:36:21 2001] [error] [client 217.80.245.22]
Negotiation: discovered file(s) matching request:
/internet/wwwaerasec/www.aerasec.de-ipv6/pub/index.shtml (None could
be negotiated).
[Sat Sep 22 19:36:21 2001] [error] [client 217.80.245.22] Directory
index forbidden by rule: /internet/wwwaerasec/www.aerasec.de-ipv6/pub/


Using index.html.en and index.html.de and
        DirectoryIndex index.html
it will work.


# httpd2 -l
Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c