Category: Apache config
-
How to backup the Apache config file
UpdraftPlus and other WP backup sofolutions safeguards the work you have performed in of WordPress. The Apache configuration files is left out. When disaster strucks access to the Apache config files is invaluable. This might save you hours and perhaps days of downtime and frustration
-
Tune apache performance using Apache MPM prefork module
There could be many reasons why your Apache web server is slow. One of them can be that Apache needs tuning. Tuning the Apache performance using the Apache MPM prefork module is one of them. Tune Apache performance using MPM Prefork module StartServers: 30% of MaxClients MinSpareServers: 5% of MaxClients MaxSpareServers: 10% of MaxClients MaxRequestWorkers =…
-
How to automatically restart apache every day, week or month
Your server might be more stable if you restart the apache service once a day, once a week or once a month. You can do this by adding a single line of text in the Cron service on your server.
-
How to install Apache, PHP7 and MySQL connector
Setting up your MySQL database on Amazon RDS Use the free MySQL WorkBench to create your database, create database user, password and assign rights on Amazon RDS. Alternatively use Sequel Pro or use Navicat to set up your database on the Amazon RDS database server. It dos not matter which of the 3 tools you are using. Install Apache2, PHP7,…
-
Add virtual host and domains using a single IP
The first IP address is free with Amazon AWS. Extra IP’s are not. This how-to guides you through the process of setting up as many virtual host domain in Apache as you need on a single IP. All WordPress sites using SSL / httpS://. Sites without SSL / httpS:// is given a lower SEO ranking by…