Re: [users@httpd] .htaccess file outside of web space

2012-04-05 Thread Pete Houston
On Wed, Apr 04, 2012 at 11:26:29PM -0400, Phil Smith wrote: > Am I interpreting what I'm seeing correctly or could I possibly have a > configuration problem? You are interpreting it correctly, there's no configuration problem. This is the way that access files are applied as in the documentation.

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-05 Thread Tom Evans
On Thu, Apr 5, 2012 at 1:22 AM, Pratapani wrote: > > Hi, > > Greetings !! > > I am writing this after lot of googling. I could not get a direct answer in > my searches. > As I  don't have a more time to do R&D, I am sending this mail for a quick > solution. > > I sucessfully did the following : >

[users@httpd] Read HTTP header and body

2012-04-05 Thread Evgeny Shvidky
Hello, I am implementing on "C" a new module in Apache HTTP server. I succeeded to receive an appropriate HTTP request by my module handler. How can I read a full HTTP header (not only the first line) and a body (if exists) of received HTTP request? Thanks, Evgeny

[users@httpd] Trouble setting HTTPS

2012-04-05 Thread peshoTDI
Hi all, I've been trying to set up HTTPS connection to my website. I created a selfsigned certificate /etc/ssl/cert/cert-https.crt The corresponding private key is /etc/ssl/private/key-https.key In the VirtualHost in sites-enabled/mysite I added: SSLEngine on SSLOptions +StrictRequire SSLCert

Re: [users@httpd] Trouble setting HTTPS

2012-04-05 Thread Eric Covener
On Thu, Apr 5, 2012 at 8:27 AM, peshoTDI wrote: > > Hi all, > > I've been trying to set up HTTPS connection to my website. > I created a selfsigned certificate /etc/ssl/cert/cert-https.crt > The corresponding private key is /etc/ssl/private/key-https.key > > In the VirtualHost in sites-enabled/mys

Re: [users@httpd] Possible to add edited version of SSL_CLIENT_CERT variable to request header?

2012-04-05 Thread ohaya
Igor, The backend (Weblogic) won't accept/parse it. I am sure, because in one test I did, I had a RequestHeader with a canned PEM string, without them, and that worked. Jim Igor Cicimov wrote: > Those lines are part of the PEM certificate without them the cert is not > valid. What is

Re: [users@httpd] Read HTTP header and body

2012-04-05 Thread Daniel Gruno
On 05-04-2012 12:01, Evgeny Shvidky wrote: Hello, I am implementing on "C" a new module in Apache HTTP server. I succeeded to receive an appropriate HTTP request by my module handler. How can I read a full HTTP header (not only the first line) and a body (if exists) of received HTTP request?

[users@httpd] Slow mod_proxy response

2012-04-05 Thread Shirley . Ong
Hi, I hope someone can help me with a problem I'm having at work. We have a Glassfish server running on SLES 11. I installed Apache2 with mod_proxy so that users can use port 80 for redirection to the Glassfish service. This is the setting of my server. ServerName server.com

Re: [users@httpd] Slow mod_proxy response

2012-04-05 Thread Yehuda Katz
On Thu, Apr 5, 2012 at 11:17 AM, wrote: > > The server is hosted in the lab network and the INTERNAL_IPPDR is one of the > IP addresses on the server, say 172.29.31.10. There is a firewall in the lab > for outside connection into the lab and the natted IP address is, say > 10.109.32.10. From of

[users@httpd] Slow mod_proxy response

2012-04-05 Thread Shirley . Ong
Hi, I hope someone can help me with a problem I'm having at work. We have a Glassfish server running on SLES 11. I installed Apache2 with mod_proxy so that users can use port 80 for redirection to the Glassfish service. This is the setting of my server. ServerName server.com

RE: [users@httpd] Possible to add edited version of SSL_CLIENT_CERT variable to request header?

2012-04-05 Thread Bobb, Kirth Andre (US - Arlington)
Igor, Just out of curiosity. Are you using other .pem files in other blocks? -Original Message- From: oh...@cox.net [mailto:oh...@cox.net] Sent: Thursday, April 05, 2012 9:07 AM To: users@httpd.apache.org Cc: Igor Cicimov Subject: Re: [users@httpd] Possible to add edited version of SSL_

[users@httpd] Re: setting up testing

2012-04-05 Thread Michael Felt
I guess that is where I am stuck. It does not look like it is to be dropped in the httpd tree - or am I wrong on that? Moving this to users then - looking for someone who can explain the dependencies of mod_perl - which may not work with httpd-2.2.4 - that was the jist of several messages. Trying

Re: [users@httpd] Re-negotiation handshake failed: Not accepted by client!?

2012-04-05 Thread Daniel Ruggeri
On 4/5/2012 1:12 AM, Milan Tomic wrote: > I have zipped my Apache HTTP Server config files, if you could take a > look. Perhaps I have misused some directive? > > Here it is: > http://www.2shared.com/file/DIvWXbcC/SSL.html Milan; I notice that you have a requirement for client certificates. I'm