AH00036: File name too long

Alles, was den Apache betrifft, kann hier besprochen werden.

AH00036: File name too long

Postby musicmaster » 21. February 2023 12:14

I find the AH00036: File name too long error quite a lot in my server's error log.

I want to find out what causes these errors, but I can't understand these strings. And although they are clickable they keep you on the same page. The website is in a non-Latin alphabet so I understand that the string is encoded. However, I don't see a way to decode it.

With reduced length and anonymized the error message looks like this:
(36)File name too long: AH00036: access to /5855-\xc3\x97\xe2\x80\x94\xc3\x97\xe2\x80\x9c\xc3\x97\xe2\x84\xa2.html failed (filesystem path '/var/www/vhosts/website.com/httpdocs/5855-\xc3\x97\xe2\x80\x94\xc3\x97\x90\xc3\x97\xe2\x84\xa2.html')


I have two questions:
- how do I decode those \x values
- the link works. So why is it complaining? And how do I notice when there was really a problem?
musicmaster
 
Posts: 34
Joined: 07. July 2016 19:47
XAMPP version: latest
Operating System: Windows

Re: AH00036: File name too long

Postby Nobbie » 21. February 2023 20:26

musicmaster wrote: - how do I decode those \x values


Quick and dirty: using echo command in shell with -e option. For example:

Code: Select all
echo -e '\xc3\x97\xe2\x80\x94\xc3\x97\xe2\x80\x9c\xc3\x97\xe2\x84\xa2'


But still makes no sense.

musicmaster wrote: - the link works. So why is it complaining? And how do I notice when there was really a problem?


You cannot. Look into error log of the script or similar.
Nobbie
 
Posts: 13176
Joined: 09. March 2008 13:04


Return to Apache

Who is online

Users browsing this forum: No registered users and 58 guests