Help for this page

Select Code to Download


  1. or download this
    is Apache is a modular server. This implies that only the most basic f
    +unctionality is included in the core server. is it so? is 
    Extended features are available through modules which can be loaded in
    +to Apache. By default, a base set of modules is included in the serve
    +r at compile-time. If the 
    ...
    compiled separately and added at any time using the LoadModule directi
    +ve. 
    Otherwise, Apache must be recompiled to add or remove modules.
    Configuration directives may be included conditional on a presence of 
    +a particular module by enclosing them in an <IfModule> block.
    
  2. or download this
    open(file, "apache.txt") ;
    @modify = <file> ;
    
    print @modify ;
    
  3. or download this
    open(file, "apache.txt") ;
    @modify = <file> ;
    
    print @modify."\n" ;