> But what I would like to do is to re-compile Apache so that it includes the
> library into the standalone program.
> How is that possible?
>
libgcc_s is a special case, so you probably want to use the libgcc_s
specific info for static usage.
-
Hi all,
I'm Santiago from Paris, France, new subscriber to this mailing list.
Hope I will be of some help even though I just completed today my very
first compilation of Apache HTTP from source.
So as I said, I just compiled Apache HTTP from source.
It's working fine so I'm very happy and proud.
On Fri, Mar 1, 2013 at 2:13 PM, Crne We wrote:
> why the heck some of the essential headers present in the request are null
> when being processed in a custom apache module/hook function?
Which ones are missing, and which ones are "essential"? Did the
client actually send them? What hook are yo
At 11:13 AM 3/1/2013 -0800, Crne We wrote:
why the heck some of the essential headers present in the request are null
when being processed in a custom apache module/hook function?
Perhaps because you coding skills are at the same level as your societal
skills writing to this list for assistanc
why the heck some of the essential headers present in the request are null when
being processed in a custom apache module/hook function?
if this list is dead, is there another list dedicated for apache module
developers?
I'm testing a client authentication using:
SSLCACertificateFile /path/to/pemfile.pem
SSLVerifyClient require
SSLVerifyDepth 2
SSLOptions +StdEnvVars +ExportCertData
SSLRequire %{SSL_CLIENT_I_DN} eq "/C=US/O=acme/OU=acme/CN=acme"
/LocationMatch>
I should use two
Hi,
I have recently switch to apache 2.4. I am running it on a somewhat
under powered system with only 1 GB of ram. I would like to get
better performance from this system and I am wondering what else I
can do?
This is what my httpd-mpm.conf looks like:
StartServers 5
Hi,
I've configured a reverse proxy with two workers with lbmethod=bybusyness
Given that the back-end servers are supporting only one single
connection concurrently I've configured each member with max=1
Now in a first connection to the server, I send a request to a resource
that is going to t
> Maybe I should ask a more distinct question first:
>
> When we use "apachectl graceful", is the expected functionality that apache
> does not ask for pass-phrases again? Presumably because it has the decrypted
> keys already in memory? Or, does apache restart they key loading process all
>
Hi Edward,
The issue is now resolved after importing the correct intermediate certs.
Their test steps were having some issue. Now all works fine.
Thanks for your help.
With Best Regards,
Bijayant Kumar
On Wed, Feb 27, 2013 at 2:23 AM, Edward Quick wrote:
> Ok, I guess your job is to show that
Hi all,
I've been trying digest authentication for a while now and just noticed
a strange behavior when working on cluster.
Actually I've 2 apaches behind a load balancer (so serving same domain),
and I noticed that an authentication sent to apache A is valid when sent
on apache B.
Let me e
11 matches
Mail list logo