blob: 49cc76cef0db4c0d41b3837d1719cbdde5df2fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
README.SLACKWARE for htscanner
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
|