[users@httpd] mod_proxy_xml and multi-namespace xml files?

2012-03-09 Thread Nick Burch
Hi All For a demo, I find myself needing to re-write some URLs in an atompub service document that's being proxied. I thought that mod_proxy_xml might be a good bet for this, but I'm having some issues. Firstly, I took the mod_proxy_xml source code, and needed to edit it to add support for a

Re: [EMAIL PROTECTED] mod_rewrite with [last] not behaving as expected

2006-07-21 Thread Nick Burch
On Thu, 20 Jul 2006, Neil A. Hillard wrote: Yes it is expected - it is not Apache deciding to run the URL through the rewriting. A redirect will be sent to the client which will then request the new target and it is that which will be run through the rewriting rules. This is with an internal

[EMAIL PROTECTED] mod_rewrite with [last] not behaving as expected

2006-07-20 Thread Nick Burch
Hi All I've been trying to set up some rewriting rules with mod_rewrite, and discovered that even with a [last] directive, things aren't quite behaving as I'd expect. My config is perhaps slightly unusual, in that I have a default rule that applies, at the bottom of the rewrite block. The co

RE: [EMAIL PROTECTED] More than one name-based vhost with SSL

2006-01-04 Thread Nick Burch
On Wed, 4 Jan 2006, Axel-Stéphane SMORGRAV wrote: In your case you have the same certificate specified in both VHs, but since that certificate does not match the ServerName nor the ServerAlias of any of the VHs, you will always get a security warning no matter what. The only way around this

Re: [EMAIL PROTECTED] Virtual Hosting and SSL

2005-12-20 Thread Nick Burch
On Mon, 19 Dec 2005, Jerry Baker wrote: Currently I have to set up one container for "regular" port 80 access and another container for SSL access. Since each virtual host has a large and massively different configuration than the others, it is a pain to make sure that the port 80 vhost and the

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-15 Thread Nick Burch
On Wed, 14 Dec 2005, Joe Orton wrote: None of it makes sense :) How is this bundle'o'stuff included in httpd.conf? Include /etc/httpd/sites-enabled/[^.#]* Are you using vendor packages or a build from tarball (I guess Debian from the layout)? The server that first showed the problems was a

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Nick Burch wrote: The config is still a bit complex, but it's getting there OK, config is attached. Drop it into a largely fresh /etc/apache2/ Three of the private keys are encrypted, all with the password "test" Apache will load keys+certs fo

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Nick Burch wrote: I'm going to try putting the config files which show the issue onto a test server (they're on a live one currently), then remove stuff so they're still showing it, but are much simpler. I'll post these if I can get it working The c

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Joe Orton wrote: On Fri, Dec 09, 2005 at 05:59:21PM +, Nick Burch wrote: From this, I see all my vhosts are defined, and correctly set for SSL/not SSL. During the loading iteration, it loads one certificate+key fine. Then it loads the second. After that, no more vhosts

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-09 Thread Nick Burch
On Fri, 9 Dec 2005, Nick Burch wrote: On Wed, 7 Dec 2005, Nick Burch wrote: I'm also half tempted to try and make that error message more useful. Anyone know much about that area of code, or should I just dive in? I've done this. I still haven't quite figured out my prob

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-09 Thread Nick Burch
On Wed, 7 Dec 2005, Nick Burch wrote: I'm also half tempted to try and make that error message more useful. Anyone know much about that area of code, or should I just dive in? I've done this. I still haven't quite figured out my problem, but I have narrowed it down quite a

Re: [EMAIL PROTECTED] Re: Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Nick Burch
On Wed, 7 Dec 2005, Joost de Heer wrote: Under this configuration, when I try to start apache, it fails with "[error] Oops, no RSA or DSA server certificate found?!". Even under Debug, it fails to tell me which certificate it hit this on. You do need to specify the SSLCertificate(Key)File in al

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Nick Burch
On Wed, 7 Dec 2005, Boyle Owen wrote: I think you need to post the VH segments from your config... I'd rather not clutter up the list, I do have quite a few of them... Your set up is clearly quite complicated and it's impossible to see what the error is based just on descriptions. My interpre

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Nick Burch
On Wed, 7 Dec 2005, Axel-Stéphane SMORGRAV wrote: This might give you a clue as to what is happening and why you get the error. That all shows everything as expected However, again, SSL and name-based virtual hosting does not work because the Host header cannot possibly be known to the serve

[EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-06 Thread Nick Burch
Hi I'm having trouble when trying to combine NameVirtualHosting on one SSL IP, and per-IP virtual hosting for others. My ideal setup is: NameVirtualHost *:80 (lots of virtual hosts) NameVirtualHost 192.168.1.50:443 (2 virtual hosts, 1 wildcard certificate used for both virt