Hello to all,
i need to view /server-status; problem is that my Apache is behind the
http proxy (nginx) and status page shows only IP of proxy, not the IP of
original host.
Is there any possibility to "patch" mod_status.c (or anything else?) to
be able to show X-Real-IP variable? (I pass X-
Depends on if you have KeepAlive turned On and the value of the
MaxKeepAliveRequests. Otherwise I guess the number of TCP
connections/sockets is limited by the OS i.e the number of file descriptors
per process.
Igor
On Mon, Mar 22, 2010 at 2:17 PM, Andreas <619forl...@web.de> wrote:
> Hi guys,
>
Hi guys,
I want to know how many TCP-connections apache allows at the same time
per default.
Is it the Max_Clients setting?
If I understand it correctly, it is not the Max_clients-setting because
a Client can have more than one TCP Connection..
THX
-
On Sun, Mar 21, 2010 at 1:16 PM, Gabriel Farrell wrote:
> I start apache using /usr/local/apache2/bin/apachectl start, and I get
> the output indicating it is using an older openssl.
maybe set LD_LIBRARY_PATH in /usr/local/apache2/bin/envvars to find
your openssl.
--
Eric Covener
cove...@gmail
Hello,
I want to allow multiple ssl certificates to served from the same IP
address. The SNI feature which exposes hostname early in a ssl http
request will allow NameBased virtual hosts even when using ssl.
I've successfully built the newest stable openssl ( 0.9.8m ) from
source and then built a