Re: [EMAIL PROTECTED] TLS SNI with user certificates.

2008-01-28 Thread Jorgen Lundman
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.

Re: [EMAIL PROTECTED] %T time to serve log entry

2008-01-28 Thread Max Dittrich
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

Re: [EMAIL PROTECTED] Figuring out the order in which directives apply

2008-01-28 Thread Nick Kew
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

[EMAIL PROTECTED] %T time to serve log entry

2008-01-28 Thread Tony Rice (trice)
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

[EMAIL PROTECTED] Figuring out the order in which directives apply

2008-01-28 Thread Mark H. Wood
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

Re: [EMAIL PROTECTED] test.html.php shown as html not as php

2008-01-28 Thread Marten Lehmann
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

Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2008-01-28 Thread Christian Köberl
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

Re: [EMAIL PROTECTED] redirections

2008-01-28 Thread Matus UHLAR - fantomas
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

RE: [EMAIL PROTECTED] A question on HTTPs protocol

2008-01-28 Thread Axel-Stephane SMORGRAV
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

Re: [EMAIL PROTECTED] test.html.php shown as html not as php

2008-01-28 Thread Nick Kew
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

Re: [EMAIL PROTECTED] test.html.php shown as html not as php

2008-01-28 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] test.html.php shown as html not as php

2008-01-28 Thread AJ McKee
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

[EMAIL PROTECTED] test.html.php shown as html not as php

2008-01-28 Thread Marten Lehmann
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.

Re: [EMAIL PROTECTED] httpd 2.0.54 VHost not working

2008-01-28 Thread anand nalya
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. > >