You can get the full help text of LANSA for the Web Apache Module for Linux Installer at a shell prompt by running the command:
./wpiinstall.py -h
The full help text of LANSA for the Web Apache Module for Linux Installer is reproduced here for your reference:
program: wpiinstall.py
version: XX.X.X
description: LANSA for the Web Plug-in (Apache Module) for Linux XX.X.X Installer
usage: ./wpiinstall.py [options]
options:
-I {path}, --install-root={path}
installation root directory
-O {uid}, --install-owner={uid}
installation owner user id (see "need root" below)
-G {gid}, --install-group={gid}
installation owner group id (see "need root" below)
-a {dir}, --apache-root {dir}
specify the Apache server root directory
(default to "/etc/httpd")
-m {dir}, --apache-modules-dir {dir}
specify the Apache server modules directory
if omitted, will derive the path from --apache-root option
(default to "/etc/httpd/modules")
-C {file}, --httpd-conf {file}
specify the path of the Apache configuration file httpd.conf
if omitted, will derive the path from --apache-root option
(default to "/etc/httpd/conf/httpd.conf")
-H {file}, --httpd {file}
specify the path of the Apache daemon httpd
if omitted, will search for the file according to the --apache-root
option and the standard places
-A {file}, --apachectl {file}
specify the path of the Apache control program apachectl
if omitted, will search for the file according to the --apache-root
option and the standard places
--apache-user {user}
specify the user name which the Apache daemon runs as
if omitted, will try to determine that from the Apache configuration
file httpd.conf
--apache-group {group}
specify the user group which the Apache daemon runs as
if omitted, will try to determine that from the Apache configuration
file httpd.conf
-c, --commit
commit installation or other action
-i, --install
install using provided options (default action)
-r, --reinstall
re-install to overwrite existing installation
-F, --forced-reinstall
forced re-install to overwrite existing *NEWER* installation
-V, --verbose
verbose mode
-v, --version
print version
-h, --help
print this help
action selection (instead of install):
--check-install
check installation
--fix-install-ownerships
fix installation ownerships (see "need root" below)
need options -O/-G
--fix-install-permissions
fix installation file permissions (see "may need root" below)
"need root" notes:
This installer *must* be run with root privileges for the options
to be effective.
"may need root" notes:
This installer *may* need to be run with root privileges for the
options to be effective.