directadmin h
it will show you the list of options:# /usr/local/directadmin/directadmin h
Usage: /usr/local/directadmin/directadmin [c|s|d|v|p|i|r|o|b(#)][set name value (restart)]
c : shows the values in the config file to make sure they were read in correctly
s : prints out where the program is slowing without forking. For Debugging only.
d : run as a daemon (required for init.d scripts)
v : prints the current program version and quits
p : set file permissions
i : run the program installer
r : runs as Deamon, but saves requests to file (debugging)
o : Shows which OS this binary is compiled on, and when.
b(#) : Dumps some debug info to stdout. # is optional debug level,eg b5
set name val (restart): sets the given name=val to the directadmin.conf. Optional restart.
Example:
/usr/local/directadmin/directadmin set dns_ttl 1 restart
Oh, i never found this before, great help, thank you very much !If you rundirectadmin h
it will show you the list of options:
i did all this but it still says:This fixed the problem:
Code:cd /usr/local/directadmin/custombuild ./build update /usr/local/directadmin/directadmin p ./build rewrite_confs
Please help @beansbaxterThis fixed the problem:
Code:cd /usr/local/directadmin/custombuild ./build update /usr/local/directadmin/directadmin p ./build rewrite_confs
i did all this but it still says:
That list doesn't include the n in "./build php n". Any ideas as to what it may mean?If you rundirectadmin h
it will show you the list of options:
Code:# /usr/local/directadmin/directadmin h Usage: /usr/local/directadmin/directadmin [c|s|d|v|p|i|r|o|b(#)][set name value (restart)] c : shows the values in the config file to make sure they were read in correctly s : prints out where the program is slowing without forking. For Debugging only. d : run as a daemon (required for init.d scripts) v : prints the current program version and quits p : set file permissions i : run the program installer r : runs as Deamon, but saves requests to file (debugging) o : Shows which OS this binary is compiled on, and when. b(#) : Dumps some debug info to stdout. # is optional debug level,eg b5 set name val (restart): sets the given name=val to the directadmin.conf. Optional restart. Example: /usr/local/directadmin/directadmin set dns_ttl 1 restart
Of course it doesn't, they are two different programs/scripts.That list doesn't include the n in "./build php n". Any ideas as to what it may mean?
./build
without any arguments for a list of options you can pass to the script. The bottom part details the second argument, such as n
.Thank you. That's a heck of a list to go through. Very useful.Of course it doesn't, they are two different programs/scripts.
Run./build
without any arguments for a list of options you can pass to the script. The bottom part details the second argument, such asn
.
.build php
without any switches and see what happens.Mostly nothing special, normally it also just compiles.I'll just run.build php
without any switches and see what happens.
solved with thissame bug on 5 servers, after updating php 7.4.x with custombuild, apache would not restart because of syntax error (Invalid command '|UNIT_PROXY|')
>> solution
cd /usr/local/directadmin/custombuild
./build update
/usr/local/directadmin/directadmin p
./build rewrite_confs