As a quick hack, I setup the normal vhost to have a certificate 1 (it
has to have one defined to even start after all) then patch
set_ssl_vhost() to load a different "ctx" certificate 2. I would leak
context like crazy, but as a quick proof-of-concept it would tell me if
it is feasible.
Tony Rice (trice) schrieb:
Is there another Log format available that shows more resolution than
seconds for time to serve a request? Perhaps in milliseconds?
Microseconds are given with %D from mod_log_config
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
.max
On Mon, 28 Jan 2008 16:54:32 -0500
"Mark H. Wood" <[EMAIL PROTECTED]> wrote:
> Is there some document I can read to help me understand the order in
> which configuration directives from different modules apply?
maybe you're looking for http://httpd.apache.org/docs/2.2/sections.html
> In this ins
Is there another Log format available that shows more resolution than
seconds for time to serve a request? Perhaps in milliseconds?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
Is there some document I can read to help me understand the order in
which configuration directives from different modules apply?
In this instance I wanted to know whether I could use Allow/Deny rules
before a request gets picked off and handed over to a servlet
container by mod_jk. There didn't
Hello,
AddType application/x-httpd-php .php
That's wrong. PHP is a handler, not a MIME type. That ugly hack
was required by Apache 1.0, but has been a nasty bogosity since
Apache 1.1 in 1996.
ah, I see. I started using it with my Apache 1.3.x config where it
worked fine and then kept it u
Hi!
Jérôme Etévé-2 wrote:
>
> I've got here exactly the same problem, but without any php modules. My
> server serves only static resources and It's flooded with reading state
> request sometime.
>
We've also got the same problem and as it seems the Apache foundation has
the same problem as w
On 17.01.08 19:59, Octavian Rasnita wrote:
> Ok, I understand that I could use ServerAlias for having 2 or more
> addresses for the same virtualhost, but I don't understand how I can't do
> what I want without redirecting.
>
> I want the url
> /maestro
>
> to be redirected to:
> /static/maestro
I just realised I actually meant to say:
SSLProxyCipherSuite NULL
Of course, of course... a horse is a horse.
-ascs
-Message d'origine-
De : Axel-Stephane SMORGRAV
Envoyé : lundi 28 janvier 2008 08:26
À : users@httpd.apache.org
Objet : RE: [EMAIL PROTECTED] A question on HTTPs protoco
On Mon, 28 Jan 2008 16:21:16 +0100
Marten Lehmann <[EMAIL PROTECTED]> wrote:
> Hello,
>
> using apache 2.2.4 we have these lines in our httpd.conf (among
> others of course):
>
> AddType application/x-httpd-php .php
That's wrong. PHP is a handler, not a MIME type. That ugly hack
was required
On Jan 28, 2008 10:21 AM, Marten Lehmann <[EMAIL PROTECTED]> wrote:
> Hello,
>
> using apache 2.2.4 we have these lines in our httpd.conf (among others
> of course):
>
> AddType application/x-httpd-php .php
> AddHandler server-parsed .html
>
> This works generally fine: .php files are executed by t
Marten,
Should be (Although not really a good thing)
AddType application/x-httpd-php .php .html
AJ
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for m
Hello,
using apache 2.2.4 we have these lines in our httpd.conf (among others
of course):
AddType application/x-httpd-php .php
AddHandler server-parsed .html
This works generally fine: .php files are executed by the php
interpreter and .html files processed by the SSI processor of apache.
The issue is solved. I needed to do some configuration in sw,conf
On 28/01/2008, anand nalya <[EMAIL PROTECTED]> wrote:
>
> Thanks for the quick response.
>
> These are the contents of xaccess_log.
>
>
14 matches
Mail list logo