This script is for Slackware 12.1 only and may be outdated.

SlackBuilds Repository

12.1 > Network > htscanner (0.8.1)

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).

Currently, for example, something like:

cat << EOF > /var/www/htdocs/.htaccess
<IfModule mod_php.c>
php_value register_globals On
</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

Maintained by: Menno E. Duursma
Keywords: php,cgi,fastcgi,fcgi,apache,httpd
ChangeLog: htscanner

Homepage:
http://pecl.php.net/package/htscanner

Source Downloads:
htscanner (8d3a4a63639c380b9268717a9a28dabe)

Download SlackBuild:
htscanner.tar.gz
htscanner.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
htscanner.SlackBuild
htscanner.info
slack-desc

Validated for Slackware 12.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds