DA virtual_host template files

tsiou

Verified User
Joined
Sep 15, 2006
Messages
236
Location
Larisa, Greece
Hi,
i've seen in /usr/local/directadmin/data/templates/virtual_host* files sections like :

|*if CLI="1"|
.....

|*if SUPHP="1"|
.....

where can i change this values by hand and set for example CLI=0?

thanks,
 
That directory (/usr/local/directadmin/data/templates/ has a custom directory directly underneath it.

So (the "#" means you do it as root):
Code:
# cd /usr/local/directadmin/data/templates/custom
# cp -p ../virtual_host* .
Then edit any of the files you want to edit.

Jeff
 
Back
Top