summaryrefslogtreecommitdiff
path: root/network/htscanner/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/htscanner/README')
-rw-r--r--network/htscanner/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/network/htscanner/README b/network/htscanner/README
index 2ed4891d83..81c1d3f22f 100644
--- a/network/htscanner/README
+++ b/network/htscanner/README
@@ -2,12 +2,10 @@ Htscanner allows one to use htaccess-like files to configure PHP
on a per-directory basis, just like Apache's htaccess. It is
especially useful with fastcgi.
-Please read the "Description" part of /usr/doc/htscanner-<version>/README
-after installation. An example [htscanner] block for php.ini is included
-in /usr/doc/htscanner-<version>/htscanner.ini this can be appended to
-/etc/httpd/php.ini (after editing to ones preferences).
+Please read the "Description" part of /usr/doc/htscanner-1.15/README
+after installation. An example /etc/php/htscanner.ini is included.
-Currently, for example, something like:
+A configuration example, maybe something like the following:
cat << EOF > /var/www/htdocs/.htaccess
<IfModule mod_php.c>
@@ -15,8 +13,9 @@ cat << EOF > /var/www/htdocs/.htaccess
</IfModule>
EOF
-cat /usr/doc/htscanner-0.8.1/htscanner.ini >> /etc/httpd/php.ini
-
sh /etc/rc.d/rc.httpd stop
sh /etc/rc.d/rc.httpd start
+To test, try:
+
+php -i | grep htscanner