pombreda / pygowave-server

Automatically exported from code.google.com/p/pygowave-server
Apache License 2.0
0 stars 0 forks source link

Installation to vhost, errors #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow installation steps, but change settings to host from the path '/'

What is the expected output? What do you see instead?

The server reports errors on any page but the homepage. The debug
information shows all of the path variables as being correct, except the
line showing the request URL, which is displayed as http://hostnamethe/path
instead of http://hostname/the/path. Changing the django.root variable to
http://hostname/ works. Making the django.root '/<any single character>'
also appears to work, however some links become http://the/path then.

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?

alpha 0.3 on Ubuntu *.10

Please provide any additional information below.

Original issue reported on code.google.com by long.hai...@gmail.com on 27 Jun 2009 at 12:45

GoogleCodeExporter commented 9 years ago
Fixed in development version.

Original comment by patrick....@googlemail.com on 11 Nov 2009 at 10:32