[ic] Problem installing on Mandrake 8.2

Christopher Snow interchange-users@interchange.redhat.com
Tue May 14 14:49:00 2002


The default install of interchange 4.8.5 fails on Mandrake 8.2 with:

   Forbidden You don't have permission to access
   /cgi-bin/foundation/index.html on this server.

when trying to access http://localhost/cgi-bin/foundation

The problem is overcome by adding two lines to 
/etc/httpd/conf/commonhttpd.conf:

   .
   .
   .
  <Directory /var/www/cgi-bin>
      AllowOverride All
      Options ExecCGI
+    Order allow,deny
+    Allow from all
  </Directory>
   .
   .
   .

Maybe the makecat scripts could be modified?

Best regards,

Chris