Re: [users@httpd] Re: ssl-vhost-mixing issue

2011-02-22 Thread Hajo Locke
See https://issues.apache.org/bugzilla/show_bug.cgi?id=43218#c5 It will work if you use a different ServerName (even varying the port would fix it) in the vhost with a different cert. Regards, Joe ahh, a bug. changing port to non-standard would solve this problem but cause others... i did

Re: [users@httpd] Re: ssl-vhost-mixing issue

2011-02-22 Thread Joe Orton
On Mon, Feb 21, 2011 at 10:09:14AM +0100, Hajo Locke wrote: > >> > >>Servername example.com > >>SSLCertificateFile crt1 > >> > > >> > >>Servername example.com > >>SSLCertificateFile crt2 > >> See https://issues.apache.org/bugzilla/show_bug.cgi?id=43218#c5 It will work if you use

Re: [users@httpd] Re: ssl-vhost-mixing issue

2011-02-22 Thread Eric Covener
> i dont find any fault in my conf. logging separatly did show separatly > requests by same cert-content. > either this is a tricky conf-thing or a bug. what does apachectl -S say? - The official User-To-User support forum of the

[users@httpd] Re: ssl-vhost-mixing issue

2011-02-22 Thread Hajo Locke
Hello, Krist wrote: You don't have a NameVirtualHost directive? What happens if you enter https://ip2.ip2.ip2.ip2 in your browser? we use NameVirtualHost *:80 in httpd.conf I did some tests with setting NameVirtualHost to base-ip of the server ip0.ip0.ip0.ip0, but nothing changed. ip1 an

[users@httpd] Apache2 domain cookie value

2011-02-22 Thread Ai Sekigawa
Hello, I made a lot of effort to find an answer on web sites. But I couldn't. Would you please give me some advice ? I use the default Apache domain cookie to analyze web servers. My cookie value is the same ip address and time. The same ip address is the reverse-proxy server's ip address. Our re

Re: [users@httpd] PCRE Syntax or bug? (was "Require group" help required)

2011-02-22 Thread Eric Covener
> This matches a URL with /admin anywhere inside of it, followed by 0 or more slashes. So it matches and overrides your block. No regex or wildcard is required for what you probably intended (Location /admin/), but if you use a regex and intend it to match things that "start with" the arg, you

Re: [users@httpd] Named virtual host dot local [.local] tld

2011-02-22 Thread Matus UHLAR - fantomas
On 12.02.11 16:29, Richard Sergeant wrote: > Deployment of the testbed.local fails. Apache is seeing the host header > 'testbed.local', but it refuses to serve up that virtual host, instead > giving the default site. How and where is the "default site" configured? > And this is the NVH declarati

Re: [users@httpd] Adding RequestHeader content from script

2011-02-22 Thread Matus UHLAR - fantomas
On 12.02.11 14:37, Jakob Breivik Grimstveit wrote: > I'd like to add RequestHeader content executing a script - is this possible? Do you mean, to asdd request header at the stage when script headers were already processed and pushed to the script? Maybe when apache acts as proxy server... > For

Re: [users@httpd] PCRE Syntax or bug? (was "Require group" help required)

2011-02-22 Thread Lee
On 22/02/2011 08:06, Nick Kew wrote: On 22 Feb 2011, at 06:55, Lee wrote: Have I misunderstood the PCRE engine, or is this a bug...? Thou shalt not mix and! (the gory details are explained somewhere in the docs; I'm not about to look it up). No, don't look it up, I'll have a poke around. I