[users@httpd] SSLCipherSuite

2012-06-20 Thread Vivek Nambiar
Hi Gurus, A quick question . When I define the SSLCipherSuite ,would there be a difference in the syntax according to the OS like windows and Unix? If yes please let me know the difference in syntax. Thanks VIVEK

RE: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-06-20 Thread Richters, Eriks (US - Arlington)
Hello, Just to follow up on this question, the hanging was resolved by updating the WebLogic Proxy plugin from 1.0 to 1.1. However, the new plugin introduced other issues such as read-only screens in one application, and a re-authentication prompt issue with another application.We're still

[users@httpd] Running windows service with -D defines?

2012-06-20 Thread Albert Lunde
I'm running Apache 2.2.2 as a service on Windows 7 Ultimate 64-bit, as installed with the MSI installer: httpd-2.2.22-win32-x86-openssl-0.9.8t.msi I'd like to run it with some "-D name" parameters to define conditional behavior, and occasionally change those parameters. (Most of my experienc

Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread J. Bakshi
On Wed, 20 Jun 2012 08:39:13 -0400 Jeff Dyke wrote: > On Wed, Jun 20, 2012 at 8:24 AM, J. Bakshi wrote: > > On Wed, 20 Jun 2012 17:44:04 +0530 > > "J. Bakshi" wrote: > > > >> Dear list, > >> > >> I have a git setup where user can authenticate via https based on htpasswd > >> authentication. >

Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread Jeff Dyke
On Wed, Jun 20, 2012 at 8:24 AM, J. Bakshi wrote: > On Wed, 20 Jun 2012 17:44:04 +0530 > "J. Bakshi" wrote: > >> Dear list, >> >> I have a git setup where user can authenticate via https based on htpasswd >> authentication. >> I need some more fine tuning ; hence I like to know the username for

[users@httpd] SuexecUserGroup with different directories (cgi-bin)

2012-06-20 Thread Lorenzo Milesi
Hi. I've an https php website with this configuration: ServerName myhostname:443 SSLEngine On [...] SuexecUserGroup web1 web1 DocumentRoot /www/management_site/ Options FollowSymLinks MultiViews -Indexes +ExecCGI AllowOverride All

Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread J. Bakshi
On Wed, 20 Jun 2012 17:44:04 +0530 "J. Bakshi" wrote: > Dear list, > > I have a git setup where user can authenticate via https based on htpasswd > authentication. > I need some more fine tuning ; hence I like to know the username for the > specific connection. > Say user1 has authenticated su

[users@httpd] How to collect username from http header ?

2012-06-20 Thread J. Bakshi
Dear list, I have a git setup where user can authenticate via https based on htpasswd authentication. I need some more fine tuning ; hence I like to know the username for the specific connection. Say user1 has authenticated successfully, and I like to compare his ACL based on another file. How