summaryrefslogtreecommitdiffstats
path: root/misc/htscanner/README.SLACKWARE
diff options
context:
space:
mode:
author Menno Duursma <druiloor@zonnet.nl>2010-05-13 00:59:24 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:59:24 +0200
commitdc157fba669760a567f41ee57960c038f2d82fbc (patch)
tree0ad8b2ef521e2fd36649634d8dea99ad24035b30 /misc/htscanner/README.SLACKWARE
parent162658534bcc22ca606c48838f5482d1753a1a44 (diff)
downloadslackbuilds-dc157fba669760a567f41ee57960c038f2d82fbc.tar.gz
slackbuilds-dc157fba669760a567f41ee57960c038f2d82fbc.tar.xz
misc/htscanner: Added to 13.0 repository
Diffstat (limited to 'misc/htscanner/README.SLACKWARE')
-rw-r--r--misc/htscanner/README.SLACKWARE20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/htscanner/README.SLACKWARE b/misc/htscanner/README.SLACKWARE
new file mode 100644
index 0000000000..49cc76cef0
--- /dev/null
+++ b/misc/htscanner/README.SLACKWARE
@@ -0,0 +1,20 @@
+README.SLACKWARE for htscanner
+
+Please read the "Description" part of /usr/doc/htscanner-1.15/README
+after installation. An example /etc/php/htscanner.ini is included.
+
+A configuration example, maybe something like the following:
+
+cat << EOF > /var/www/htdocs/.htaccess
+<IfModule mod_php.c>
+ php_value register_globals On
+</IfModule>
+EOF
+
+sh /etc/rc.d/rc.httpd stop
+sh /etc/rc.d/rc.httpd start
+
+To test, try:
+
+php -i | grep htscanner
+