Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-29 Thread Nallu Naren
I've tried this, but still give me the same error. Do I need to use Visual Studio 2008? On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder < hendrik.schmie...@jedox.com> wrote: > Nallu Naren schrieb: > > Hi Team, >> >> I've written my own module for Apache 2.2 compiled with 2.2.16 (includes >>

Re: [users@httpd] How to set an empty certificate Chain?

2014-01-29 Thread daniel bryan
Would you mind sharing the benefit of having an empty chain i thought the chain should always at least include the server cert. On Wed, Jan 29, 2014 at 6:27 PM, Hanno Böck wrote: > If anyone wonders: I now learned that there is a way to configure an > empty chain. > You can't have an empty (0 b

Re: [users@httpd] How to set an empty certificate Chain?

2014-01-29 Thread Hanno Böck
If anyone wonders: I now learned that there is a way to configure an empty chain. You can't have an empty (0 byte) file as the certificate chain, but you can have a file that contains just a newline (1 byte) and nothing else and set that as the chain. -- Hanno Böck http://hboeck.de/ mail/jabber:

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread Maxim Solodovnik
The following configuration works as expected (css files, images js scripts, json requests are working) Order allow,deny Allow from all ProxyPass http://localhost:5080/openmeetings ProxyPassReverse http://localhost:5080/openme

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread yan
> Hello, > > Is it possible to set up proxying of > http://mysite/openmeetings to http://localhost:5080/openmeetings > and same time > ws://mysite/openmeetings to ws://localhost:5080/openmeetings > > What I have tried > Install apache httpd on Ubuntu 13.10 server (2.4.6 using apt-get) > Checkout >

[users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread Maxim Solodovnik
Hello, Is it possible to set up proxying of http://mysite/openmeetings to http://localhost:5080/openmeetings and same time ws://mysite/openmeetings to ws://localhost:5080/openmeetings What I have tried Install apache httpd on Ubuntu 13.10 server (2.4.6 using apt-get) Checkout http://svn.apache.or

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-29 Thread Hendrik Schmieder
Nallu Naren schrieb: Hi Team, I've written my own module for Apache 2.2 compiled with 2.2.16 (includes and libs)and it is working as expected and now I've upgrade to 2.4.7 by recompiling my code with 2.4.7(includes and libs) which I've downloaded from http://www.apachehaus.com/cgi-bin/download.p

Re: [users@httpd] Single vs Dual Reverse Proxy

2014-01-29 Thread Tom Evans
On Tue, Jan 28, 2014 at 6:57 PM, Charles W Buege wrote: > All - > > I've gotten Apache working with a single Reverse Proxy to both of my web > servers (much thanks go to Yehuda for your assistance!!), but I'm trying to > take this to a next step. > > Attached, you will find an image with my curren

[users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-29 Thread Nallu Naren
Hi Team, I've written my own module for Apache 2.2 compiled with 2.2.16 (includes and libs)and it is working as expected and now I've upgrade to 2.4.7 by recompiling my code with 2.4.7(includes and libs) which I've downloaded from http://www.apachehaus.com/cgi-bin/download.plx#APACHE24VC09 and now

Re: [users@httpd] Single vs Dual Reverse Proxy

2014-01-29 Thread Marco van Putten
Hi Charles, Anyone have any suggestions as to how I'd want to proceed with this? I'm starting by reading this article (http://www.howtoforge.com/high_availability_heartbeat_centos) to see if this will get me what I need, but if anyone has any suggestions as to another article/reference I shou