pkgsrc/misc/jitterbug/files/httpd.conf
wennmach fb3af8a1dc Overhaul of the jitterbug package.
No longer modify /etc/aliases and httpd.conf (fixes PR 10126).
Also, jitterbug does not depend on apache any longer.
2000-09-12 17:23:01 +00:00

11 lines
298 B
ApacheConf

# jitterbug config for package @JB_PACKAGE@
ScriptAlias /@JB_PACKAGE@ "@PREFIX@/libexec/cgi-bin/@JB_PACKAGE@"
<Location /cgi-bin/@JB_PACKAGE@.private>
AuthType Basic
AuthName @JB_USER@
AuthUserFile @PREFIX@/@JB_USER@/etc/jitterbug.auth
<Limit GET POST>
require user @JB_USER@
</Limit>
</Location>