{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Child domain creation: shares the master's system user and home directory, so only a docroot and a vhost are new. Same polling pattern as a website. {% endcomment %} {% block title %}Create child domain{% endblock %} {% block content %}

Create child domain

An add-on or sub domain served from inside an existing website's home directory.

All child domains
Leave blank for the default. Must stay inside the parent's home.

Progress for

How this differs

  • No new system user: the child runs as the parent's user, so PHP can read the parent's files unless open_basedir is on.
  • The child counts against the same package domain allowance as the parent website.
  • Deleting a child removes only its own configuration and docroot — the parent's home directory stays put.
  • Suspending the parent suspends every child with it.
{% endblock %} {% block scripts %} {% endblock %}