On 10/18/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
Thanks Joshua.
I am sorry I don't think I explain my question
clearly. my question is that under the condition I
listed below, will parent kill the children though
there are 10 connections on that child alive? or wait
till those connections
Thanks Joshua.
I am sorry I don't think I explain my question
clearly. my question is that under the condition I
listed below, will parent kill the children though
there are 10 connections on that child alive? or wait
till those connections gone?
Thx, Q.Xie
--- Joshua Slive <[EMAIL PROTECTED]>
I've upgraded my apache install and have a few instances of apache
running on the server. I did a chkconfig --add httpd for each of the
installs of Apache, each of the httpd calls have their own name (didn't
want to list them all) but when I restart the server I still have to
manually start eac
On 10/18/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
Yes. It's worker mpm. My concern is if the worker
configured as below,
MinSpareThreads 10
MaxSpareThreads 20
ThreadsPerChild 50
and in the case there are only 10 connections to that
child, but 40 threads are idle, which is over the
limit of
Yes. It's worker mpm. My concern is if the worker
configured as below,
MinSpareThreads 10
MaxSpareThreads 20
ThreadsPerChild 50
and in the case there are only 10 connections to that
child, but 40 threads are idle, which is over the
limit of MaxSpareThreads(20), will parent kill that
child in t
Thanks Joshua! I did mean worker.
Q.Xie
--- Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 10/18/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
> > My question may be silly but I'd like to know it.
> If
> > the number of Idle Threads is over the
> > MaxSpareThreads, how Apache parent clean those
>
On 10/18/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
The *obvious* solution is to use ErrorDocument, but that requires that
*some* of your webspace is publicly accessible. If you can't host the
ErrorDocument on the main server, can you host it on another server?
(remember, you can use "http://some
Thanks Owen.
On 10/18/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Devraj Mukherjee [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 18, 2006 6:29 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Custom error page 401 for reverse proxy
>
> Hi eve
On 10/18/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
My question may be silly but I'd like to know it. If
the number of Idle Threads is over the
MaxSpareThreads, how Apache parent clean those extra
threads? clean the threads or kill the children?
Depends on the mpm. In worker, the number of
On 10/18/06, stupidmail4me <[EMAIL PROTECTED]> wrote:
What's the easiest way to redirect people so that they
go to www.
IE, they type in foo.com and they automatically get
redirected to www.foo.com. How can you ensure that the
www part is there?
See:
http://httpd.apache.org/docs/1.3/misc/FAQ.h
After googling for a while I came to know that some configuration changes
need to be made to the server.xml file for the subdomains to work.
So, I changed the server.xml as follows. Can you please tell me if I did it
the right way??
Thanks,
Joe.
I’m having some issues with apache2.
I get the following error when I try installing on Windows XP
Syntax error on line 957 of
C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Invalid LoadModule path
D:/php/sapi/php4apache2.dll
Note the errors or messages above,
and press
Hi All,
Probably this could be the most asked question. I have tried a few things
and they haven't worked out. So here I am, asking your help.
Environment:
Windows XP; Apache 2/Tomcat 5/mod_jk;
Apache Installation Directory: c:\Apache
Tomcat Installation Directory: c:\Tomcat
httpd.conf file
My question may be silly but I'd like to know it. If
the number of Idle Threads is over the
MaxSpareThreads, how Apache parent clean those extra
threads? clean the threads or kill the children?
Thx, Q.Xie
__
Do You Yahoo!?
Tired of spam? Yahoo! M
At 01:51 PM 10/18/2006, you wrote:
What's the easiest way to redirect people so that they
go to www.
IE, they type in foo.com and they automatically get
redirected to www.foo.com. How can you ensure that the
www part is there?
You could have your DNS provider alias @ to www... unless I'm missi
What's the easiest way to redirect people so that they
go to www.
IE, they type in foo.com and they automatically get
redirected to www.foo.com. How can you ensure that the
www part is there?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the bes
Thanks, sorry about the problems. I did do a Google search,
found some possibilities, but was wonder if there was something
better than what I found, maybe something that could run locally.
Thanks and sorry for the inconvenience.
-Original Message-
From: Matus UHLAR - fantomas [mailto:[E
On 18.10.06 11:37, Douglas B. Jones wrote:
> Not sure if this is proper to post here, but I think these
> might be some of the most knowledgeable people along this line.
It sure does not belong here. Even into this mailing list, even into thread
you posted it into (do never reply old message when
I have a Windows 2003 server running HTTPD 2.0.59 with SVN 1.4 DAV and
I'm having trouble getting the server to shutdown cleanly. When I tell
the service to shutdown, it seems to initiate shutdown correctly; the
debug log says all the threads exit and the PID file is removed and then
it blows up. I
Hi,
We're running Apache 2.0.55 on Solaris 9, and we are seeing a number of
"[error]" and "[warn]" messages in the error_log file. The error msgs occur
occasionally, but the warn msgs are output quite frequently.
The error msgs say:
[error] [client AAA.BBB.CCC.DDD] (45) Deadlock situation det
hey Joshua,
Thanks for the pointing that outI have to make sure to read the httpd docs really slowly next time around. Also i fixed the issue of it not accepting my password,
i needed AuthzLDAPAuthoritative off instead of AuthLDAPAuthoritative off
thanks and cheers
We will just have to agree to disagree. Over many releases of Apache I've never seen a looping or hung CGI sent a SIGTERM. I've even asked in this group how that could be achieved, only to be told that it cannot be done, using facilities within apache alone.
On 17/10/06, Ravi Menon <[EMAIL PROTECTE
On 10/18/06, Ramesh Patel <[EMAIL PROTECTED]> wrote:
thanks joshua...
its weird how it worked for me on the FC2 box without that statement and
also the
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
does not indicate anything about AuthBasicProvider.
Check the line: "When using mod_
thanks joshua...
its weird how it worked for me on the FC2 box without that statement and also the http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html does not indicate anything about AuthBasicProvider. I added the line above but it keeps denying my username and password. Any ideas?
Has anyone done any performance comparison between Computer Associates Secure Proxy Server vs Apache Reverse Proxy regarding proxying content and the latency added per request.
I am hoping for some hard facts on this to help with a current project that is looking to replace the CA product. From
On 10/18/06, Ramesh Patel <[EMAIL PROTECTED]> wrote:
[Tue Oct 17 11:54:42 2006] [crit] [client ] configuration error:
couldn't check user. No user file?: /
You need:
AuthBasicProvider ldap
Joshua.
-
The official Us
hello
I have the following in my httpd.conf file for a paritcular virtual host for ldap authentication via my domain controller
I have modified the username and password for security reasons
AuthName "Protected Site" AuthType Basic
AuthLDAPURL ldap://xxx.xxx.xxx:389/c
Not sure if this is proper to post here, but I think these
might be some of the most knowledgeable people along this line.
Is there a good program for checking broken links? Preferably
free, but one that cost can be considered. Thanks!
---
Hi,
I have a question regarding whether something can be done or not using
Apache 2.2.
I am giving a very simple scenario and if necessary I can go into more
details later. I don't wish to be verbose at the very outset.
Let's say httpd is running as a reverse proxy server. It receives a
r
On 10/18/06, Norman Khine <[EMAIL PROTECTED]> wrote:
The problem is that the if I add the:
RewriteMaphosts-deny txt:/home/user/apache/hosts.deny
RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR]
RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND
Re
Joshua Slive wrote:
> On 10/17/06, Norman Khine <[EMAIL PROTECTED]> wrote:
>> hello again,
>> i have the following rewrite rule,
>>
>>
>> ServerName domain.tld
>> ServerAlias www.domain.tld
>> RewriteEngine On
>> RewriteMaphosts-deny txt:/home/user/apache/hosts.deny
>> RewriteCond
> -Original Message-
> From: Foster, Stephen (ASPIRE) [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 18, 2006 3:45 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] re-write rules
>
> hi there,
>
> yes i meant HTTPS ..sorry...
>
> Requests that do work:
>
> a:
hi there,
yes i meant HTTPS ..sorry...
Requests that do work:
a: http://your.domain.com -> re-directs to https://your.domain.com/home
b: http://your.domain.com/heartbeat/heartbeat.htm -> returns file to browser
with 200 code
c: http://your.domain.com/server-status -> returns server-status to b
> -Original Message-
> From: Foster, Stephen (ASPIRE) [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 18, 2006 3:18 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] re-write rules
>
> hi there,
>
> i am having a slight issue with re-write rules, i have it
> setup so tha
hi there,
i am having a slight issue with re-write rules, i have it setup so that any
requests that are not HTTP get re-sent to HTTPS. However if i connect using
https://your.domain.com or https://your.domain.com/ i get a page not found, so
i need to be able to catch that its https but that the
On 10/18/06, Cabbar Duzayak <[EMAIL PROTECTED]> wrote:
Hi,
I have an apache server which has about 20 virtual hosts, and for some
reason the cpu usage goes really high during sometimes, and I can see
the apache process that is causing it, but not sure by which
particular virtual host this load w
Latest update: we were getting 160 requests per second.
-Original Message-
From: Sai Jai Ganesh Gurubaran
Sent: Wednesday, October 18, 2006 4:54 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] urgent- ideal config setting reqd
One correction: it is a forward proxy :)
-
One correction: it is a forward proxy :)
-Original Message-
From: Sai Jai Ganesh Gurubaran
Sent: Wednesday, October 18, 2006 4:45 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] urgent- ideal config setting reqd
Hi All,
We were using Apache 2.0.50 as a reverse proxy on L
Hi All,
We were using Apache 2.0.50 as a reverse proxy on Linux (RHEL 4),
compiled in Worker model.
We see that within an hour, the system enters in to swap, whereas CPU is 92%
free.
The load on the machine we are not able to calculate, but 'netstat' on port
8080 gives 3000 - 5000 connec
39 matches
Mail list logo