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

SlackBuilds Repository

12.2 > Network > htscanner (0.9.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

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

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

Source Downloads:
htscanner-0.9.0.tgz (ad8f28e4cdfec6d3a5a990e1531a1a12)

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

(the SlackBuild does not include the source)

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

Validated for Slackware 12.2

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