How ServerAvatar Works

ServerAvatar is a cloud service for hosting WordPress and other PHP websites on servers at ServerMeister, Linode, Rackspace, or anywhere else. You can think of ServerAvatar as a modern, centralized hosting control panel. ServerAvatar does not provide servers, ServerMeister does. Instead, we make it easy to host PHP sites on your own servers. Those servers […]

Standaard .htaccess van WordPress

When you installed your WordPress installation in example.com/wordpress/, you should use the following .htaccess file RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] In case you installed it in the root of your domain, so that would be example.com/ RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] […]

Comodo Positive SSL

PositiveSSL-certificaten zijn een van de meest kostenefficiënte SSL-certificaten die vandaag de dag beschikbaar zijn. Met een razendsnelle uitgifte (binnen enkele minuten) is dit de snelste manier om verkeer en transacties via uw website(s) te beveiligen. Zo zijn uw bezoekers er zeker van dat het met u veilig zakendoen is, want alle gevoelige informatie wordt versleuteld […]

Let’s Encrypt installeren op DirectAdmin

Sinds versie 1.5 heeft DirectAdmin Let’s Encrypt toegevoegd aan hun controlepaneel. Met Let’s Enrypt kan je geheel gratis SSL Certificaten toevoegen aan je website. Om Let’s Encrypt op DirectAdmin te instelleren moet je eerst versie 1.5 geinstalleerd hebben. # /usr/local/directadmin/directadmin v Version: DirectAdmin v.1.50.0 Standaard staat Let’s Encrypt uit binnen DirectAdmin, met het volgende command […]

Wat is het verschil tussen website en SOAP monitoring?

Website monitor will support monitoring of any web application via POST, GET and HEAD methods of configuration. Learn more on the performance metrics provided for a website monitor. SOAP monitors , on the other hand, lets you to exclusively monitor the SOAP applications . The ‘ Get Operations ‘ link in the web client (Admin > Inventory > Add Monitor > SOAP Monitor) will […]

Slack monitoring integratie

Slack is a cloud-based chat tool that offers a single communications platform for teams to effectively collaborate in real-time. Our integration with Slack lets you instantly share your critical alerts (DOWN/TROUBLE/UP) and Root Cause Analysis (RCA) report permalinks in your Slack channels. Setting up a Slack integration involves two steps: Generating a Hook URL in Slack […]

What does ServerAvatar install?

ServerAvatar installs various packages on your server. Some of these packages are from Ubuntu’s repositories. Packages provided by us are designed to not conflict with packages from Ubuntu. However, if you install another webserver that runs on port 80, 81, or 443, your website’s may no longer work. Apache 2.4 Apache listens only on localhost […]

Apache versnellen

Server Limitations The MaxClients setting determines the number of Apache processes, and thereby the number of client connections, that can be made (pre-requisite: the pre-fork MultiProcessing Modules or MPM). If the MPM worker is running, it will restrict the number of threads that will be available for clients. The default Apache setting for MaxClients is 256, however […]