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