Name-Based . , :
NameVirtualHost 172.17.68.220
<VirtualHost 172.17.68.220>DocumentRoot /home/www/public_html/steve
</VirtualHost>
<VirtualHost 172.17.68.220>
ServerName pola.ulala.com</VirtualHost>
/etc/hosts:
172.17.68.220 steve.ulala.com172.17.68.220 pola.ulala.com
, , - .
Apache .. Dynamic Virtual Hosting. DocumentRoot ScriptAlias . , Web . , . Dynamic Virtual Hosting IP-Based , Name-Based .
Web , . - CGI. CGI Web . , , . , CGI . :
<Directory /home/www/cgi-bin>
Options +ExecCGI
</Directory>
CGI :
AddHandler cgi-script cgi pl
, :
#!/usr/bin/perl
#mycgitest.cgi
print Content-type: text/htmlnn;
print <html><head></head><body>First CGI program</body>;
:
SSI (Server Side Includes):
Web . SAMBA Web , . telnet Web , . -, - .
: radiations.hit.bg