Search: "restart"
How to Deploy Drupal 8 with Ansible Playbook blog
with bind-address = 0.0.0.0. It will then notify the handler to run the job named with restart mariadb. Finally, create the ...
Deploying Drupal 8 with Ansible playbook blog
handler to run the job named with restart mariadb. Finally, create the database for Drupal and also create a new database user ...
ArangoDB on Alibaba Cloud ECS blog
-installation which will prompt us to provide a password for the root user then restart the server again. ## User Management ...
How to Install OpenCart on Ubuntu 16.04 blog
rewrite systemctl restart apache2 ``` ## Access OpenCart Web Interface Now, open your web browser and type the URL http ...
Node.js Application Troubleshooting Manual - Outline and General Problem Metrics blog
the help of self-check and restart of some daemon processes, our services are still running, but we should not ignore these ...
How to Install Mastodon Using Docker on Alibaba Cloud ECS blog
https and update virtual host settings for SSL. Restart apache server. ``` # sudo systemctl start apache2 ``` You can access ...
Analysis on Group by and Order by Performance blog
TRUNCATE TABLE. A server restart also sets the maximum size of existing MEMORY tables to the global max_heap_table_size value ...
How to Install MongoDB on an Alibaba Cloud ECS Instance blog
: ``` systemd daemon-reload ``` #### Connecting MongoDB Restart MongoDB and connect with user created with this command: ``` > ...
Why You Should Use Reverse Proxies on Alibaba Cloud blog
configuration file C. Restart the services (cmd: sudo nginx) ## Use Case In this section, we would go through a real-world ...
How to Install Rancher on an Alibaba Cloud ECS instance blog
docker run -d --restart=unless-stopped -p 8080:8080 rancher/server:stable ``` It takes less than a minute for the Rancher server ...