You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2001/12/18 03:59:44 UTC

cvs commit: modperl-docs/src/user/config config.pod

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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org