You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jonathan H N Chin <jc...@newton.ac.uk> on 2008/06/28 00:34:47 UTC

[users@httpd] mod_speling no longer works on nested directories

I have correct partial urls like:

	/abc/DEF/ghi/jkl.html

and requests for misspelt urls (wrong case only) like:

	/abc/def/ghi/jkl.html


With debian sarge's apache 2.0.54 with mod_speling enabled,
the request was corrected and the page was returned.

With debian etch's apache 2.2.3 with mod_speling enabled,
the incorrect url is not corrected and a 404 is returned.

Also, the misspelt url "/abc/def" is converted to
"/abc/DEF" but "/abc/def/" provokes a 404.

Is there a way to get the useful behaviour in 2.2.3?


I need to use debian stable but a quick google indicates
that the more recent apache 2.2.8 has the problem too:

	http://www.webmasterworld.com/apache/3606458.htm


-jonathan

-- 
   Jonathan H N Chin     | deputy computer | Newton Institute, Cambridge, UK
<jc...@newton.cam.ac.uk> | systems manager | tel/fax: +44 1223 767091/330508

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


[users@httpd] Re: mod_speling no longer works on nested directories

Posted by Sven Köhler <sk...@upb.de>.
> I have correct partial urls like:
> 
> 	/abc/DEF/ghi/jkl.html
> 
> and requests for misspelt urls (wrong case only) like:
> 
> 	/abc/def/ghi/jkl.html
> 
> 
> With debian sarge's apache 2.0.54 with mod_speling enabled,
> the request was corrected and the page was returned.
> 
> With debian etch's apache 2.2.3 with mod_speling enabled,
> the incorrect url is not corrected and a 404 is returned.

Look at
https://issues.apache.org/bugzilla/show_bug.cgi?id=38635#c7


Regards,
   Sven


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