apxs(1)
NAME
apxs - APache eXtenSion tool
SYNOPSIS
apxs -g [ -S variable=value ] -n name
apxs -q [ -S variable=value ] query ...
- Arrayapxs -e [ -S variable=value ] [ -n name ] [ -a ] [ -A ]
- dsofile ...
DESCRIPTION
Arraythen read the documentation of mod_so.
OPTIONS
Common options:
Arrayplicitly specify the module name. For option -g this is required, for option -i the apxs tool tries to determine the name
from the source or (as a fallback) at least by guessing it from
the filename.
Query options:
ArrayConfiguration options:
ArrayTemplate Generation options:
Arraymod_name.c which can be used as a template for creating your own
modules or as a quick start for playing with the apxs mechanism.
And a corresponding Makefile for even easier building and installing of this module.
DSO compilation options:
Arraycific options.
DSO installation and configuration options:
Arraytion to edit Apache's apache-ssl.conf configuration file without
attempting to install the module.
EXAMPLES
- Arrayld -Bshareable -o libphp3.so mod_php3.o libmodphp3-so.a
$ _ - Only C source files are compiled while remaining object
- files are used for the linking phase.
SEE ALSO
- apachectl(1), apache-ssl(8).
- February 2004