Re: [us...@httpd] Issue with cookie recognition with comma as delimiter

2010-09-15 Thread Uk Gannavarapu
Hi Experts, Please help me on this issue (posted as below) as it is very critical issue at our end.Thanks & Regards,Uday Kiran GannavarapuTata Consultancy ServicesMailto: uk.gannavar...@tcs.comWebsite: http://www.tcs.comExperience certainty. IT ServicesBu

Re: Re: [us...@httpd] Can Apache Proxy Balancer gerenate value into cookie ?

2010-09-15 Thread FUNASAKI KENJI
Thank you. I succeeded this. Kenji --- Rainer Jung wrote: > On 15.09.2010 04:11, FUNASAKI KENJI wrote: > > Hi, > > > > I use Apache Proxy Balancer and Tomcat. > > And I succeeded Load Balancing and Sticky Session. > > > > However, I'd like not to use AP's jvmRoute, > > And I wish that Apach Prox

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-15 Thread Apache Issues
Turns out the box only had 2GB RAM and was simply running out of physical memory - running a web server on swap is a Bad Idea(TM). We tossed in 8GB more (10GB RAM total) and the problem seems to have gone away. It was a real head-scratcher since we were told that the box had "awesome hardware

[us...@httpd] Re: ApacheBench (ab) Keep-Alive feature behavior

2010-09-15 Thread brokensword
Will answer myself: simply was inaccurate in response with Content-Length field - forgot to count last \r\n in content body. brokensword wrote: > > Hi. > > I'm testing performance of some hand-made (on sockets) web-server. > Everything looks fine, except "keep-alive http" test case. As I under

[us...@httpd] ApacheBench (ab) Keep-Alive feature behavior

2010-09-15 Thread brokensword
Hi. I'm testing performance of some hand-made (on sockets) web-server. Everything looks fine, except "keep-alive http" test case. As I understand - in "keep-alive http" mode I shouldn't close() socket after each operation. So cycle should look like following: accept() read() write() read() write(

Re: [us...@httpd] https and http server with the same documentRoot + force to use https for some content and authenticate!

2010-09-15 Thread Joost de Heer
On 09/15/2010 05:55 PM, sattlite Installer wrote: Thanks for the reply, then to confirm is there no way of doing this only in .htaccess files? I would prefer to do this as the web team edit these while I have to edit the server config? You need SSLRequireSSL (http://httpd.apache.org/docs/2.2/m

RE: [us...@httpd] https and http server with the same documentRoot + force to use https for some content and authenticate!

2010-09-15 Thread sattlite Installer
Thanks for the reply, then to confirm is there no way of doing this only in .htaccess files? I would prefer to do this as the web team edit these while I have to edit the server config? Thanks sat > Date: Wed, 15 Sep 2010 08:29:10 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org

Re: [us...@httpd] High load apache

2010-09-15 Thread Paras pradhan
No errors.. but I can see warnings -- [Wed Sep 15 09:55:39 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function - Thanks Paras. On Wed, Sep 15, 2010 at 1:54 AM, John List wrote: > If you've already narrowed it down to php, jmeter pro

Re: [us...@httpd] Can Apache Proxy Balancer gerenate value into cookie ?

2010-09-15 Thread Rainer Jung
On 15.09.2010 04:11, FUNASAKI KENJI wrote: Hi, I use Apache Proxy Balancer and Tomcat. And I succeeded Load Balancing and Sticky Session. However, I'd like not to use AP's jvmRoute, And I wish that Apach Proxy Balancer would set jvmRoute into user's cookie. ( like Amazon Elastic Load Balancing,

Re: [us...@httpd] Apache Proxy Balancer cannot use other parameter except JSESSIONID for stickysession.

2010-09-15 Thread Rainer Jung
On 15.09.2010 04:02, FUNASAKI KENJI wrote: Hi, I have a question. Can Apache Proxy Balancer use other parameter except JSESSIONID for stickysession ? For example, like following httpd.conf. --- ProxyPass / balancer://mycluster/ lbmethod=byrequests timeout=5 stickysession=TESTID nofai

[us...@httpd] How to configure apache with perl

2010-09-15 Thread aparna aryan
Hello all, We have a apache installation and there are multiple perl installations in the server. by default apache is using the default perl installation. What configurations do i need to change to use the perl that i have installed.

Re: [us...@httpd] https and http server with the same documentRoot + force to use https for some content and authenticate!

2010-09-15 Thread Eric Covener
> The pages in question need to be protected by an auth directive which I > presume needs to be in the .htaccess of the directory holding the pages. No, you can put these in your real Apache configuration enclosed in and , which lets you limit them to the SSL or non-SSL vhost. -- Eric Covener

Re: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Eric Covener
On Wed, Sep 15, 2010 at 8:06 AM, Tushar Chavan wrote: > Hi Serge, > > You are right. Portal was doing re-direct to apache server.Now I removed it. > > Now problem when I remove proxymapping ( i. e re-direction ) from portal, I > can not retain host of apache in the url. > > e.g when I  hit https:/

RE: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Serge, You are right. Portal was doing re-direct to apache server.Now I removed it. Now problem when I remove proxymapping ( i. e re-direction ) from portal, I can not retain host of apache in the url. e.g when I hit https://apache_server_name:443/irj , it will take me to https:/

[us...@httpd] https and http server with the same documentRoot + force to use https for some content and authenticate!

2010-09-15 Thread sattlite Installer
I have an 2.2 apache server with just 2 virtual servers, one for http and one for https. The document root for the 2 is the same. I now need to force users to use https for some parts of the site/tree as these will use auth directives in .htaccess files. However, I cannot figure out how to

[us...@httpd] Issue with cookie recognition with comma as delimiter

2010-09-15 Thread Uk Gannavarapu
Hi,   I am sending the cookie back to web server (appache 2 . 2 ) ; it is not getting recognized. Context: I'm trying to send a cookie back to webserver (as it is required for few validations) as obtained from previous response, the cookie is not getting recognized. The cookie preparation to set

RE: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Serge, #enable reverse-proxying ProxyVia on ProxyTimeout 600 # #disable forward-proxying ProxyRequests Off # #proxy /irj both ways ProxyPass/irj https://SAP Web Dispatcher host:1443/irj ProxyPassReverse /irj https://Apache_server_host:443/irj Best Regards, T

Re: [us...@httpd] Re: Problem with mode_expires module

2010-09-15 Thread J. Greenlees
Vijay Shanker Dubey wrote: I am very Sorry joost; I will take care of that next time alway, Regards, Vijay Shanker Dubey ~snip~ when a resource is cached for the 1 year, it should not be asked for again till the time it is not expired. Is this right? This is usually configurable in the bro

Re: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Serge Fonville
> Hi Experts, > > Below is our scenario. > > Web Browser -->Apapche server --->SAP WEB Dispatcher > -->SAP Portal > > Web browser to Apache server ( HTTPS flow ) ->then from Apache server to > SAP Web Dispatcher ( HTTPS ) >then SAP WEB Dispatcher  to SAP Portal ( > H

[us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Experts, Below is our scenario. Web Browser -->Apapche server --->SAP WEB Dispatcher -->SAP Portal Web browser to Apache server ( HTTPS flow ) ->then from Apache server to SAP Web Dispatcher ( HTTPS ) >then SAP WEB Dispatcher to SAP Portal ( HTTP

Re: [us...@httpd] Re: Problem with mode_expires module

2010-09-15 Thread Vijay Shanker Dubey
I am very Sorry joost; I will take care of that next time alway, Regards, Vijay Shanker Dubey On Wed, Sep 15, 2010 at 3:00 PM, Joost de Heer wrote: > On Wed, September 15, 2010 11:17, Vijay Shanker Dubey wrote: > > Please don't use HTML formatting in your mails, the yellow background is > virt

Re: [us...@httpd] Re: Problem with mode_expires module

2010-09-15 Thread Joost de Heer
On Wed, September 15, 2010 11:17, Vijay Shanker Dubey wrote: Please don't use HTML formatting in your mails, the yellow background is virtually unreadable on my screen. > That look like okay for me as with status code 304, there is no any > payload > in the http response, but again, what is the n

[us...@httpd] Re: Problem with mode_expires module

2010-09-15 Thread Vijay Shanker Dubey
One more finding, When caching is enabled for static files, following is the behavior of the apache server : - *For the first request to resource, * Apache server responds with HTTP status code 200 Log message 127.0.0.1 - - [15/Sep/2010:14:17:33 +0530] "GET /test.html HTTP/1.1" 200 367 "-" "Mozil

Re: [us...@httpd] LDAP authentication behind proxy?

2010-09-15 Thread Jon Hadley
On 15 Sep 2010, at 02:52, Eric Covener wrote: > You defined your trac wsgi stuff outside of the vhosts and the LDAP > authentication only in one vhost. Yes, I seemed to get a 'WSGIDaemonProcess' syntax error if the trac wsgi stuff was inside the second vhost > I'm guessing the "themeing proxy" i

[us...@httpd] Problem with mode_expires module

2010-09-15 Thread Vijay Shanker Dubey
I am trying to enable cache on my apahce web server. I am using following module for this purpose. LoadModule expires_module modules/mod_expires.so I have added following lines in my httpd.conf file to set set the expire settings on the documents. ExpiresActive On ExpiresDefault "access plus 1 y