stas 01/12/17 18:59:44 Added: src/user/config config.pod Log: - starting config doc. - documenting how to retrieve server startup options. Revision Changes Path 1.1 modperl-docs/src/user/config/config.pod Index: config.pod =================================================================== =head1 NAME Server Configuration =head1 Retrieving Server Startup Options The httpd server startup options can retrieved using C<Apache::exists_config_define()>. For example this checks whether the server has been started in a single mode: if (Apache::exists_config_define("ONE_PROCESS")) { print "Running in a single mode"; } =head1 Maintainers Maintainer is the person(s) you should contact with updates, corrections and patches. Stas Bekman E<lt>stas (at) stason.orgE<gt> =head1 Authors =over =item * Stas Bekman E<lt>stas (at) stason.orgE<gt> =back =cut
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]