{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Deletion. The operator has to retype the domain: this removes the vhost, the home directory, every database, mailbox, FTP account and DNS zone. {% endcomment %} {% block title %}Delete website{% endblock %} {% block content %}

Delete website

Permanently removes a website and everything attached to it.

This cannot be undone. Deleting removes:
  • the OpenLiteSpeed virtual host and its configuration
  • and the system user
  • every child domain, database, mailbox and FTP account
  • the DNS zone, if this server is authoritative for it
The vhost is gone, but some cleanup did not complete:

Before you delete

  • Take a backup first if there is any chance the customer wants the data back. Backups live outside the site's home and survive this.
  • The home directory is moved to /home/.trash rather than erased outright, which buys you a short window to recover files from the server directly.
  • To remove just one add-on domain, use Child domains instead.
  • Every step of the deletion is written to the audit log with your user name and IP address.
{% endblock %} {% block scripts %} {% endblock %}