diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2013-03-07 02:00:11 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2013-03-07 02:00:11 +0000 |
commit | f2f5138921a49b69cdd0600dcde3d47e61a6a10b (patch) | |
tree | 76c3ab8f9783694bb995d41bb0c56688d23491db /doc/doc.RPKI.CA.UI.GUI | |
parent | 44d3dbbe8f00b25b2293ca1aa07b7650e736dc27 (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5116
Diffstat (limited to 'doc/doc.RPKI.CA.UI.GUI')
-rw-r--r-- | doc/doc.RPKI.CA.UI.GUI | 19 |
1 files changed, 19 insertions, 0 deletions
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 <VirtualHost> 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 |