ScriptLog logs/cgidebugging ServerName visual.rettnett.homeip.net:80 ErrorLog logs/visual_vhost_errorlog CustomLog logs/visual_vhost_acclog common ServerAdmin Rick0157@intouch.net # Main Document Root for my VirtualHost. DocumentRoot "/apache$root/htdocs" HostnameLookups off HostnameLookups on Options Indexes FollowSymLinks Multiviews ExecCGI +Includes AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all AddHandler cgi-script .cgi AddHandler cgi-script .com AddHandler cgi-script .exe # Filters allow you to process content before it is sent to the client. # # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # AddType text/html .shtml AddOutputFilter INCLUDES .shtml AddHandler server-parsed .shtml AddType text/html .shtml # Main CGI-BIN for my VirtualHost # ScriptAlias /cgi-bin/ "/apache$common/cgi-bin/" AllowOverride None Options All +ExecCGI Order allow,deny Allow from all #------------------------------------------------------------- #User retterer ### No longer needed with 2.2 ECO2 ##### # Group "#320" ### No longer needed with 2.2 ECO2 ##### # # Formula for getting Octal Group number $ x = %o500, $ show sym x # X = 320 Hex = 00000140 Octal = 00000000500 #------------------------------------------------------------- SuexecUserGroup retterer "#320" ScriptAlias /retterer/ "/apache$common/htdocs/suexec/retterer/" # # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # UserDir enabled retterer UserDir /DKA200/*/public_html # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # AllowOverride FileInfo AuthConfig Limit Options Indexes Multiviews FollowSymLinks +ExecCGI +Includes IndexOptions NameWidth=* FancyIndexing FoldersFirst IconsAreLinks ScanHTMLTitles # AuthType Basic AuthName "OpenVMS Authentication" AuthOpenVMSUser On Require valid-user Order allow,deny Allow from all # # Order deny,allow # Deny from all #