Re: [EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Alexey Polyakov
seconds for such small requests on modern hardware. -- Alexey Polyakov - 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-mai

Re: [EMAIL PROTECTED] how to comment out a large section in httpd.conf?

2006-10-04 Thread Alexey Polyakov
the block you're commenting out, it will terminate "comment". -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-28 Thread Alexey Polyakov
ousands of idle connections without wasting too much resources. -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Alexey Polyakov
On 5/11/06, Billy Nab <[EMAIL PROTECTED]> wrote: Unfortunately, in some OEM installs the config.nice does not exist. At least I could not find it on a recent OEM install of RHEL/4. For RHEL4 you can just install SRPM, and check spec file to determine build configuration. -- Alexey Po

Re: [EMAIL PROTECTED] Is per file configuration easily possible?

2006-04-21 Thread Alexey Polyakov
On 4/21/06, S.Hayles <[EMAIL PROTECTED]> wrote: > Thanks, I hadn't considered that. Not possible in .htaccess files, of > course. Well, you always have mod_rewrite as a last resort. But if you're able to put stuff in httpd.conf, it's always better, cause it gives bett

Re: [EMAIL PROTECTED] Is per file configuration easily possible?

2006-04-21 Thread Alexey Polyakov
On 4/20/06, Hayles, S. <[EMAIL PROTECTED]> wrote: > Is there any better way to associate configuration with a single file? ... looks like a better solution. -- Alexey Polyakov - The official User-To-User support for

Re: [EMAIL PROTECTED] content of httpd.conf file

2006-04-21 Thread Alexey Polyakov
e httpd opens log files as root (before forking children and changing uid). -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-17 Thread Alexey Polyakov
On 4/17/06, Jennifer Lai <[EMAIL PROTECTED]> wrote: >Setting libdir to /usr/lib64 during configuration step didn't fixed > the problem.include /etc/ld.so.conf.d/*.conf Symlinking works well: ln -f -s /usr/lib64/libexpat.so /usr/lib/libexpat.so -

Re: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread Alexey Polyakov
e doesn't support DAV capabilities, it's an external module, am I wrong here? -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread Alexey Polyakov
t; from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache

Re: [EMAIL PROTECTED] Apache performance figures on 2.4.19 kernel

2006-04-11 Thread Alexey Polyakov
ay, for creating more threads, look into thread stack size option, you'll need to lower it value to be able to launch more threads. However you may be breaking POSIX standard on thread stack size, and get into problems (core d

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable "dummy internal connection" requests?

2006-03-21 Thread Alexey Polyakov
On 3/21/06, Robert Ionescu <[EMAIL PROTECTED]> wrote: > Changing the MPM from prefork to worker will solve this "problem", too. I tried using it, but unfortunately my mod_perl filters do memory leaks when running in worker MPM. :(

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable "dummy internal connection" requests?

2006-03-19 Thread Alexey Polyakov
a complete waste of resources (not to mention havoc in logs). Do you know if downgrading Apache to version 2.0 will solve the problem? On 3/20/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 3/19/06, Alexey Polyakov <[EMAIL PROTECTED]> wrote: > > Hi! > > I'm usi

[EMAIL PROTECTED] Apache 2.2 - how to disable "dummy internal connection" requests?

2006-03-19 Thread Alexey Polyakov
Hi! I'm using Apache 2.2, and it makes a lot of "dummy internal connection" requests. Is there a way to disable this? -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Pr