Refine your search:

Seems the duplicated slash is dropped by my Apache.

I think it'll be good to fix it.

e.g. /en-US/static/img/skins/default/managerIcons//icon_apps.png

asked 18 Mar '11, 09:32

hochit's gravatar image

hochit
916
accept rate: 100%


2 Answers:

Apache removes empty path segments. Thus, the Apache proxy prevents the full URL from ever being seen by SplunkWeb.

You may be able to use a RewriteRule to force the extra slash back in. Note that the extra slash will already have been removed prior to mod_rewrite rule (i.e. the extra slashed will not be included in the PATH_INFO variable). However, the THE_REQUEST variable is reportedly left untouched.

link

answered 21 Mar '11, 17:07

LukeMurphey's gravatar image

LukeMurphey
5808
accept rate: 42%

What do you mean by "dropped by my Apache"? Do you mean to say you are using Apache as a reverse proxy in front of SplunkWeb?

link

answered 18 Mar '11, 15:57

LukeMurphey's gravatar image

LukeMurphey
5808
accept rate: 42%

Yes I have Apache as proxy, so I guess "//" may probably filtered by the Apache. Since I can see those icons in another Splunk that doesn't have Apache installed.

(20 Mar '11, 06:14) hochit
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×104
×28

Asked: 18 Mar '11, 09:32

Seen: 650 times

Last updated: 21 Mar '11, 17:07

Copyright © 2005-2012 Splunk, Inc. All rights reserved.