slackbuilds_ponce/network/htscanner
2010-05-12 17:43:27 +02:00
..
doinst.sh network/htscanner: Updated for version 0.9.0 2010-05-12 17:43:27 +02:00
htscanner.info network/htscanner: Updated for version 0.9.0 2010-05-12 17:43:27 +02:00
htscanner.SlackBuild network/htscanner: Updated for version 0.9.0 2010-05-12 17:43:27 +02:00
README network/htscanner: Updated for version 0.9.0 2010-05-12 17:43:27 +02:00
slack-desc network/htscanner: Updated for version 0.9.0 2010-05-12 17:43:27 +02:00

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