Configuration settings
Since the core of Stunnix Advanced Web Server is based on
Apache web server, it has the same syntax.
Please find documentation on available modules and on configuration
directives at Apache's web site.
The configuration file used by the core is created by preprocessing and
joining the following files:
-
"${httpdcmnroot}/conf/httpd.conf"
- "${httpdcmnroot}/conf/httpd-custom-add-pre.conf"
- "${binhttpd_path}/conf/httpd-custom-add-pre.conf"
- "${httpdcmnroot}/conf/httpd-custom-add-post.conf"
- "${binhttpd_path}/conf/httpd-custom-add-post.conf"
where paths are the following (relative to top of CDROM):
- ${httpdcmnroot} is /httpd/common-httpd-files/
- ${binhttpd_path} is platform-specific dir, e.g./httpd/httpd-ppc-macosx/
As in all config file parts, %(BLAH) expands either to $ENV{BLAH} or to
$config{BLAH}.
|