summaryrefslogtreecommitdiff
path: root/network/htscanner/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:08:40 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:08:40 +0200
commitbc772177c2aa4ecfe2be6825956ce3fa6394f5f4 (patch)
tree6ccc97adf6349cf965ee67bd85484ac415b3f02c /network/htscanner/README
parent13446f1d55735fc8d7650f669556ead287326963 (diff)
downloadslackbuilds-bc772177c2aa4ecfe2be6825956ce3fa6394f5f4.tar.gz
network/htscanner: Removed from 13.0 repository
Diffstat (limited to 'network/htscanner/README')
-rw-r--r--network/htscanner/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/network/htscanner/README b/network/htscanner/README
deleted file mode 100644
index 81c1d3f22f..0000000000
--- a/network/htscanner/README
+++ /dev/null
@@ -1,21 +0,0 @@
-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-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