- or download this
open(file, "apache.txt") ;
@modify = <file> ;
...
}
print @modify ;
print "this is new print" ;
- or download this
Apache is a modular server. This implies that only the most basic func
+tionality
is included in the core server. is it so ?
Extended features are available through modules which can be loaded in
+to Apache.
...
remove modules. Configuration directives may be included conditional o
+n a presen
ce of a particular module by enclosing
them in an <IfModule> block.
- or download this
Apache is a modular server. This implies that only the most basic func
+tionality
is included in the core server. is it so ? Extended features are avail
+able throu
gh modules which can be loaded into Apache. By default, a base set of
+modules is
...
or remove modules. Configuration directives may be included condition
+al on a pr
esence of a particular module by enclosing them in an <IfModule> block
+. this is
new print