logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.22 and random 400's with %2F
Author
vtjay79



Joined: 20 Aug 2014
Posts: 6

PostPosted: Mon 15 Sep '14 19:41    Post subject: Apache 2.2.22 and random 400's with %2F Reply with quote

Hello,

I have an application that builds paths to JS files in URL's and encodes the slashes with '%2F'.

I can't seem to make sense of it, but eventualy after several hours, or several days, or even several weeks it will start producing 400's in the access log for anything with a %2F in it.

I tried googling which had me put in the AllowEncodedSlashes directive in my main conf as well as any vhosts.

I tried 'On' and 'NoDecode', but the same thing happens after a few days time.

I set the log level to "info" and scoured it looking for anything in between the prior 200 time with a %2F in the URL and the 400 without anything of interest.

I have another server thats awaiting an approval to use with 2.2.27 on it that doesn't seem to have any of these 400's in it, but, it also doesn't have but 1 user ever other few days.

The fix seems simple, a start and stop of the service, but, I have users all around the world and it would be nice if it just worked.

Any ideas would be greatly appreciated.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Wed 24 Sep '14 1:46    Post subject: Reply with quote

See http://httpd.apache.org/docs/current/mod/core.html#allowencodedslashes
Back to top


Reply to topic   Topic: Apache 2.2.22 and random 400's with %2F View previous topic :: View next topic
Post new topic   Forum Index -> Apache