/etc/apache2/conf-available/sugarplum.conf is in sugarplum 0.9.10-18.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # apache.conf for sugarplum.
# sean finney, Thu, 30 Jun 2005 00:33:57 -0400
# I _STRONGLY_ suggest you customize this file. replace the
# ScriptAlias variable and the rewrite rule that points to it
# to say something besides "sugarplum". i'm sure most harvesters have
# learned by now to avoid that directory :) AND DON'T FORGET ABOUT
# REFLECTING THESE CHANGES IN robots.txt!
#
# happy spam poisoning!
# don't put anything in between these three lines or things may break.
Include /usr/share/sugarplum/apache-hostile-agents.conf
RewriteCond %{REQUEST_URI} !^/sugarplum/
RewriteRule .* /sugarplum/visions [PT]
ScriptAlias /sugarplum/ /usr/lib/cgi-bin/sugarplum/poison/
|