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
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
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
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
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
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
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
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
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
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
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?
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_
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
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
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
##
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
> >
> >
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
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
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
19 matches
Mail list logo