Re: [users@httpd] Does Apache HTTPD support .PFX format

2023-09-13 Thread Frank Gingras
httpd will generally support what openssl supports on linux; when using windows, it would depend on how it was compiled. That being said, you can try with SSLCertificateFile and SSLPassPhraseDialog and report back. On Wed, Sep 13, 2023 at 3:14 PM Santosh Kondapuram wrote: > Hi, > > > > We are r

[users@httpd] Does Apache HTTPD support .PFX format

2023-09-13 Thread Santosh Kondapuram
Hi, We are running Apache HTTPD 2.4.x web server on top of WebLogic application server to proxy the requests. In general we extract SSL certificate and Private key out of a .PFX file and configure the server parameters accordingly. So instead of extracting the files is it possible to configure the

Re: [users@httpd] How do I choose the best settings for the Apache Server?

2023-09-13 Thread Francois Gingras
You'll want to make sure you're using the event mpm, in any case. It should run well under 500MB even with thousands of workers. If php or another dynamic language is involved, then the answer will depend on what you use. You should also consider if other services use RAM, such as a rdbms. On We

[users@httpd] How do I choose the best settings for the Apache Server?

2023-09-13 Thread Jason Long
Hello, My server has 6 GB RAM and 4 virtual CPUs. I want to know How can I change the following settings for better performance? Timeout 45 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15     StartServers                 3     MinSpareServers         3     MaxSpareServers        3