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: ProxyPass Confusion
Author
rdguinn



Joined: 31 Dec 2013
Posts: 1
Location: United States

PostPosted: Tue 31 Dec '13 20:31    Post subject: ProxyPass Confusion Reply with quote

I'm emulating another server but I can't seem to get it right. I'm using Apache 2.4 that's included with XAMPP.

When a user goes to this URL:
Code:
http://prod.games.awesomegames.com/cloud/10/cloudservices/titles/game/console/file.json


They receive an HTTP 301 Permanent Redirect to this URL:
Code:
http://prod.online.awesomegames.com/titles/game/console/file.json


I'm assuming this is because they have proxypass set up or using a 301 redirect in an .htaccess file but I'm unsure how they're doing it.

I've tried recreating this on my own network and when the user enters this URL:
Code:
http://prod.games.awesomegames.com/cloud/10/cloudservices/titles/game/console/file.json


Instead it redirects to an invalid URL:
Code:
http://prod.games.awesomegames.comtitles/


I'm a bit confused.
Back to top
James Blond
Moderator


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

PostPosted: Wed 08 Jan '14 16:01    Post subject: Reply with quote

Can you please post your proxy config?
Back to top


Reply to topic   Topic: ProxyPass Confusion View previous topic :: View next topic
Post new topic   Forum Index -> Apache