From f2f5138921a49b69cdd0600dcde3d47e61a6a10b Mon Sep 17 00:00:00 2001 From: RPKI Documentation Robot Date: Thu, 7 Mar 2013 02:00:11 +0000 Subject: Automatic pull of documentation from Wiki. svn path=/trunk/; revision=5116 --- doc/doc.RPKI.CA.UI.GUI | 19 +++++++++++++++++++ doc/manual.pdf | Bin 492951 -> 494053 bytes 2 files changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI index a53dabb5..8f0c7adb 100644 --- a/doc/doc.RPKI.CA.UI.GUI +++ b/doc/doc.RPKI.CA.UI.GUI @@ -107,6 +107,25 @@ existing database up to date with the current software. ***** Configure Apache ***** +**** Ubuntu **** + +First, you need to install apache and enable SSL: + + apt-get install apache2 libapache2-mod-wsgi + a2enmod ssl + a2ensite default-ssl + +Edit /etc/apache2/sites-enabled/default-ssl and place the following line inside +the section: + + Include /usr/share/rpki/apache.conf + +Now restart apache: + + service apache2 restart + +**** FreeBSD **** + Now configure apache, using /usr/local/etc/rpki/apache.conf, e.g. $ cp apache.conf /usr/local/etc/apache22/Includes/rpki.conf diff --git a/doc/manual.pdf b/doc/manual.pdf index b601be1f..90468304 100644 Binary files a/doc/manual.pdf and b/doc/manual.pdf differ -- cgit v1.2.3