New Search

If you are not happy with the results below please do another search

8 search results for: apache

2

Fix Apache SSL vulnerabilites

For Centos Servers; Please add these lines to the end of /etc/httpd/conf.d/ssl.conf file and restart httpd service <IfModule mod_ssl.c> SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2 -SSLv2 -SSLv3 </IfModule> <IfModule mod_ssl.c> #SSLCipherSuite HIGH:!aNULL:!MD5:!RC4-SHA:!RC4 #SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RS SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5::!RC4 </IfModule>

4

How to Install Maxmind module for Apache

We explain how to install maxmind apache module for geoip url filtering on Centos/Cloudlinux and Ubuntu/Debian Servers. First install this module for Centos/Cloudlinux distro.You should install the maxmind library on your server first.After than you should install the apache extension tool (apxs) on your server too.If you don’t know how to install any software on […]

6

Cloudlinux Setting Global Php Directives

When you want to apply one or more php directives like disable_functions,datetime.zone or something else to all your customers websites,you should write these to /etc/cl.selector/global_php.ini file.After you write your directives enter this command to apply selectorctl –apply-global-php-ini /usr/sbin/cagefsctl –setup-cl-selector You can see the example below. ; This file provides global settings for php.ini of all […]

7

Cloudlinux saving common php settings permanently for all installed versions

When you update cloudlinux,it also will be updated the php.ini files.Therefore you will lost your customized php settings like disable_functions.You can write some of yours into common settings file instead of editing php.ini’s directly. Login to your cloudlinux and change directory to /etc/cl.selector/ You will see the file named global_php.ini.It is effective for your all […]