
Apache offers multiple modules for multi-processing allowing you to switch between them. Here’s how to change from Apache MPM event to worker.
Apache offers multiple modules for multi-processing allowing you to switch between them. Here’s how to change from Apache MPM event to worker.
NGINX will ask you for a passphrase if you configure SSL. Here’s how to disable passphrase from SSL certificate in NGINX.
Apache server requires passphrase for SSL certificates. Here’s how to disable passphrase from SSL certificate on Apache.
If you run multiple subdomains, you can setup wildcard subdomains to catch unmatched subdomains. Here’s how to setup catch all subdomain in NGINX.
If you run multiple subdomains you might want to setup a wildcard subdomain to handle unmatched ones. Here’s how to setup catch all subdomain in Apache.
If you run multiple virtual hosts, setup catch all virtual host to handle unmatched domains. Here’s how to setup catch all virtual host in NGINX.
If you run multiple virtual hosts, you might want to create a catch all virtual host. Here’s how to setup catch all virtual host in Apache.
If you have confidential or sensitive information on your website you can control access by subnet. Here’s how to allow from subnet in NGINX.
If your website has sensitive information you can restrict access by subnet. Here’s how to allow from subnet in Apache.
If you don’t want visitors from specific countries you can block them based on their IP. Here are the steps to block IP from specific countries in Apache.