|
The server program can be started with the following options:
UNIX command lines
|
uf101d start
|
Starts the server daemon.
|
uf101d stop
|
Stops the server daemon.
|
uf101d stopall
|
Stops the server, then kills any hung UnForm tasks.
|
uf101d restart
|
Stops, then starts the server daemon.
|
uf101d admin options
|
Runs command line administration tasks. Must be root.
|
Windows command lines
|
uf101d.exe
|
Displays the Server Manager window.
|
uf101c.exe -v
|
Executes a local UnForm client (uf101c.exe) to show the server version.
|
uf101d.exe -start
|
Manually starts the server (run as adminstrator if installed as a service)
|
uf101d.exe -stop
|
Manually stops the server (run as adminstrator if installed as a service)
|
uf101d.exe -stopall
|
Manually stops the server, and then terminates any hung UnForm tasks (run as adminstrator if installed as a service)
|
uf101d.exe -install
|
Manually install as a service (must be administrator)
|
uf101d.exe -uninstall
|
Manually uninstall the service (must be administrator)
|
uf101d.exe -admin options
|
Runs command line administration tasks. Must be an administrator. Use -o filename to prevent results showing in a message box.
|
Apache HTTPD Server Control
The UnForm server will automatically start and stop the Apache web server instance controlled by it, and will restart it once per day in order to ensure daily log files are managed. You can control the Apache HTTPD server independently of the main server as well, by creating transient files in the UnForm server directory. The file names are httpd.stop, httpd.start, and httpd.restart. The UnForm server monitors for these files and will signal the Apache server to perform the requested operation, then remove the file. You can easily create these files from a command prompt, or your own method, though you need to ensure that the UnForm server can erase the file when its action is complete to prevent continuous attempts.
On Linux systems, use the touch command: 'touch httpd.restart', for example.
On Windows systems, use the echo command: '@echo XX >httpd.restart'.
|