RE: [EMAIL PROTECTED] ECDSA Certificate use in mod_ssl

2007-04-08 Thread Takurou Saitou
Hi, Thank you for your reply Sander Temme > -Original Message- > From: Sander Temme [mailto:[EMAIL PROTECTED] > > Takurou, > > On Apr 6, 2007, at 12:59 AM, Takurou Saitou wrote: > > > The use of CipherSuite of ECDSA is already enabled in OpenSSL, > > but will there be a plan to support in

[EMAIL PROTECTED] Is SSLProxyMachineCertificateFile read in at start or usage?

2007-04-08 Thread sebastian nielsen
- Im using Apache 2.2.4 with mod_so compiled in - When is the file specified in SSLProxyMachineCertificateFile being read in? At apache start, or when it needs a certificate in that file? The reason of Im asking this, is because Im setting up a Apache SSL proxy, to be able to virus scan SSL tr

Re: [EMAIL PROTECTED] configuration problem

2007-04-08 Thread Eric Covener
On 4/8/07, Nitin Dubey <[EMAIL PROTECTED]> wrote: I want to deny access to *.jsp pages under any folder through my virtual host. Gone through the regex patterns for , , and but there is no good help that I can refer for creating these regex. Unless these JSPs are served directly out of the f

[EMAIL PROTECTED] Re: Debugging mod_proxy for performance

2007-04-08 Thread paul
Nilesh Bansal schrieb: > Hi Alexey, > > Thanks for your response. Yes I know there is someting wrong, and I > need to find out what. I have tried both v2.2.3 and 2.2.4 of httpd. > All options in config file were left to their default values, and I > have only added two virtual hosts and few mod_pr

Re: [EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Nilesh Bansal
Hi Alexey, Thanks for your response. Yes I know there is someting wrong, and I need to find out what. I have tried both v2.2.3 and 2.2.4 of httpd. All options in config file were left to their default values, and I have only added two virtual hosts and few mod_proxy rules. We are running httpd on

Re: [EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Alexey Polyakov
On 4/8/07, Nilesh Bansal <[EMAIL PROTECTED]> wrote: We have a Apache httpd running with mod_proxy in front of a Tomcat server. We have noticed that httpd is slower than expected. After enabling logging of time-to-serve in both Tomcat and httpd, it turns out that while Tomcat can serve each reque

[EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Nilesh Bansal
Hi all, We have a Apache httpd running with mod_proxy in front of a Tomcat server. We have noticed that httpd is slower than expected. After enabling logging of time-to-serve in both Tomcat and httpd, it turns out that while Tomcat can serve each request in less than a second, httpd in many cases

Re: [EMAIL PROTECTED] Help ! Optimize Apache2 and PHP

2007-04-08 Thread Alejandro Decchi
Thank you very Much for your reply Sander Temme On 4/8/07, Sander Temme <[EMAIL PROTECTED]> wrote: Hi Alex, On Apr 8, 2007, at 10:17 AM, Alejandro Decchi wrote: > I need to optimize my Apache and my PHP and Mysql. Now my apache > uses 90 % of CPU when i run a query by the apliaction webpage.B

Re: [EMAIL PROTECTED] Help ! Optimize Apache2 and PHP

2007-04-08 Thread Sander Temme
Hi Alex, On Apr 8, 2007, at 10:17 AM, Alejandro Decchi wrote: I need to optimize my Apache and my PHP and Mysql. Now my apache uses 90 % of CPU when i run a query by the apliaction webpage.But when i make the same query by mysql command it is very fastest. Why my apache use 90% of CPU when

[EMAIL PROTECTED] Help ! Optimize Apache2 and PHP

2007-04-08 Thread Alejandro Decchi
Hello everybody! I need to optimize my Apache and my PHP and Mysql. Now my apache uses 90 % of CPU when i run a query by the apliaction webpage.But when i make the same query by mysql command it is very fastest. Why my apache use 90% of CPU when i run a query by my webpage ?? Someone can help me?

Re: [EMAIL PROTECTED] ust upgraded from 2.0 to 2.2 and keep getting this error message

2007-04-08 Thread Sander Temme
On Mar 28, 2007, at 4:38 AM, [EMAIL PROTECTED] wrote: httpd.exe: Syntax error on line 134 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:API module structure `access_module' in file C:/Program Files/Apache Software Foundation/Apache2.2/modules/ mod_access.so is gar

[EMAIL PROTECTED] configuration problem

2007-04-08 Thread Nitin Dubey
Hello, I want to deny access to *.jsp pages under any folder through my virtual host. Gone through the regex patterns for , , and but there is no good help that I can refer for creating these regex. can anyone tell me which tags should I use. If you can give me the exact configuration t