Robyer / foo-httpcontrol

Automatically exported from code.google.com/p/foo-httpcontrol
2 stars 2 forks source link

combination with apache #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Combine with apaches mod_proxy
2. Proxypass /foobar/ http://127.0.0.1:8888/

What is the expected output? What do you see instead?
I expect it would show me the template dir (wich it does) and when i click on 
it it redirects to the template. but instead it redirects to /{template}

e.g. using the ajquery template:
url: 192.168.0.5/foobar/
--> click ajquery
redirects to url: 192.168.0.5/ajquery

What version of the product are you using? On what operating system?
Most recent at the moment and im on windows 7

Please provide any additional information below.

I edited the template (javascripts and index.html) to redirect to /foobar/ 
instead of only / than it works.

Hopefully one day it wil work out of the box.

Not really a big issue but a nice to see that working issue :)

Original issue reported on code.google.com by timbo00...@gmail.com on 11 Jun 2010 at 11:50

GoogleCodeExporter commented 9 years ago
at the moment you can't force component to reply on requests other than /. I've 
nothing against making request url configurable, but I'm lazy and this feature 
doesn't seem very important, so I guess even if it is going to be implemented, 
it most likely won't be done by me.

Original comment by oblikoamorale@gmail.com on 11 Jun 2010 at 1:13