Common reply to Daniel Shahaf, Nathan & Greg.

As for mboxes, I'll look at how to make them accessible and take your
suggestions into consideration. Probably just a simple index file listing
all the mboxes (just like today).

I got the gitbox/github integration working and I managed to clone the
repo, but I don't have enough knowledge about puppet to really figure out
the proper change. Thanks for your help!


Den fre 25 dec. 2020 kl 18:17 skrev Daniel Shahaf <d...@daniel.shahaf.name>:

> Post a list of packages you'd like installed?
>

Should be enough with the apache2 package (plus dependencies).

I use the following config on my dev machine. It probably should be
duplicated for svn-haxx.apache.org. The Document Root could/should be
changed to have the site outside of my ~.

<VirtualHost *:80>
        ServerName svn.haxx.se
        ServerAdmin ????
        DocumentRoot /home/dsahlberg/svnhaxx
        CustomLog logs/access.log combined
        <Directory "/home/dsahlberg/svnhaxx">
                Options Indexes MultiViews FollowSymLinks
                AllowOverride All
                Require all granted
        </Directory>
</VirtualHost>

 Kind regards
Daniel Sahlberg

Reply via email to