 26.1. 

 ,     

server config         httpd. conf,    -
 (.  ) <VirtualHost>  <Directory>,  -
   .

virtual host        <VirtualHost>   httpd. conf.

directory             <Directory>,
<Location>  <Files>   httpd. conf.

. htaccess             . htaccess (.  "-
  "    ).

  ,   Include (.  " -
"    ),   ,    -
,       .

        
     ,  Apache    -
    .



,      ,  
  .      XML.
  :

<Directory> ... </Directory>
<Location> ... </Location>
<VirtualHost> ... </VirtualHost>

      httpd. conf.  ,
   ,   .    -
    .

<Directory>.        .
<Directory > ... </Directory>

    ,     , -
 ,      . . 
  ; *   /.
 <Directory>    ,    .htaccess.
    <Directory>   httpd. conf, 
    .    -
  .htaccess       .

    <Directory>    
/var/www/html/corp:  Deny    , 
Allow      192.168.10.,   AllowOverride
(.  " "    )  -
     .htaccess:

<Directory /var/www/html/corp>
Deny from all

 26.  Web- Apache (httpd)                                  791