[users@httpd] SSLFIPS flag in apache2

2011-05-26 Thread Petr Hracek
Dear users, sorry for bother you with thst issue but I have try to find out from which version is Directive SSLFIPS available in apache2. I have found in source code that SSLFIPS is available from apache2 2.2.17. Is this information correct? -- Best Regards / S pozdravem Petr Hracek ---

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 bu

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 f

[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 cli

[users@httpd] Worker configurations

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

[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: > > > DocumentRoot /home/foo/httpdocs > ServerName foo > > allow from all > Options +Indexes > > > > Sudden

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

2011-05-26 Thread Torsten Förtsch
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 the Apache httpd process to a non-httpd process > running on the same system as Apache httpd, thus transferring the > server response responsibility from Apac

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

2011-05-26 Thread Issac Goldstand
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: DocumentRoot /home/foo/httpdocs ServerName foo allow from all Options +Indexes Suddenly caused the following fatal startup error to be logged: [error] Serv

[users@httpd] Diferent proxies for root dir and sub-location

2011-05-26 Thread Juan Asensio Sánchez
Hi I am using mod_cluster to publish the applications deployed in JBoss. This is the configuration I am using: ErrorLog /var/log/httpd/default-error.log CustomLog /var/log/httpd/default-access.log combined ProxyPass / balancer://mycluster/ SetHandler mod_cluster-mana

[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 supp

[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 gath