Sulik.sk - Hladame okrskovych zastupcov - stante sa sucastou uspechu SaS

2009-09-06 Thread newsletter
Za 4,7% hlasov, ktore ziskala SaS v junovych Eurovolbach, vdacime do velkej 
miery nasim 3200 zastupcom v okrskovych volebnych komisiach. Blizia sa dalsie 
volby, tento raz volby do VUC, ktore sa budu konat 14. novembra, cize o 68 dni. 
SaS kandiduje vo vsetkych krajoch sama. Pomozte nam opat a stante sa sucastou 
uspechu SaS.

V pripade Vasho zaujmu vyplnte prosim registracny formular na  www.okrskar.sk, 
kde najdete aj dalsie informacie.

Najnovsi newsletter k volbam do VUC najdete tu: 
http://blog.etrend.sk/richard-sulik/2009/09/06/neprenechajte-rozhodovanie-o-vasom-zivote-particke-politikov/

  S pozdravom  

 Richard Sulik
  SaS
" V sobotu 14. novembra volim vo volbach do VUC clenov SaS"

V pripade, ze si nezelate dostavat newsletter, poslite prosim prazdny mail na 
odhla...@sulik.sk



-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541607: apache2: fails to start because of SSL configuration changes

2009-09-06 Thread Stefan Fritsch
Thanks for the info.

On Saturday 05 September 2009, Julian Mehnle wrote:
>  /etc/apache2/apache2.conf:NameVirtualHost *:80
> /etc/apache2/apache2.conf:NameVirtualHost *:443
> /etc/apache2/sites-enabled/00default:
> /etc/apache2/sites-enabled/00default:SSLEngine off
> /etc/apache2/sites-enabled/00default:
> /etc/apache2/sites-enabled/00default:
> /etc/apache2/sites-enabled/00default:SSLEngine on
> /etc/apache2/sites-enabled/00default:SSLCertificateFile
>  /etc/ssl/certs/www.cer.pem /etc/apache2/sites-enabled/00default:  
>   SSLCertificateKeyFile /etc/ssl/private/www.cer+key.pem
>  /etc/apache2/sites-enabled/00default:

...

> /etc/apache2/sites-enabled/SITE01.A:
> /etc/apache2/sites-enabled/SITE01.A:

That's a rather interesting abuse of the apache configuration. I would 
not have thought that it worked, but I immediately see how it is 
useful. But I am pretty sure it only worked by accident. You are 
relying on the fact that a virtual host inherits the SSL* settings 
from its corresponding default virtual host  There is nothing in the 
documentation that this is an intended behaviour. Virtual hosts should 
only inherit from the main server configuration.

Now, since there is proper support for ssl name based virtual hosts 
since 2.2.12, this broke. The "fix" would be to use something like 
this:

Put the contents of SITE01.A without the VirtualHost lines into some 
file outside of sites-enabled. Then in sites-enabled/SITE01.A, put
something like:


Include /etc/apache2/sites-includes/SITE01.A



Include /etc/apache2/sites-includes/SITE01.A
SSLEngine on
SSLCertificateFile /etc/ssl/certs/www.cer.pem
SSLCertificateKeyFile /etc/ssl/private/www.cer+key.pem


You will also need to add the SSL* directives to the other *:443 
virtual hosts.

Can you try that?

Cheers,
Stefan



-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org