SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Upload Progress Bar
yum install autoconf
Download the latest version of uploadprogress:
cd /extra/src
wget http://pecl.php.net/get/uploadprogress-1.0.1.tgz
tar zvf uploadprogress-1.0.1.tgz
cd uploadprogress-1.0.1
Configure, build and install it:
phpize
./configure
make
make install
The output from make install
should be something similar to:
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/
Edit /usr/local/lib/php.ini
and change extension_dir ="./"
to the location of the newly installed extension:
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/"
Restart Apache:
svc -t /service/apache
- Log in to post comments