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.
PHP
Primary tabs
http://www.afp548.com/article.php?story=20041104230209410
Prerequisites
- AlmaLinux
dnf config-manager --set-enabled crb
yum -y install libxml2-devel libjpeg-devel libpng-devel gd-devel libcurl-devel bzip2-devel sqlite-devel oniguruma-devel ImageMagick-develDownload the Source
Download the most recent version of PHP. At the time of writing, that was 8.3.11:cd /extra/src
wget https://www.php.net/distributions/php-8.3.11.tar.gz
tar zxf php-8.3.11.tar.gz
cd php-8.3.11Installation
Instructions are provided for installing PHP with either the Apache or lighttpd web servers:You can test your installation by putting a simple script into a
install-test.php
file and loading it from your webserver:<?php phpinfo(); ?>
Configuration
Ideally, you should set the appropiate timezone in/usr/local/lib/php.ini
. phpMyAdmin, in particular is fussy about wanting a timezone set.date.timezone = America/Thunder_Bay
PHP Caches
Alternative PHP Cache
eAcclerator
- Log in to post comments