Minimal apache configuration file for subversion
Tags: BSDCreated on 18 May 2010, last modified on 18 May 2010.
This is a “minimal” Apache configuration file for use with subversion access with SSL.
In many cases, the best approach is to “Start simple, add complexity when needed”. The default Apache configuration file is anything but “start simple”.
…continue…
Run multiple services on one port and use PF’s overload to switch between them.
Tags: BSDCreated on 14 May 2010, last modified on 14 May 2010.
At work we have a http/https proxy which requires authentication, I would like to access both ssh and a subversion https repository at my server.
The easy solution would be to use two IP addresses. I do not have an additional IP address available.
The solution is to use pf’s overload feature to switch between services on a given port.
…continue…