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 […]
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] […]
Bepaalde files kunnen binnen de file manager worden gewijzigd. Om een file te wijzigen, klik de “Edit” link in de “Action” kolom naast de file. In dit voorbeeld editen we dns.html. Om de file op te slaan klik de “Save As” knop. De “Preview HTML” knop zal het document in een nieuw venster openen, om […]
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 […]
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 […]
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 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 […]
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 […]
This article introduces some lesser known Bash Functions and Commands which are also included in the subject area of the LPI certifications. Please use the feedback function at the end of this article to share any other tips not discussed here. cd – change to the previous directory set +o history turn off Bash History (.bash_history) set […]
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 […]