0729a50672
BackupPC is a high-performance, enterprise-grade system for backing up Unix, WinXX, and MacOS PCs and laptops to a server's disk. BackupPC is highly configurable and easy to install and maintain. It is written in Perl and extracts backup data via rsync, or tar over ssh/rsh/nfs. With tweaks from and ok aja@
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
# $OpenBSD: httpd-backuppc.conf,v 1.1.1.1 2011/09/20 11:36:55 landry Exp $
|
|
|
|
Alias /backuppc /backuppc/
|
|
ScriptAlias /BackupPC_Admin /BackupPC_Admin.fcgi
|
|
FastCgiExternalServer /BackupPC_Admin.fcgi -host 127.0.0.1:1028
|
|
<Location /BackupPC_Admin>
|
|
SetHandler fastcgi-script
|
|
</Location>
|