Again, this is not related to Wicket, but... Try turning off the webapp and 
preserve only the websocket one. Do you still get your seg fault?

Have a great day,
    Paul Bors

> On Jan 27, 2014, at 9:24 PM, Maxim Solodovnik <solomax...@gmail.com> wrote:
> 
> Thanks for the quick answer Paul,
> 
> Segmentation fault is definitely caused by me, but I was not sure if it is
> compilation issue or bacuse of my configuration.
> 
> I currently have Apache config like this:
> 
>        #WEBSOCKETS
>       ProxyPass /openmeetings ws://localhost:5080/openmeetings retry=0
>       ProxyPassReverse /openmeetings ws://localhost:5080/openmeetings
> retry=0
> 
>        ProxyPass /openmeetings http://localhost:5080/openmeetings
>        ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
> 
> As you can see WebSockets mapping is the same as main app mapping (only
> protocol part differs)
> I'm afraid segmentation fault might be caused by normal HTML requests
> coming instead of WebSocket requests ....
> 
> This is why I'm asking is there any option to make WebSocket URL differ
> than main app URL?
> 
> 
>> On Tue, Jan 28, 2014 at 4:27 AM, Paul Bors <p...@bors.ws> wrote:
>> 
>> I don't think segmentation faults fall (no pun intended) under Wicket :)
>> 
>> You might want to look for help under the Unbuntu's user mailing lists
>> and/or search on Google.
>> Here's a starting point for you:
>> 
>> http://www.amoss.me.uk/2013/06/apache-2-2-websocket-proxying-ubuntu-mod_proxy_wstunnel/
>> 
>> 
>> On Mon, Jan 27, 2014 at 12:42 PM, Maxim Solodovnik <solomax...@gmail.com
>>> wrote:
>> 
>>> Hello All,
>>> Is there any way to perform proxying of web sockets?
>>> 
>>> I have tried mod_proxy_wstunnel but with no luck due to
>>> 1) I might compile something to very stable (Segmentation fault under
>>> Ubuntu 13.10 HTTP 2.4.6)
>>> 2) both main app and ws URL are looks the same:
>>> http://localhost/openmeetings and ws://localhost/openmeetings.
>>> 
>>> Should I create additional page/mapping for performing ws tunneling?
>>> Maybe anyone can share example config/how to?
>>> 
>>> Thanks in advance :)
>>> 
>>> --
>>> WBR
>>> Maxim aka solomax
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to