*** conf/access.conf-dist.orig	Thu May 28 20:27:49 1998
--- conf/access.conf-dist	Fri Jun 12 15:08:46 1998
***************
*** 39,51 ****
  # override. Can also be "All", or any combination of "Options", "FileInfo", 
  # "AuthConfig", and "Limit"
  
! AllowOverride None
  
  # Controls who can get stuff from this server.
  
  order allow,deny
  allow from all
  
  </Directory>
  
  # @@ServerRoot@@/cgi-bin should be changed to whatever your ScriptAliased
--- 39,63 ----
  # override. Can also be "All", or any combination of "Options", "FileInfo", 
  # "AuthConfig", and "Limit"
  
! AllowOverride All
  
  # Controls who can get stuff from this server.
  
  order allow,deny
  allow from all
  
+ </Directory>
+ 
+ # We need to allow exection of the FrontPage CGI program in user home directories.
+ 
+ <Directory /home>
+ Options ExecCGI
+ AllowOverride All
+ </Directory>
+ 
+ <Directory /usr/home>
+ Options ExecCGI
+ AllowOverride All
  </Directory>
  
  # @@ServerRoot@@/cgi-bin should be changed to whatever your ScriptAliased
