Hi,
Thanks for the quick response. I notice that you have added a comment in
bug 41743 saying it is a bug in prefork that does not affect worker. You
have also stated that it is fixed in trunk.
I have run a test using 2.3.10 alpha - the prefork still has the issue
and the worker does not have the
On Mon, Jan 24, 2011 at 8:17 PM, Andrew Punch
wrote:
> Hi,
>
> During the week I hit the situation described in 41743. A child process
> is connected to a client using a keepalive connection. A graceful
> restart (SIGUSR1) is issued. If the MaxKeepAliveRequests is high and the
> client is chatty t
Hi,
During the week I hit the situation described in 41743. A child process
is connected to a client using a keepalive connection. A graceful
restart (SIGUSR1) is issued. If the MaxKeepAliveRequests is high and the
client is chatty the child process will not exit until the client
disconnects.
Thi
On 1/24/11 9:38 AM, --[ UxBoD ]-- wrote:
- Original Message -
On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote:
Hi,
I have a reports directory I wish to secure and have created the
necessary .htaccess file:
Don't.
Just use the configuration file if you have access to it.
It will make life so
On Mon, Jan 24, 2011 at 12:16 PM, Tushar Chavan
wrote:
> Hi Experts,
> We have one Apache server ( apache1 ) with public ip & three web servers .
> ( www.srm.com , https://newsrm.com:5/irj , http://oldsrm.com:5/irj )
> All these three websites provide diff. content so I can not load balan
Hi Experts,
We have one Apache server ( apache1 ) with public ip & three web servers . (
www.srm.com , https://newsrm.com:5/irj , http://oldsrm.com:5/irj )
All these three websites provide diff. content so I can not load balance
between them.
Please let me know , how can we configure Ap
Hi All,
I am running Apache 2.2.17 on a Windows XP and repeatedly I get the
following message:
[notice] Parent: child process exited with status 3221225480 --
Restarting.
And Apache restarts.
What does status 3221225480 mean?
Wolfgang
> I do a similar thing, except I now always get wildcard certificates,
> eg for *.foobar.com. Then, I can host all foobar.com subdomains from
> one IP on SSL, no SNI support required neither in browser nor server.
> Wildcard certs can be a little bit more expensive..
Yes, a wildcard cert is the so
Thanks for the suggestion, but I have KeepAlive On, and it doesn't make a
difference.
Do you have any other suggestions?
John Newton
-Original Message-
From: Devraj Mukherjee [mailto:dev...@gmail.com]
Sent: Saturday, January 22, 2011 3:57 PM
To: users@httpd.apache.org
Subject: Re: [us
Hi Martin,
Thanks for the info. Guess I have some reading to do!
My Best!
Wolfgang
Wolfgang Miska
Executive Vice President
GEIGER of Austria, Inc.
38 Pond Lane
P.O. Box 728
Middlebury, VT 05753-0728
(802) 388-3156 (802) 388-9745 Fax
www.geigerofaustria.com
Martin Kuba
01/24/2011 04:13
Il giorno 24/gen/2011, alle ore 14:20, Eric Covener ha scritto:
>
> http://httpd.apache.org/dev/debugging.html#backtrace
>
> You can also see what files it has opens with e.g. lsof, though I'm
> not sure if that helps with php.
>
> --
> Eric Covener
> cove...@gmail.com
Thank you, I will read t
Il giorno 24/gen/2011, alle ore 13:32, Mark Watts ha scritto:
> Things to look at:
>
> - - Number of connections in state ESTABLISHED
> (netstat -aln | grep ESTABLISHED)
> - - Compare above with number of hits in your access.log
> - - Any errors in the error.log?
> - - PHP->Database connecti
On Mon, Jan 24, 2011 at 7:04 AM, Marco Aimar wrote:
> Hy,
> I'm use apache 2.2.2.
> Casually I find which some process use very high cpu.
> This is a "top"
>> 21213 wwwrun 20 0 297m 18m 4660 R 98 0.5 100:05.76 httpd2-prefork
>> 21149 wwwrun 20 0 297m 19m 5180 R 96 0.5 97:15.34
On Mon, Jan 24, 2011 at 1:53 AM, J. Bakshi wrote:
> Dear list,
>
> I have a .htaccess with authentication configuration located at the htdocs ,
> so all folders under htdocs need a username / password to be accessed. Now I
> need to allow connection from a specific IP and to a specific folder, s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/24/2011 12:04 PM, Marco Aimar wrote:
> Hy,
> I'm use apache 2.2.2.
> Casually I find which some process use very high cpu.
> This is a "top"
>> 21213 wwwrun20 0 297m 18m 4660 R 98 0.5 100:05.76 httpd2-prefork
>>
Hy,
I'm use apache 2.2.2.
Casually I find which some process use very high cpu.
This is a "top"
> 21213 wwwrun20 0 297m 18m 4660 R 98 0.5 100:05.76 httpd2-prefork
>
>
> 21149 wwwrun
On Mon, Jan 24, 2011 at 9:13 AM, Martin Kuba wrote:
> Hi Wolfgang,
>
> there is a chicken-and-egg problem with name-based virtual hosts
> and SSL. The SSL connection is established *before* HTTP communication,
> so the SSL server does not know what Host: HTTP header will be sent
> in the moment it
Hello.
FYI; If you want to use the following:
SSLUserName *SSL_CLIENT_S_DN_UID*
You need (equal to, or greater than) httpd-2.2.14.
See BUG https://issues.apache.org/bugzilla/show_bug.cgi?id=45107
I'm not sure why the BUG has been reopened - It works great, for me,
with httpd-2.2.14.
PS: Y
Tomas hello.
It works for me, I have the following:
httpd.conf:
AuthLDAPURL
"ldaps://:636/ou=internal,ou=People,o=group"
# Note the above is simpler than yours
# Note I don't use AuthzLDAPAuthoritative off
...
AuthLDAPBindDN "cn=asdf,...,o=group"
You can use mod_proxy_balancer to use both servers
Example:
BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
ProxyPass /test balancer://mycluster
More @ http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
2011/1/23 Jeroen Geilman :
> On 1/23/11 6:46 PM, Tus
Hi Wolfgang,
there is a chicken-and-egg problem with name-based virtual hosts
and SSL. The SSL connection is established *before* HTTP communication,
so the SSL server does not know what Host: HTTP header will be sent
in the moment it decides which SSL server certificate to send.
So for SSL HTTP
- Original Message -
> On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote:
> > Hi,
> >
> > I have a reports directory I wish to secure and have created the
> > necessary .htaccess file:
>
> Don't.
> Just use the configuration file if you have access to it.
>
> It will make life so much easier.
>
22 matches
Mail list logo