<VirtualHost 10.6.2.26>
#ServerName yelmocineplex.com
ServerName 10.6.2.26
ServerAlias epmw094t3 epmw094t3.minsk.epam.com
DocumentRoot /home/yelmo/htdocs/www/newyelmo
CustomLog /usr/home/yelmo/logs/yelmo_access_log combined
ErrorLog /usr/home/yelmo/logs/yelmo_error_log
Options -Indexes FollowSymLinks Includes
Alias /icons/ /home/yelmo/htdocs/icons/
ScriptAlias /cgi-bin/ "/home/yelmo/htdocs/cgi-bin/"
<Directory "/home/yelmo/htdocs/cgi-bin/">
AllowOverride All
Options None
</Directory>
<Directory "/usr/home/yelmo/htdocs/www/newyelmo/">
AllowOverride All
Options None
</Directory>
<IfModule mod_fastcgi.c>
FastCgiIpcDir /usr/home/yelmo/htdocs/fcgi
FastCgiServer /usr/home/yelmo/htdocs/cgi-bin/fillmail
<Location /cgi-bin/fillmail>
SetHandler fastcgi-script
</Location>
FastCgiServer /usr/home/yelmo/htdocs/cgi-bin/job_list.cgi
<Location /cgi-bin/job_list.cgi>
SetHandler fastcgi-script
</Location>
FastCgiServer /usr/home/yelmo/htdocs/cgi-bin/ban.cgi
<Location /cgi-bin/ban.cgi>
SetHandler fastcgi-script
</Location>
FastCgiServer /usr/home/yelmo/htdocs/cgi-bin/yelmo/movie.fcgi -idle-timeout 90 -processes 1
<Location /cgi-bin/yelmo/movie.fcgi>
SetHandler fastcgi-script
</Location>
FastCgiServer /usr/home/yelmo/htdocs/cgi-bin/yelmo/get.fcgi -idle-timeout 90 -processes 1
<Location /cgi-bin/yelmo/get.fcgi>
SetHandler fastcgi-script
</Location>
</IfModule>
</VirtualHost>