# NameVirtualHost *:80 # this record exists in /etc/apache2/ports.conf # by default (Debian system) ServerName rtpg DocumentRoot /usr/share/rtpg-www/ AddHandler cgi-script .cgi SetEnv RTPG_CONFIG /etc/rtpg/rtpg.conf DirectoryIndex index.cgi Options FollowSymLinks ExecCGI AddDefaultCharSet utf-8 AllowOverride All Order deny,allow allow from 127.0.0.1 deny from all ServerName rtpg-scgi.localhost SCGIMount /RPC2 127.0.0.1:5000 Order deny,allow allow from 127.0.0.1 deny from all