HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/webmin/virtual-server/help/tscripts.html
<header>Template Webapp Installers</header>

This page allows you to specify third-party web apps to be installed when a 
new virtual server is created using this template. For each webapp, the
following information must be entered :<p>
<dl>
<dt><b>Webapp</b>
<dd>The name and version of a webapp to install
<dt><b>URL path</b>
<dd>A path under the virtual server's website to install the webapp, such as <tt>/wordpress</tt>. This will also determine the directory under <tt>~/public_html</tt> that contains the webapp's files.
<dt><b>DB name</b>
<dd>The name of the database that the webapp will use to store data. The options are :
	<dl>
	<dt><b>None</b>
	<dd>This should be selected for web apps that do not need a database, such as <b>Gallery</b>.
	<dt><b>Main database</b>
	<dd>The webapp's database will be the virtual server's primary database of the chosen type.
	<dt><b>Other</b>
	<dd>If you want this webapp to use its own private database, this option can be selected and the pattern for a database entered in the adjacent text field. For example, you might enter <i>${DB}_phpnuke</i>. If the resulting database does not exist, it will be created as part of the webapp installation process.
	</dl>
<dt><b>DB type</b>
<dd>The type of database use for the web apps data, if any is selected.
</dl>

<footer>