Re: [users@httpd] WAMP SSO

2012-09-10 Thread Satya Prakash Prasad
Thanks to all for the information and details as provided. I would try to explore the various options provided in the discussion. Kindly note that I need to implement it on WAMP as mentioned earlier (Windows, Apache, MySQL and PHP). The one option I may request upon is that does Apache itself doe

Re: [users@httpd] balancer configuration URL exception

2012-09-10 Thread Toomas Aas
Hello Ed! I have a load balancer configuration in httpd.conf that directs all traffic to the to two remote tomcat servers, but I want to have an exception for the balancer_manager which is on the Apache server. Currently if I append the balancer_manager to the apache server url I get http://chim

Re: [users@httpd] Virtual Hosts and SSL Config: Hoist Common Directives Above Server Blocks?

2012-09-10 Thread Igor Cicimov
On Sun, Sep 9, 2012 at 10:57 PM, Tom Browder wrote: > I'm trying to clean up my conf files after getting an all-SSL server > with several virtual hosts working. > > At the moment, for each server block, I have this: > > > > SSLEngine on > > SSLCACertificateFile/path/to/ca.pem > SSLCer

[users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-10 Thread Bob Furber
Can anyone point me in the right direction as to how to go about Transferring xhr messages between Apache and a Persistent Program? We currently use a cgi script (C program) that transfers xhr messages back and forth to a persistent (C) program using shared memory. Although the CGI program [s

Re: [users@httpd] Order of requests

2012-09-10 Thread Abhishek Chanda
Thanks! On Mon, Sep 10, 2012 at 1:57 PM, Eric Covener wrote: > On Mon, Sep 10, 2012 at 4:41 PM, Abhishek Chanda > wrote: >> Hi all, >> >> Is it guaranteed that Apache will serve requests in the order they >> arrive? Specifically, if a request GET fileA arrives and the GET fileB >> arrives, is it

Re: [users@httpd] httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-10 Thread Nick Kew
On Mon, 10 Sep 2012 19:39:42 + "Law, Bob" wrote: > The error_log gives me the following error: > Invalid method in request \x16\x03 That's an https request to an http server (or possibly vice versa - that's from memory). Do you have something like a (bogus) redirerect to a relative path?

Re: [users@httpd] Order of requests

2012-09-10 Thread Eric Covener
On Mon, Sep 10, 2012 at 4:41 PM, Abhishek Chanda wrote: > Hi all, > > Is it guaranteed that Apache will serve requests in the order they > arrive? Specifically, if a request GET fileA arrives and the GET fileB > arrives, is it guaranteed that the first request will be served before > the second on

[users@httpd] Order of requests

2012-09-10 Thread Abhishek Chanda
Hi all, Is it guaranteed that Apache will serve requests in the order they arrive? Specifically, if a request GET fileA arrives and the GET fileB arrives, is it guaranteed that the first request will be served before the second one? I could not find any RFC that addresses this. Thanks --

[users@httpd] httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-10 Thread Law, Bob
I am trying to run httpd 2.2.22 with open_ssl built in and mod_jk. It does not appear that my SSL is working. Using Firefox and the following httpd.conf and ssl.conf files, I can access my site https://shibboleth-dev..com:8397/osp and my request is routed through mod_jk and the application

Re: [users@httpd] WAMP SSO

2012-09-10 Thread Mark Montague
On September 10, 2012 10:03 , Nick Kew wrote: I need to implement SSO (Single Sign On) for a tool to be launched for people of our organization only. For true SSO solutions, look at Any strong reason to prefer those to worldwide initiatives such as OpenID/OpenAuth? Mostly because I didn't th

Re: [users@httpd] WAMP SSO

2012-09-10 Thread Nick Kew
On Mon, 10 Sep 2012 09:07:06 -0400 Mark Montague wrote: > On September 9, 2012 23:44 , Satya Prakash Prasad > wrote: > > I need to implement SSO (Single Sign On) for a tool to be launched for > > people of our organization only. > > For true SSO solutions, look at Any strong reason to prefer

Re: [users@httpd] WAMP SSO

2012-09-10 Thread Mark Montague
On September 9, 2012 23:44 , Satya Prakash Prasad wrote: I need to implement SSO (Single Sign On) for a tool to be launched for people of our organization only. For true SSO solutions, look at cosign: http://weblogin.org/ PubCookie: http://pubcookie.org/ CAS: http://www.jasig.org/cas The t