Re: [us...@httpd] Connections hanging...

2010-05-21 Thread Tony Anecito
Thanks Igor, So are you saying the server size socket is no longer open? I had 2 concerns: 1. Server sockets are not available on the server side for 30 seconds 2. Client side sockets are still not available. Sounds like #2 might be true is true but what about #1? Thanks, -Tony - Original

Re: [us...@httpd] mod_rewrite/mod_ssl questions

2010-05-21 Thread Reinhard Vicinus
Hi, the problem is that if a site which shouldn't be served by https is called by http your first rewriterule sets ps:https but the first rewriterule after #[2] isn't used because HTTPS is not on. I think you can also have your desired effect much more easier like this: #[1] all /user, /subs

[us...@httpd] mod_rewrite/mod_ssl questions

2010-05-21 Thread Beto Limoun
Hello group, I am working on the mod_ssl configuration on a website and trying to achieve following: When a user accesses a page posting sensitive data to the server, the page should be accessed in httpS mode. What I am doing to achieve this is that I have a set of rewrite rules that will match

Re: [us...@httpd] Connections hanging...

2010-05-21 Thread Igor Galić
- "Tony Anecito" wrote: > Hi All, > > When load testing against a system that uses Apache we notice an > extra-ordinary issue where we had quite a few connections. While not > unexpected we were concerned. I ran a manual test against Apache and > discovered sometimes connections would last

Re: [us...@httpd] server configuration for 5000 hits per second

2010-05-21 Thread Igor Galić
- "Reber Simon" wrote: > Dear all, > > We have a web application with about 5000 hits per second. > The apache server is running on Red Hat AS 4.x with version 2.0.52 and > prefork MPM. 2.2 with worker MPM should be well able to deliever substantially better performance, do you have to use

Re: [us...@httpd] Re: Virtual Directory tree for ftp access

2010-05-21 Thread bma srcds
awesome,so simple I am upset with myself for not trying it. I've tried creating url links, lnk links, nothing worked, can't believe I never thought of it. Seems to work a treat, must remember to add new directories though, would be nice for it to happen automatically. On Fri, May 21, 2010 at 4:50

[us...@httpd] server configuration for 5000 hits per second

2010-05-21 Thread Reber Simon
Dear all, We have a web application with about 5000 hits per second. The apache server is running on Red Hat AS 4.x with version 2.0.52 and prefork MPM. The question I have is, how I should configure prefork to manage this amount of requests. I had something like that in mind: StartServer

Re: [us...@httpd] webdav : digest authentication

2010-05-21 Thread Clément Février
Le 21/05/2010 19:20, Eric Covener a écrit : 2010/5/21 Clément Février: Le 21/05/2010 18:40, Eric Covener a écrit : [Thu May 20 18:49:02 2010] [error] [client 127.0.0.1] GROUP: clement not in required group(s). sounds like a non-standard module generating this. What do you mean ? I didn't a

Re: [us...@httpd] webdav : digest authentication

2010-05-21 Thread Eric Covener
2010/5/21 Clément Février : > Le 21/05/2010 18:40, Eric Covener a écrit : >>> >>> [Thu May 20 18:49:02 2010] [error] [client 127.0.0.1] GROUP: clement not >>> in >>> required group(s). >> >> sounds like a non-standard module generating this. >> > What do you mean ? I didn't add a mods manually. I e

Re: [us...@httpd] webdav : digest authentication

2010-05-21 Thread Clément Février
Le 21/05/2010 18:40, Eric Covener a écrit : [Thu May 20 18:49:02 2010] [error] [client 127.0.0.1] GROUP: clement not in required group(s). sounds like a non-standard module generating this. What do you mean ? I didn't add a mods manually. I enabled all mods by the command line a2enmod. If i

Re: [us...@httpd] webdav : digest authentication

2010-05-21 Thread Eric Covener
> [Thu May 20 18:49:02 2010] [error] [client 127.0.0.1] GROUP: clement not in > required group(s). sounds like a non-standard module generating this. -- Eric Covener cove...@gmail.com - The official User-To-User support forum o

[us...@httpd] webdav : digest authentication

2010-05-21 Thread Clément Février
Hello, I already asked my question here, but no one replied me. I try to do a webdav on my server but it doesn't work. I'm using the digest authentication. cadaver http://www.forumanalogue.fr/webdav/ Authentication required for webdav on server `www.forumanalogue.fr': Username: clement Passwor

[us...@httpd] Connections hanging...

2010-05-21 Thread Tony Anecito
Hi All, When load testing against a system that uses Apache we notice an extra-ordinary issue where we had quite a few connections. While not unexpected we were concerned. I ran a manual test against Apache and discovered sometimes connections would last exactly 30 seconds when closing them whi

Re: [us...@httpd] Re: Virtual Directory tree for ftp access

2010-05-21 Thread Jorge Schrauwen
Have you tried creating an empty directory called movies? All I can think of. Jorge On Fri, May 21, 2010 at 5:29 PM, bma srcds wrote: > Hi. > > I have not heard anything on this yet, anyone ot any ideas? Would rewrite > offer a solution? > > Thanks > > On Fri, Apr 30, 2010 at 4:54 PM, Stuart K

[us...@httpd] Re: Virtual Directory tree for ftp access

2010-05-21 Thread bma srcds
Hi. I have not heard anything on this yet, anyone ot any ideas? Would rewrite offer a solution? Thanks On Fri, Apr 30, 2010 at 4:54 PM, Stuart Kenworthy wrote: > OS – Windows XP SP3 > > Apache httpd version - 2.2.14 > > Mod_ftp version - 0.9.7 > > > > I am currently running an apache http web

[us...@httpd] SSL protocol limits ignored?

2010-05-21 Thread Dennis J.
Hi, I've noticed that my Apache server seems to accept SSLv2 connections even though they are supposed to be disabled. From the mod_ssl.conf: # SSL Protocol support: # List the enable protocol levels with which clients will be able to # connect. Disable SSLv2 access by default: SSLProtocol a

[us...@httpd] Multi domain certificate and named virtual hosts

2010-05-21 Thread Chris Johnson
Hi. I really need to talk to someone offline who has multi domain certificates and named virtual hosts configured, up and running please. I'm using CentOS 4.7 and 5.4 with Apache 2.x. Help greatly appreciated. ---

Re: [us...@httpd] apache hanging whole system

2010-05-21 Thread Peter Halicky
Hi everyone, the problem now seems to be solved - it turned out that it was not a problem of apache, or php or mysql. The problem was that the hypervisor where I run the VM with apache started swapping to disk... I killed some unnecessary VMs and now I haven't seen this problem happen again. Anyw