 

     Apache  
 service    httpd:

# service httpd configtest

Syntax OK     ( )

   httpd  ,   Apache,  
   http: //localhost/.      -
 http: / //,      . Apache  
  Red Hat.

     ,      
 Connection refused (  ),    .
      ,     80 
 iptables,  ,   :

# /sbin/service httpd status

httpd (pid 21406 21405 21404 21403 21402 21401 13622) is running...

  , ,       Listen , -
  80.   ,    URI     .
      (/var/log/httpd/error_log),  ,
  .

 ,      ,    
80     telnet:

$ telnet www.example.com 80

Trying 192.0.34.166...           ( 192.0.34.166)

Connected to www.example.com.    (  ww.example.corn)

Escape character is ']'.        ( )

CONTROL-]

telnet> quit

Connection closed.                ( )

    Connection refused (  ),   -
,       .



Apache    ,    
   ,    
(Dynamic Shared Objects  DSO).        
    .  ,  Red Hat, -
    .      -
 httpd.apache.org/modules.

 26.  Web- Apache (httpd) 811