Hi
We have an apache server that load balances two types of applications
across different stacks of tomcats.
We have a tomcat stack for requests that processes very quickly, lets
call this stack A and a tomcat stack for slower running
request(different type of application) named stack B.
We limi
gerhardus.geldenh...@gta-travel.com wrote:
[...]
Not a real answer to your question, just some data.
VirtualHost's will use the same pool of Apache threads/children.
A VirtualHost is only a different "personality" that one Apache
thread/child assumes temporarily to handle a request, depending on
> -Original Message-
> From: André Warnier [mailto:a...@ice-sa.com]
> Sent: 02 January 2009 10:00
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] Isolating slow and fast connections using
> apache/modjk
>
> gerhardus.geldenh...@gta-travel.com wrote:
> [...]
> Not a real answer to
Hi Apache folks,
I am trying to compile Apache-2.2.11 on Windows-XP using VC7.1 in a Cygwin
shell which was priorly passing (compiling sucessfully) with Apache-2.2.9.
(I actually have these steps embedded as a part of my shell script)
The compilation didn't go through fine for Apache-2.2.11 with
Hi Apache folks,
I am trying to compile Apache-2.2.11 on Windows-XP using VC7.1 in a Cygwin
shell which was priorly passing (compiling sucessfully) with Apache-2.2.9.
(I actually have these steps embedded as a part of my shell script)
The compilation didn't go through fine for Apache-2.2.11 wit
gerhardus.geldenh...@gta-travel.com wrote:
[...]
I am not a specialist in high-throughput Apache/Tomcat configurations,
but just some basic data :
First, I think that other people on this list more qualified than I am,
will tell you to set up a test configuration, try it out by simulating
the
unsubscribe
-
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:
xPostings wrote:
>
> I really don't know if it's only a config problem on my side or
> if it's a change from apache 2.2.8 to 2.2.11:
> How can I compile httpd WITHOUT any linkings to libssl and libz
> (that means compile it into httpd). Also the httpd 2.2.8 is bigger
> in filesize than 2.2.11 (bac
Tamer Embaby wrote:
> Vinay,
>
> You should use:
>
> $ export CFLAGS="-m32"
>
> Then continue with the ./configure and Apache compilation
> as usual.
You might discover autoconf is broken with that advice, if so just
use CC="gcc -m32" instead, which will ensure all autoconf tests in
./configure
sathya sai wrote:
>
> By looking at the difference in the source tree between Apache-2.2.9 &
> Apache-2.2.11, I could see that "*.mak" & ".dep" are removed from the
> latest source tree of Apache-2.2.11 & thus causing the problem.
nope - .mak/.dep files are added to the httpd-2.2.x-win32-src.zip
As the bottom of every message says:
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
At 06:15 AM 1/2/2009, you wrote:
unsubscribe
-
Hi,
Can anyone help me on following queries :
1) How to find the existing apache web server mode? (running command 'file
httpd' from Apache -> bin will give the mode. Is it correct?)
2) If we install Apache web server 2.2 on 64 bit RHEL5.2, what will be its mode
by default i.e., default insta
On Fri, Jan 2, 2009 at 11:44 AM, Vinay Purohit wrote:
> 1) How to find the existing apache web server mode? (running command 'file
> httpd' from Apache -> bin will give the mode. Is it correct?)
Yes -- Or, find apachectl or httpd and run -V|grep Architecture
> 2) If we install Apache web serve
Hi Vinay,
- Original Message -
From: "Vinay Purohit"
To: users@httpd.apache.org
Sent: Friday, January 2, 2009 10:44:09 AM GMT -06:00 US/Canada Central
Subject: [us...@httpd] 32 bit Apache2.2.11 on 64 bit RHEL5.2
>1) How to find the existing apache web server mode? (running command 'f
When I shut down apache via apachectl top, it gives me this error
/usr/local/apache2/bin/apachectl: line 77: 5034 Segmentation fault
$HTTPD -k $ARGV
the log reports
[Fri Jan 02 10:28:51 2009] [notice] seg fault or similar nasty error
detected in the parent process
If I take mod_dbd and mod_aut
I have a server with several hundred directories, each password protected
against their own database. I added a file, httpd-auth.conf in conf/extra
that I include from httpd.conf. This file has many entries that look like
this:
AuthType Basic
AuthName "Z-TEC International, Inc.:
Hey all,
Here's what I'm trying to achieve. I have a tomcat application deployed on
another server and have configured apache to proxy to it using mod_jk.
Works great. So, if I go to http://huskar/ apache reads through, does some
rewrites and sends me to http://huskar/clearspace/index.jspa (w
17 matches
Mail list logo