pombreda / pygowave-server

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

Apache Server requires Proxy modules #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

I tried to insert the text here but Google returns:
Bad Request
Your client has issued a malformed or illegal request. 
 (without identifying what the malformation was).

So, I have taken the complete text and saved it in a text file which I am
attaching hereto.

Basically, my Apache configuration is probably different than the one used
to create the installation instructions, and I think there is a distinction
in the proxy modules needed.

Original issue reported on code.google.com by jlpool...@gmail.com on 14 Oct 2009 at 4:59

Attachments:

GoogleCodeExporter commented 9 years ago
I'll try displaying what is set forth in the pygowave_bug.txt document for 
convenience.

What steps will reproduce the problem?
1. install Gentoo's version of Apache 2.2.11-r2 w/apache2_modules_proxy ap
2. install according to
http://code.google.com/p/pygowave-server/wiki/PyGoWaveServerInstallation

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

Though I can create waves, the window which should display the wave below has
nothing.  My apache error log shows:
[Wed Oct 14 09:22:14 2009] [warn] proxy: No protocol handler was valid for the 
URL
/static/Orbited.js. If you are using a DSO version of mod_proxy, make sure the 
proxy
submodules are included in the configuration using LoadModule.
[Wed Oct 14 09:22:14 2009] [warn] proxy: No protocol handler was valid for the 
URL
/static/protocols/stomp/stomp.js. If you are using a DSO version of mod_proxy, 
make
sure the proxy submodules are included in the configuration using LoadModule.

Moreover, the JavaScript Error console:
Error: Orbited is not defined
Source File: http://hip/pygowave/waves/uqL0UqTZ73/
Line: 37
Error: STOMPClient is not defined
Source File: http://hip/pygowave/client/controller/controller.js
Line: 119

What browser are you using? Which version?

Firefox 3.0.14

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

PyGoWaver Server: p2k-pygowave-35209c1 
Operating System: linux-2.6.30-gentoo-r6

Please provide any additional information below.

Can you provide your Apache listing for which modules are loaded.  It looks 
like the
mod_proxy is not working, it may be that a "sub module" is required, e.g.
mod_proxy_http (http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html).

I think your installation of Apache differs from mine in some respect regarding
proxies so that the Orbited and Stomp are not working.

Original comment by jlpool...@gmail.com on 14 Oct 2009 at 5:01