> From owner-freebsd-questi...@freebsd.org  Tue May 24 02:32:36 2011
> Date: Tue, 24 May 2011 09:32:20 +0200
> From: Frank Bonnet <f.bon...@esiee.fr>
> To: freebsd-questions@freebsd.org
> Subject: Re: Filename containing French characters ?
>
> OK now the filenames are well displayed in the console
> \BUT ...
>
> It still does not work with apache ( 404 file not found ! )
>
> here is the log of apache when trying to access a filename that contains 
> those bloody characters
>
>
>
> 82.238.8.126 - - [24/May/2011:06:56:01 +0200] "GET
> /cv/ESIEE_MANAGEMENT/Systeme_information/11_EM2_SI_JUIN_CV_AMICHIA_Anthony
> %20Aim%C3%A9e%20Marthe%20Moteh.docx HTTP/1.1" 404 1337
>
> The problem comes from the %C3%A9e character ( e eacute )

Please show the output of 
  ls -lb /cv/ESIEE_MANAGEMENT/Systeme_information/11_EM2_SI_JUIN_CV_AMICHIA*
and 
 ls -lb /cv/ESIEE_MANAGEMENT/Systeme_information/11_EM2_SI_JUIN_CV_AMICHIA* \
 |" od -xc

And, also with {DOCROOT} (whatever it is) prepended to the paths shown above.

*AlSO* show your apache configuration file -- especially what 'DOCROOT' is.

Lastly, do you have _any_ path-rewriting rules that might result in a
different _actual_ path than the 'requested' one?  Virtually =every- Apache
installation has at least one such rewrite rule.

Please show _all_ such rules/transformations.



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to