• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How do I reset memory when restarting Apache?

D

DaveTurn

Guest
Hi, I noticed when I restart the service Web Server(Apache) using the Plesk Panel, the memory bar resets. However, when I restart the service httpd through Shell access, the memory bar on Plesk doesn't resets. I want to restart Apache and reset the memory bar at the same time, but I can only do that manually through Plesk. Please help~!! Thanks~
 
Apache restart

Login to your Web server machine using SSH or telnet.

Su to root.

Run the apache control program:
apachectl graceful

You can also run the apache control program in this way:
apachectl restart

Tips:

1. graceful reloads the configuration files and gracefully restart. Any current connections are allowed to complete.
2. restart reloads the configuration files and restarts. Any current connections are terminated immediately.
3. If the server isn't running, these commands will start it up.
 
Back
Top