[users@httpd] Disable huge SSL logs in case when LogLevel i sset to debugdebug

2011-05-26 Thread Petr Hracek
Dear users, I have try to find out how to set SSL logs from debug to info even when I have setup LogLevel to debug. My log /var/log/apache2/error.log contains as debug logs from the module as SSL logs and this is not readable well. Do you have any idea how to do that. May be SSL logs will be

[users@httpd] Socket transfer from Apache httpd to a non-httpd process

2011-05-26 Thread Henrik Strand
Hi, I would like to transfer the file/socket descriptor for a client connection from the Apache httpd process to a non-httpd process running on the same system as Apache httpd, thus transferring the server response responsibility from Apache httpd to the non-httpd process. Does Apache httpd

[users@httpd] Re: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Rainer Jung
On 26.05.2011 11:10, Issac Goldstand wrote: I just upgraded a machine from 2.2.8 to 2.2.19 and suddenly Apache wouldn't let me run non-SSL vhosts on port 443. A snippet like below: VirtualHost a.b.c.d:443 DocumentRoot /home/foo/httpdocs ServerName foo Directory /home/foo/httpdocs/ allow

[users@httpd] Worker configurations

2011-05-26 Thread Harsimranjit singh Kler
Hi i have following configurations: IfModule worker.c ServerLimit 60 StartServers 5 MaxClients 2500 MinSpareThreads 100 MaxSpareThreads 1000 ThreadsPerChild 50 MaxRequestsPerChild 0 /IfModule 1)Is this fine to handle 2000 to 2500 concurrent user? (.Not found any specific details to set these

[users@httpd] Apache2.2 issue

2011-05-26 Thread shalini jonnadula
Hi, Recently i have upgraded Apache 1.3 to Apache 2.2 on my Solaris box. version 2.2 is working fine but i have problem of Proxy Error and it is giving the reason as Reason: DNS lookup failure for: xyz.com Here is my problem senario. Apache is running on server with Apache 1.3 From solaris

Re: [users@httpd] Socket transfer from Apache httpd to a non-httpd process

2011-05-26 Thread Henrik Strand
Sorry. I forgot to mention that the implementation needs to be done in C. Best Regards, Henrik On Thu, 2011-05-26 at 11:13 +0200, Torsten Förtsch wrote: On Thursday, May 26, 2011 10:01:35 Henrik Strand wrote: I would like to transfer the file/socket descriptor for a client connection from

RE: [users@httpd] Apache2.2 issue

2011-05-26 Thread Ashwin Kesavan
Hi, My replies in line below From: shalini jonnadula [mailto:vasantha.shal...@gmail.com] Sent: Thursday, May 26, 2011 7:10 PM To: users@httpd.apache.org Subject: [users@httpd] Apache2.2 issue Hi, Recently i have upgraded Apache 1.3 to Apache 2.2 on my Solaris box. version 2.2 is working fine