[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Problem installing on Mandrake 8.2
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