From 264a39417caff159350177daf3f3768ef11e2afc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 28 Sep 2014 15:28:43 +0000 Subject: Apparently a2ensite now (as of Ubuntu trusty, anyway) requires a .conf suffix on the site configuration filename. Need to check whether this breaks older distributions, if so will need to something version dependent. svn path=/trunk/; revision=5973 --- ca/rpkigui-apache-conf-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ca') diff --git a/ca/rpkigui-apache-conf-gen b/ca/rpkigui-apache-conf-gen index 0f56342f..f28bb7b3 100755 --- a/ca/rpkigui-apache-conf-gen +++ b/ca/rpkigui-apache-conf-gen @@ -385,7 +385,7 @@ class Debian(Platform): Debian and related platforms like Ubuntu. """ - apache_conf_target = "/etc/apache2/sites-available/rpki" + apache_conf_target = "/etc/apache2/sites-available/rpki.conf" snake_oil_cer = "/etc/ssl/certs/ssl-cert-snakeoil.pem" snake_oil_key = "/etc/ssl/private/ssl-cert-snakeoil.key" -- cgit v1.2.3