Loading...

Apache

Installation RHEL / CentOS Apache can be installed via yum as shown below: [root@web01 ~]# yum install httpd httpd-tools mod_ssl When you setup Apache, its common to also setup PHP. [ … ]

Apache Mod_Rewrite

Installation mod_rewrite is a standard Apache module configured by default. Configuration To allow RewriteRules in .htaccess files, you need a minimum of AllowOverride FileInfo in the VirtualHost or Directory config. [ … ]

PHP-FPM Installation and Setup

  Web server PHP should not run under the same uid/gid (user/group) as the web server (“apache”, “www-data”, “nginx”, etc.). This problem is common when running Apache with mod_php, or [ … ]

ClamAV

Overview ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats Installation RHEL / Cent ### Requires EPEL  yum install clamav clamav-update -y   [ … ]

YUM Commands

1) How to display a list of updated software and security fix yum list updates 2) How to find out whether updates exist for packages that are already installed on [ … ]