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
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
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
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
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(
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
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
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
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,
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
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.
> 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
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:/
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:/
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
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
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
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
> 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
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
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
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
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
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
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
25 matches
Mail list logo