[users@httpd] Re: confirm unsubscribe from users@httpd.apache.org

2011-12-08 Thread Ian Zimmerman
yes - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-d

[users@httpd] ab not working, saying bind: address family not supported by protocol family 47

2011-12-08 Thread S Ahmed
ab -n 100 -c 1 http://localhost:8080/ his is ApacheBench, Version 2.3 <$Revision: 1178079 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient)...bind: Address family not s

Re: [users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Eric Covener
The logging in mod_rewrite is inherited from the base server config to a virtualhost (which your test requests are mapped to) the same way as rules and conditions, with RewriteOptions +Inherit specified only. - The official User-T

[users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Helmut Schneider
Mark Montague wrote: > On December 8, 2011 5:56 , "Helmut Schneider" wrote: > > Do I also need to configure RewriteLog within the VHOST?! Is that > > also a "Rewrite configuration"?! Because only setting > > RewriteEngine On does not write a logfile... > > Did you read the documentation? Sure

RE: [users@httpd] httpd - Get 200 but no data.

2011-12-08 Thread Rapp, James
Hi RJ, Are you setting a JSESSIONID cookie as part of the request? I had this problem in the past with an application that did not support cookie based session affinity. In this case I ended up with several requests missing the JSESSIONID and they were being routed in round-robin fashion. Yo

RE: [users@httpd] ReverseProxy is not working

2011-12-08 Thread Alex Samad - Yieldbroker
Hi Also why not use the weblogic plugin instead of passing http through ? Alex -Original Message- From: KESTAR [mailto:perathkart...@gmail.com] Sent: Thursday, 8 December 2011 11:12 PM To: users@httpd.apache.org Subject: [users@httpd] ReverseProxy is not working I installed Apache Ht

Re: [users@httpd] httpd - Get 200 but no data.

2011-12-08 Thread R J
Hi Wade, The httpd server is v2.2 and JBoss is 4.5. I am enclosing a copy of the workers.properties. There are 2 nodes in the cluster. I am enclosing copies of httpd.conf and workers.properties. Some additional information that I just debugged into - looks like the rendering is being sent to nod

Re: [users@httpd] httpd - Get 200 but no data.

2011-12-08 Thread Wade Evans
RJ, > What am I doing wrong in the configuration? Can you share with us a bit of your configuration? Thanks - Wade On Thu, Dec 8, 2011 at 11:16 AM, R J wrote: > Hi, > > I am new to httpd. I am using httpd and mod_jk for load balancing. I am > running it under sticky bit configuration. I hav

[users@httpd] httpd - Get 200 but no data.

2011-12-08 Thread R J
Hi, I am new to httpd. I am using httpd and mod_jk for load balancing. I am running it under sticky bit configuration. I have a page that renders image and data. The http response to the image request returns HTTP code 200, however the data is 0 bytes. Instead when I directly connect to any of the

Re: [users@httpd] HTTPD-Semaphore leak

2011-12-08 Thread Nick Kew
On Thu, 8 Dec 2011 18:19:51 +0800 "Durairaj, Srinivasan (NSN - IN/Hyderabad)" wrote: > Hi, > > We have seen an instance where in one of the instance, httpd was failing > to start. On analyzing, we figured that there were huge number of httpd > semaphores which were created during the httpd start

Re: [users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Frank Gingras
On 08/12/2011 9:35 AM, Mark Montague wrote: On December 8, 2011 5:56 , "Helmut Schneider" wrote: Do I also need to configure RewriteLog within the VHOST?! Is that also a "Rewrite configuration"?! Because only setting RewriteEngine On does not write a logfile... Did you read the documentation?

Re: [users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Mark Montague
On December 8, 2011 5:56 , "Helmut Schneider" wrote: Do I also need to configure RewriteLog within the VHOST?! Is that also a "Rewrite configuration"?! Because only setting RewriteEngine On does not write a logfile... Did you read the documentation? https://httpd.apache.org/docs/2.2/mod/mod_

Re: [users@httpd] SSL cipher suite modification

2011-12-08 Thread Matus UHLAR - fantomas
On 08.12.11 00:38, aparna Puram wrote: I understand from your mail that the following 2 cipher suites will work with the existing and the new clinet configurations. Kindly correct me if I m wrong. 1-->!ADH:!EXPORT56:DES-CBC-SHA:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL 2-->!ADH:!MD5:DES-CBC

Re: [users@httpd] ReverseProxy is not working

2011-12-08 Thread Tom Evans
On Thu, Dec 8, 2011 at 12:11 PM, KESTAR wrote: > > > I installed Apache Httpd server "httpd-2.2.19-win32-x86-openssl-0.9.8r" on > Windows 2008 Server R2. > > I have a java applications deployed in weblogic in another machine. I am > trying to set up reverse proxy to that application. > > This is h

[users@httpd] ReverseProxy is not working

2011-12-08 Thread KESTAR
I installed Apache Httpd server "httpd-2.2.19-win32-x86-openssl-0.9.8r" on Windows 2008 Server R2. I have a java applications deployed in weblogic in another machine. I am trying to set up reverse proxy to that application. This is how I set up ReverseProxy in httpd.conf ##

[users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Helmut Schneider
Mark Montague wrote: > On December 7, 2011 16:26 , "Helmut Schneider" > wrote: > > I put the following lines into my apache.conf (outside, before a > > VHOST definition): > > > > > > RewriteEngine on > > RewriteLog /var/www/logs/rewrite.log > > RewriteLogLevel 2 > > > >

[users@httpd] HTTPD-Semaphore leak

2011-12-08 Thread Durairaj, Srinivasan (NSN - IN/Hyderabad)
Hi, We have seen an instance where in one of the instance, httpd was failing to start. On analyzing, we figured that there were huge number of httpd semaphores which were created during the httpd startup but never cleanup. I am not very sure in what instance the httpd semaphores leak. Have

Re: [users@httpd] Variables goes as REDIRECT_REDIRECT_

2011-12-08 Thread Petr Hracek
Hello *, Firstly index.html is called from browser then because of Handler .var is initiatied then in index.var file is found and relevant language negotiation is called. After that in our module is checked whether some environtment variables are set properly and then afterwards over proprietary

Re: [users@httpd] SCGI and Order

2011-12-08 Thread Pete Houston
Hello Matthew, It looks as though you are applying restrictions based on the filesystem and then are including a directive which dissociates the URL from that filesystem, thus bypassing your restrictions. Have you read this part of the documentation? http://httpd.apache.org/docs/2.2/sections.html