How to Enable HTTP/2 in Apache
Disable the mod_php module Before we can switch the Apache MPM module in the next step to mpm_event, we will have to disable the old mod_php mode and replace it
Disable the mod_php module Before we can switch the Apache MPM module in the next step to mpm_event, we will have to disable the old mod_php mode and replace it
Install apache2-mpm-itk apache2-mpm-itk is available as a Debian package for Debian Etch, so all we have to do is run. Configuring apache2-mpm-itk apache2-mpm-itk is configured on a per-vhost basis, i.e.,
Basic Syntax To use regular expressions first you need to learn the syntax. This syntax consists in a series of letters, numbers, dots, hyphens and special signs, which we can
The below example, describe how to set up SSH password-less automatic login from server A to B with user user. Create Authentication SSH-Keygen Keys on A Create .ssh Directory on
How do I grep for multiple patterns? The syntax is: Use single quotes in the pattern: grep ‘pattern*’ file1 file2Next use extended regular expressions: egrep ‘pattern1|pattern2’ *.pyFinally, try on older
Listing current rules Debian servers do not implement any restrictions by default, but for future reference, check the current iptable rules, use the following command. This will print out a